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


Using the SET command and MAXCC Parameter

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

In this example, if the maximum condition code is 0, the program lists an entry from a catalog and prints a data set. If the maximum condition code is not 0, set the maximum condition code to 8.
IF MAXCC=0
  THEN DO
    LISTCAT  CATALOG (AMASTCAT/MST27) ENT (MN01.B005)
    PRINT INFILE (AJK006)
    END
  ELSE ...
    SET MAXCC=8

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014