z/OS Language Environment Programming Guide for 64-bit Virtual Addressing Mode
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


CEEOPTS DD syntax

z/OS Language Environment Programming Guide for 64-bit Virtual Addressing Mode
SA38-0689-00

To specify the CEEOPTS DD statement, use the following syntax:
  • For in-stream JCL:
    //CEEOPTS   DD  *
    POSIX(ON),STACK64(2M,2M,256M)
  • For a sequential data set:
    //CEEOPTS   DD DSN=MY.CEEOPTS.DATASET,DISP=SHR
  • For a partitioned data set:
    //CEEOPTS   DD DSN=MY.CEEOPTS.DATASET(MYOPTS),
    //          DISP=SHR
  • To ignore the DD statement:
    //CEEOPTS   DD DUMMY

For more information, see section "Using the CEEOPTS DD statement" in z/OS Language Environment Programming Guide.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014