Previous Topic: The TSSISMU5 utilityNext Topic: How TSSISMU5 Processing Works


Sample TSSISMU5 JCL

This sample JCL executes the TSSISMU5 conversion utility.

//    JOB …
//TSSISMU5    EXEC PGM=TSSISMU5
//SMU         DD	DSN=smu.input,DISP=SHR   
//REPORT	      DD	SYSOUT=*                 
//               
SMU

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.

REPORT

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.