I agree and I've used the ftp route before, my issue is my company will not allow ftp period, and using HTTPS from Z needs to be authenticated to the firewall so 2 things for me, I have to get authority to tunnel thru the firewall to get to IBM, then in the <CLIENT> section I need to specify my firewall server I/P and my LAN ID and password.

ftp, so much easier as you've pointed out


Carmen

On 2/8/2023 10:26 AM, Ed Jaffe wrote:
On 2/8/2023 7:23 AM, Steve Beaver wrote:
I feel like an idiot asking this question however - How do I pull the
HOLDDATA from Shopz

Typically, if you choose not to use RECEIVE ORDER, you would use anonymous FTP to retrieve it from service.boulder.ibm.com. For example:

//HOLDDATA JOB 1,BEAVER,CLASS=A,MSGCLASS=T,NOTIFY=&SYSUID
//HOLDDATA EXEC PGM=FTP
//SYSPRINT  DD SYSOUT=*
//SYSIN     DD *
 service.boulder.ibm.com
 anonymous
 st...@stevebeaver.com
 cd s390/holddata
 locsite recfm=fb lrecl=80
 locsite primary=1 secondary=1 cylinders
 get full.txt holddata.full.txt (REPLACE
 quit
//

--
Carmen

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to