How to download external installation packages, pax files, from the CA FTP server directly to your z/OS USS partition.
search cancel

How to download external installation packages, pax files, from the CA FTP server directly to your z/OS USS partition.

book

Article ID: 51891

calendar_today

Updated On:

Products

Compress Data Compression for MVS Compress Data Compression for Fujitsu Datacom DATACOM - AD Mainframe Software Manager (Chorus Software Manager) MICS Resource Management CIS COMMON SERVICES FOR Z/OS 90S SERVICES DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS COMMON PRODUCT SERVICES COMPONENT Common Services CA ECOMETER SERVER COMPONENT FOC Easytrieve Report Generator for Common Services INFOCAI MAINTENANCE IPC UNICENTER JCLCHECK COMMON COMPONENT Mainframe VM Product Manager CHORUS SOFTWARE MANAGER CA ON DEMAND PORTAL CA Service Desk Manager - Unified Self Service PAM CLIENT FOR LINUX ON MAINFRAME MAINFRAME CONNECTOR FOR LINUX ON MAINFRAME GRAPHICAL MANAGEMENT INTERFACE WEB ADMINISTRATOR FOR TOP SECRET Xpertware

Issue/Introduction

Description:

This document provides the jcl and control statement to download a PAX file, software installation package, from the CA FTP server (scftpd.ca.com) to your z/OS USS file system.

This JCL can be used when there is no direct connection between the z/OS USS partition and the CA FTP server, or when the package is not yet available to CSO (Beta packages and test solutions).

Solution:

The sample JCL to use for the file transfer is:

//   Insert valid jobcard
//*
//*   This job will FTP the pre-req pax file, the MSM Installer
//*   pax file, the current MSM PTFs and the Datacom fixes
//*   into the /u/users/msmserv/msminstall directory created
//*   for MSM installation.
//*
//*  Client may have to specify SYSTCPD DD depending on
//*   configuration
//*SYSTCPD  DD DSN=TCPIP.TCPIP.DATA,DISP=SHR
//*S010     EXEC PGM=FTP,PARM='(EXIT TIMEOUT 720',COND=(0,LT)
//STEP1   EXEC FTPBATCH,
//             PARM='(EXIT TIMEOUT 720',COND=(0,LT)
//SYSPRINT DD SYSOUT=*
//INPUT    DD *
scftpd.ca.com
cso-userid cso-password
Binary
lcd /u/users/msmserv/msminstall
cd /CAproducts/MSM/CA_MSM_Installation/
mget 20000168X01.pax.Z
dir
QUIT
/*
//

Environment

Release:
Component: MSM