JCL and parameters for AVMPUSH in one-step mode - syncsort_capacity_management - 12.60

Syncsort™ Capacity Management Installation Guide

Product type
Software
Portfolio
Integrate
Product family
Syncsort™ Software
Product
Syncsort™ Capacity Management
Version
12.60
Language
English
Product name
Syncsort™ Capacity Management
Title
Syncsort™ Capacity Management Installation Guide
Copyright
2024
First publish date
1985
Last edition
2024-07-17
Last publish date
2024-07-17T13:15:33.732951

Member (HLQ).AVMvvvv.JCLLIB(PUSHONE) contains JCL similar to the following to run the AVMPUSH utility and invoke FTP internally. The presence of the three AVMFTP, INPUT and OUTPUT files in this JCL triggers one-step mode.

//PUSHFTPEXECPGM=AVMPUSH,PARM=’N,N’
//STEPLIBDDDSN=(HLQ).AVMvvvv.LOADLIB,DISP=SHR
//SYSPRINTDDSYSOUT=*
//AVMDATADDDSN=AVMDATA.FILE.FROM.ZVM.ACQUIRE,DISP=SHR
//AVMFTPDD *
123.231.132.213<== IP address of FTP server
username password<== Credentials for FTP server
cd /Syncsort Capacity Management Core/pushdata <== Your choice of directory
!push <== AVMPUSH commands will replace this
ls –l <== Any commands you like here
bye <== Say goodbye...
/*
//INPUT DD UNIT=SYSDA,SPACE=(CYL,1)
//OUTPUT DD UNIT=SYSDA,SPACE=(CYL,1)
//

 

Note the use of the !push card to mark the point where the commands generated by AVMPUSH will be inserted.