z/OS DFSMSdfp Utilities
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Operation Groups

z/OS DFSMSdfp Utilities
SC23-6864-00

IEBIMAGE utility control statements are grouped together to create or print a library module. Each group of statements is called an operation group. Your job's input stream can include many operation groups. The operation groups (shown below without operands) that can be coded are:
  • To create or print an FCB module:
     [OPTION]
     [INCLUDE]
     FCB
     NAME
    Note: It is not possible to print a 4248 FCB module without coding some valid operation on the FCB statement.
  • To create or print a copy modification module:
     [INCLUDE]
     [OPTION]
     COPYMOD
     [additional COPYMOD statements]
     NAME
  • To create or print a character arrangement table module:
     [INCLUDE]
     [OPTION]
     TABLE
     NAME
  • To create or print a graphic character modification module:
     [INCLUDE]
     [OPTION]
     {GRAPHIC|GRAPHIC, followed immediately by data statements}
     [additional GRAPHIC statements]
     NAME
  • To create or print a library character set module:
     [INCLUDE]
     [OPTION]
     {CHARSET|CHARSET, followed immediately by data statements}
     [additional CHARSET statements]
     NAME

To print a module, you need only supply the function statement (that is, FCB, COPYMOD, TABLE, GRAPHIC or CHARSET) with no operands specified, followed by the NAME statement naming the module. However, it is not possible to print a 4248 FCB module without coding some valid operation on the FCB statement.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014