ACF2 HOLDDATA SAMPJCL for Installation and Maintenance
search cancel

ACF2 HOLDDATA SAMPJCL for Installation and Maintenance

book

Article ID: 98648

calendar_today

Updated On:

Products

ACF2 ACF2 - z/OS ACF2 - MISC

Issue/Introduction

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?

Resolution

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  

                     

Additional Information

Details can be found in the section Install Maintenance from the ACF2 Installation Techdoc.