Have the need to download HOLDDATA for ACF2. Where is the HOLDATA located?
ACF2 Installation manual says to download ACF1HOLD. Where can the ACF1HOLD JCL be located?
The ACF1HOLD sample JCL can be found in the ACF2 installation yourHLQ.SAMPJCL.
Following is a sample JCL to download the HOLDDATA:
JOBCARD
//*
//*********************************************************************
//*
//FTPSTEP EXEC PGM=FTP,PARM='(EXIT=08 TIMEOUT 120'
//*SYSTCPD DD DISP=SHR,DSN=....
//SYSPRINT DD SYSOUT=*
//OUTPUT DD SYSOUT=*
//INPUT DD *
ftp.ca.com 21
anonymous
EMAILADR
cd /pub/HoldData/
dir
asc
locsite LR=80 REC=FB BLOCKSI=0
locsite PRI=20 SEC=10 CY
GET ALL-HOLDDATA.TXT 'DASDHLQ.CAI.ERROR.HOLDDATA' (REPLACE
quit
Details can be found in the section HOLDDATA from the ACF2 Installation Techdoc.