Jim -

After notification that the order is ready to download I FTP to my z/OS
system thus:

//FTP      EXEC PGM=FTP
//OUTPUT   DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//INPUT    DD *
 inetsd01.boulder.ibm.com
 shopZ supplied userid
 shopZ supplied PW
cd order#/PROD
lcd /usr/panynj/smpnts/    <<====== file in your HFS
binary
lmkdir U00176057          <<<====== internal order number supplied by shopZ
lmkdir U00176057/SMPPTFIN
lmkdir U00176057/SMPHOLD
lcd U00176057
mget *  (REPLACE
lcd SMPPTFIN
mget SMPPTFIN/* (REPLACE
lcd ../SMPHOLD
mget SMPHOLD/*  (REPLACE
quit

----------------------------------------------------------------------
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