This sample JCL executes the TSSISMU5 conversion utility.
// JOB … //TSSISMU5 EXEC PGM=TSSISMU5 //SMU DD DSN=smu.input,DISP=SHR //REPORT DD SYSOUT=* //
This DD statement specifies the input data set containing the SMU statements for the IMS region being processed.
This must be a sequential data set with a record length of 80.
This DD statement specifies the output data set created by the TSSISMU5 utility, containing a report listing the SMU security definitions that cannot be converted to equivalent functionality in CA Top Secret.
If the DD statement specifies a data set rather than SYSOUT, the data set must sequential with a record length of 80.
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|