z/OS DFSMS Access Method Services Commands
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Using the PARM Command: Example 2

z/OS DFSMS Access Method Services Commands
SC23-6846-01

In this example, a dump is produced the first time the program goes through dump points ZZCA or ZZCR:
//LISTC JOB ...
//STEP1  EXEC PGM=IDCAMS
//AMSDUMP  DD SYSOUT=A
//SYSPRINT DD SYSOUT=A
//SYSIN  DD  *
     PARM -
        TEST -
        (FULL( -
            (ZZCA 01 01) -
            (ZZCR 01 01)))
     LISTCAT -
           LEVEL(SYS1) -
           ALL
     PARM -
        TEST(OFF)
/*

The JCL statement AMSDUMP DD describes the dump data set and is required when FULL is specified.

The parameters are:
  • TEST requires diagnostic testing.
  • FULL((ZZCA 01 01)(ZZCR 01 01)) states that a region dump, as well as the trace tables and selected areas, is printed the first time through dump points ZZCA and ZZCR.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014