Figure 23. Sample JCL to Add the DFM/MVS TP Profile to the VSAM Data Set

Note: A TP profile for DFM/MVS might have already been added when the Data Facility Storage Management Subsystem/MVS (DFSMS/MVS) Version 1 Release 2 product was installed.

Figure 23. Sample JCL to Add the DFM/MVS TP Profile to the VSAM Data Set

//STEP     EXEC PGM=ATBSDFMU
//SYSPRINT DD SYSOUT=*
//SYSSDOUT DD SYSOUT=*
//SYSSDLIB DD DSN=SYS1.APPCTP,DISP=SHR
//SYSIN    DD DATA,DLM=XX
     TPADD
           TPNAME(¬X'07'001)
           ACTIVE(YES)
           TPSCHED_DELIMITER(##)
             CLASS(DEFAULT)
             JCL_DELIMITER(ENDJCL)
//GDEDFM   JOB MSGCLASS=H,MSGLEVER=(1,1),CLASS=A
//GDEDFM   EXEC PGM=GDEISASB
ENDJCL
##
XX
/*