Datastage useful shortcuts
add this in .bash_profile
. /opt/IBM/InformationServer/Server/DSEngine/dsenv
source ~/profile
Create profile file in home director and below mentioned line
alias ds="cd /opt/IBM/InformationServer/Server/DSEngine"
alias px="cd /opt/IBM/InformationServer/Server/PXEngine"
alias is="cd /opt/IBM/InformationServer"
alias EDW="cd /opt/IBMProjects/EDW/"
alias edw="cd /opt/IBMProjects/EDW/"
alias c="clear"
alias ll="ls -ltr"
alias la="ls -ltra"
alias l="ls"
####PS1="[$USER@$HOSTNAME \w]"
hostName=`echo $HOSTNAME | cut -d . -f1 `
PS1="[$USER@$hostName \w]"
alias px="cd /opt/IBM/InformationServer/Server/PXEngine"
alias is="cd /opt/IBM/InformationServer"
alias EDW="cd /opt/IBMProjects/EDW/"
alias edw="cd /opt/IBMProjects/EDW/"
alias c="clear"
alias ll="ls -ltr"
alias la="ls -ltra"
alias l="ls"
####PS1="[$USER@$HOSTNAME \w]"
hostName=`echo $HOSTNAME | cut -d . -f1 `
PS1="[$USER@$hostName \w]"