Rational Developer for System z
Enterprise COBOL for z/OS, Version 4.1, Programming Guide


Image description: DD statement parameters for creating QSAM files

This image shows DD statement parameters and subparameters that are frequently used to create QSAM files.

The following parameters are shown:

The following table lists the subparameters that are shown for each parameter. The subparameters are presented in a style that is similar to JCL syntax notation. Consult the documentation for your system for the syntax of parameters and subparameters that are used to create QSAM files.

Ensure that your screen reader is set to speak all punctuation for reading this table.

Parameter Subparameters
DSNAME= and DSN= Can be one of the following:
  • dataset-name
  • dataset-name(member-name)
  • &&name
  • &&name(member-name)
UNIT= ( name[,unitcount] )
VOLUME= and VOL= ( [PRIVATE] [,RETAIN] [,vol-sequence-num] [,volume-count] ... [vol-info] )

vol-info can be one of the following:

  • [,SER=(volume-serial [,volume-serial] ... )
  • [,REF=dsn]

    dsn can be one of the following:

    • dsname
    • *.ddname
    • *.stepname.ddname
    • *.stepname.procstep.ddname
SPACE= ( allocation-type,(primary-quantity [,secondary-quantity] [,directory-quantity] ) )

allocation-type can be one of the following:

  • TRK
  • CYL
  • average-record-length
LABEL= ( [data-set-sequence-number,] [label] [,retention] )
  • label can be one of the following:
    • NL
    • SL
    • SUL
  • retention can be one of the following:
    • EXPDT= yyddd
    • EXPDT=yyyy/ddd
    • RETPD=xxxx
DISP= ( [disp1] [,disp2] [,disp3] )
  • disp1 can be NEW or MOD
  • disp2 can be one of the following:
    • DELETE
    • KEEP
    • PASS
    • CATLG
  • disp3 can be one of the following:
    • DELETE
    • KEEP
    • CATLG
DCB= (subparameter-list)

The image does not show details of subparameter-list for the DCB= parameter.

End of image description.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)