Can the CSM to zOSMF Migration tool (CSM2ZOSM) be run in batch so gathering verbose trace information is easier to review.
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'
//
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.