Sybase supports password encryption. To configure datastage to use this: http://www-01.ibm.com/support/docview.wss?uid=swg1JR43532 A new Environment variable “APT_SYBASE_ENCRYPT_PASSWORD” has been introduced. Value of this Environment variable should be set to 1 to enable password encryption.

-bash-3.2$ cat ClearPH.ksh #!/bin/ksh ################################################################################ # File Name    : ClearPH.ksh # Description  : Clears the &PH& directories of any files older than 10 days. #                This is a regular datastage maintenance task required as per: #                http://www-01.ibm.com/support/docview.wss?uId=swg21414210 # # Change …

Clear &PH& directory Read more »