Running CSM2ZOSM in batch
search cancel

Running CSM2ZOSM in batch

book

Article ID: 262056

calendar_today

Updated On:

Products

CHORUS SOFTWARE MANAGER COMMON SERVICES FOR Z/OS

Issue/Introduction

Can the CSM to zOSMF Migration tool (CSM2ZOSM) be run in batch so gathering verbose trace information is easier to review.

Resolution

Yes, this rexx utility can be run in batch. Following is an example:

//STEP1    EXEC PGM=IKJEFT01
//SYSPRINT DD   SYSOUT=*
//SYSEXEC  DD   DSN=MIGRATE.TOOLS,DISP=SHR
//SYSTSPRT DD   SYSOUT=*
//SYSIN    DD   DUMMY
//SYSTSIN  DD   *
%CSM2ZOSM -v
password
'your.migrate.summary'
//
  • MIGRATE.TOOLS is the PDS contains both CSM2ZOSM and LISTTGZ
  • password is the password for ZosmfUser
  • 'migrate.summary' is the dataset that will contain the summary of the migrate process

Additional Information

If providing this output to CA/Broadcom technical support for review, please be sure to first edit the output to remove password as it will be displayed.