The $PSDS81X and $PSDS81Z exits have the following keyword parameters:
DSN=datasetname [ DISP={ SHR | OLD | NEW | MOD } ] [ LRECL={ n | 80 } ] [ SKIP0={ NEWLINE | DISCARD | DESTRUCTIVE | NONDESTRUCTIVE } ] [ CYL= pri [,sec] [,dir] ] [ TRK={ pri [,sec] [,dir] | 15,5 } ] [ BLKSZ= n ] [ STORC= storclas ] [ MGMTC= mgmtclas ] [ DATAC= dataclas ] [ VOL= volser ] [ UNIT={ unit | SYSALLDA} ] [ RECFM={ F | FB | V | VB } ]
Specifies the target data set name. If the data set is partitioned, the member name must be included or the data set is corrupted.
You can use the following symbolics in the datasetname parameter:
Symbolics are delimited by a period (.) or another symbolic (that is, &YY&MM. is the same as &YY.&MM.). Symbolics are also allowed in a member name.
Example:
DSN=NM.&SYSID..&USERID..D&YY&MM&DD..T&HHMMSS..DATA
For example, this specification can resolve to the following data set name:
DSN=NM.SYSA.MYUSER.D040915.T144505.DATA
Specifies the disposition of the output data set.
Default: SHR
Specifies the output record length.
Limits: 1 through 250
Default: 80
Specifies how to process a data line with a skip amount of zero.
Note: The procedures ignore the following PSM print options: NEWPAGE and USCORE.
Default: NEWLINE
The following additional parameters are applicable when DISP=NEW is specified:
Specifies the primary and secondary space allocation values in cylinders. If a partitioned data set is used, the parameter specifies the number of directory blocks.
Specifies the primary and secondary space allocation values in tracks. If a partitioned data set is used, the parameter specifies the number of directory blocks.
Default: TRK=15,5
Specifies the block size.
Specifies the storage class.
Specifies the management class.
Specifies the data class.
Specifies the volume serial number.
Specifies the unit.
Default: SYSALLDA if volser is specified
Specifies the record format.
Default: FB
Copyright © 2012 CA. All rights reserved. |
|