Question & Answer
Question
How can I retrieve Replication Server PTF's from the IBM FTP "testcase" server?
Answer
Here is a JCL example for retrieving Replication Server PTF's from the IBM "testcase" FTP server.
//FTPSTEP EXEC PGM=FTP,REGION=0M,
// PARM='testcase.boulder.ibm.com (EXIT'
//SYSPRINT DD SYSOUT=*
//OUTPUT DD SYSOUT=*
//*
//PTF1 DD DSN=STEWART.PTF.V10.UK76775.NEW,
// DISP=(NEW,CATLG),
// UNIT=(SYSDA),
// SPACE=(CYL,(50,10),RLSE),
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=3200,DSORG=PS)
//*
//PTF2 DD DSN=STEWART.PTF.V10.UK76776.NEW,
// DISP=(NEW,CATLG),
// UNIT=(SYSDA),
// SPACE=(CYL,(50,10),RLSE),
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=3200,DSORG=PS)
//*
//PTF3 DD DSN=STEWART.PTF.V10.UK76777.NEW,
// DISP=(NEW,CATLG),
// UNIT=(SYSDA),
// SPACE=(CYL,(50,10),RLSE),
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=3200,DSORG=PS)
//*
//PTF4 DD DSN=STEWART.PTF.V10.UK76778.NEW,
// DISP=(NEW,CATLG),
// UNIT=(SYSDA),
// SPACE=(CYL,(50,10),RLSE),
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=3200,DSORG=PS)
//*
//INPUT DD *
anonymous
password
cd /fromibm/im/dataprop
bin
GET PTF.V10.UK76775 'STEWART.PTF.V10.UK76775.NEW' (REP
GET PTF.V10.UK76776 'STEWART.PTF.V10.UK76776.NEW' (REP
GET PTF.V10.UK76777 'STEWART.PTF.V10.UK76777.NEW' (REP
GET PTF.V10.UK76778 'STEWART.PTF.V10.UK76778.NEW' (REP
quit
/*
[{"Product":{"code":"SSDP5R","label":"InfoSphere Replication Server"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Misc","Platform":[{"code":"PF035","label":"z\/OS"}],"Version":"9.1;10.1;9.5;9.7","Edition":"All Editions","Line of Business":{"code":"LOB10","label":"Data and AI"}}]
Was this topic helpful?
Document Information
Modified date:
16 June 2018
UID
swg21589544