Subject: Re: CSI FTPBATCH command variables
From: Frank Swarbrick (Frank.Swarbrick@efirstbank.com)
Date: Wed Apr 02 2008 - 10:21:19 EST
>>> On 4/2/2008 at 8:36 AM, in message <OFB72FA5C0.EAA97365-ON8525741F.004F69CD-8525741F.00500B90@winwholesale.com> <industrynews@winwholesale.com> wrote: > At any rate... For all three of your issues (variables, procedure > levels, and passwords directly in the JCL), I do it as follows. The SLI > contains the logon information for the FTP process. > > /. STEP01 - TRANSFER BMS SOURCE FROM TEST TO PROD > // LIBDEF *,SEARCH=(PRD2.CONFIG,ESP.BSI),TEMP > // EXEC PGM=BSTTFTPC,SIZE=(BSTTFTPC,512K) > * $$ SLI MEM=VSEFTPT.B,S=PRD2.CONFIG > SITE SMNT LIBRARY DAP > CWD PROD > TYPE A > OUTPUT LIBRARY DAP PROD SECUMS A FIXED > RETR SECUMS.SBF > OUTPUT LIBRARY DAP PROD SECUMS C FIXED > RETR SECUMS.C > QUIT > /* EOD This works. Thanks! Even if // LOG is turned on, since the input cards are not JCL statements cards, they don't show up. Cool. I still would like to resolve the issues in my original message, but perhaps I'm just being anal (I gate that word!). Frank
This archive was generated by hypermail 2b25 : Fri May 16 2008 - 23:50:06 EDT