Previous Topic

Next Topic

Book Contents

Book Index

JCL Required to Execute CTOFANCI

The following is a sample of the JCL statements that activate utility CTOFANCI. For more information about activation of this utility, see Conversion Steps.

Figure 2 JCL Required to Execute CTOFANCI

//CTOFANCI JOB  ,NAME,MSGCLASS=X,CLASS=A,NOTIFY=NAME

//CTOFANCI EXEC  PGM=IKJEFT01,DYNAMNBR=999,REGION=4M

//SYSEXEC DD DISP=SHR,DSN=CTOF.REXX

//        DD DISP=SHR,DSN=SYS2.EXEC

//SYSPROC DD DISP=SHR,DSN=CTOF.REXX

//        DD DISP=SHR,DSN=SYS2.CLIST

//SYSPRINT  DD  SYSOUT=*

//SYSTSPRT  DD  SYSOUT=*

//SYSUDUMP  DD  SYSOUT=*

//SYSTSIN   DD  *

PROF  NOPREFIX

CTOFANCI CTOF.REXX(SYSINPRM)

Parent Topic

Activating Utility CTOFANCI