Sample job stream to run the DFHSNMIG program

Figure 46. Sample job stream to run the DFHSNMIG program
//SNTMIG   JOB 'accounting information',
//             CLASS=A,USER=userid,PASSWORD=password
//SNTMIGR  EXEC PGM=DFHSNMIG
//STEPLIB  DD DSN=CICSTS31.CICS.SDFHAUTH,DISP=SHR
//DFHSNT   DD DSN=CICS330.SDFHAUTH,DISP=SHR
//CLIST    DD DSN=CICSTS31.CICS.MIGRATE.CLIST,DISP=(,CATLG),
//            SPACE=(TRK,(10,10),RLSE),UNIT=SYSDA,
//            RECFM=VB,LRECL=256,BLKSIZE=4096
//SYSPRINT DD SYSOUT=A
//*

Figure 46 shows an example job stream to run the DFHSNMIG program. The job stream should include DD statements for the following data sets:

DDname
Defines
STEPLIB
The load library that contains the DFHSNMIG program module.
DFHSNT
The library that contains the DFHSNT module to be migrated. The SNT must have been generated at a release of CICS® before CICS Transaction Server for z/OS®.
CLIST
The data set to which the CLIST of RACF® commands is written. You may change the parameters to suit your requirements, but do not change the parameter RECFM=VB.

Related reference
Signon table to RACF migration utility program (DFHSNMIG)
Migrating operator characteristics--CICS SNT to RACF database
Sample batch job to execute the CLIST
[[ Contents Previous Page | Next Page Index ]]