Jim,

Here is sample of a 'batch TSO' job I use to customize a ROOT mounted 
at '/newroot' with directory mountpoints and symbolic links:

//TSOB EXEC PGM=IKJEFT01                      
//SYSEXEC  DD DISP=SHR,DSN=SYS1.SBPXEXEC      
//SYSPRINT DD SYSOUT=*                        
//SYSPRINT DD SYSOUT=*                        
//SYSTSPRT DD SYSOUT=*                        
//SYSTSIN  DD *                               
OSHELL mkdir /newroot/userdir1                     
OSHELL mkdir /newroot/userdir2                      
OSHELL ln -s /real/dirname1 /newroot/symlink1   
OSHELL ln -s /real/dirname2 /newroot/symlink2    
/*


Hope this helps,
Paul

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to