%PCDSN=pcdatasetname
|
When creating a new dataset, specify a data file on the local PC for a new dataset that you want to associate with the z/OS dataset name.
- If you omit this parameter,
Enterprise Server generates a PC filename automatically.
- This parameter is valid only with new data sets (i.e., DISP=NEW and DISP=MOD that is new), and is ignored for old data sets (i.e., DISP=OLD, DISP=SHR, DSIP=MOD that is old).
- If necessary, enclose
pcdatasetname in single quotes.
- If the filename specified for
pcdatasetnamecontains spaces, enclose the name in double quotes (").
- The specified filename cannot exceed 256 characters, including all characters between single quotes and including double quotes that enclose the PC filename.
|
%UPLOAD={YES | NO | AUTO}
|
RJSE only.
|
YES
|
Upload the dataset referenced by the DD
|
NO
|
Do not upload the dataset referenced by the DD
|
AUTO
|
Have the system make the determination whether or not to upload the dataset (default)
|
%DOWNLOAD={YES | NO | AUTO}
|
RJSE only.
|
YES
|
Download the dataset referenced by the DD
|
NO
|
Do not download the dataset referenced by the DD
|
AUTO
|
Have the system make the determination whether or not to download the dataset (default)
|
%PDSMEM={ALL | ONLY}
|
RJSE only.
|
ALL
|
Upload or download the entire PDS referenced by the DD
|
ONLY
|
Upload or download only the PDS member referenced by the DD
|
Note: This option is ignored if the dataset is not a PDS.
|
%CHARSET={EBCDIC | ASCII}
|
RJSE only. Specify the character set for a new dataset. By default, the character set is the same as the character set of the system.
Note: This parameter is for
Micro Focus internal use only unless justified otherwise.
|
%LSEQRECF={V | VB | F | FB}
|
Specify the appropriate host record format for the uploaded RECFM=LSEQ dataset.
|
V
|
Upload as RECFM=V dataset
|
VB
|
Upload as RECFM=VB dataset
|
F
|
Upload as RECFM=F dataset
|
FB
|
Upload as RECFM=FB dataset (default)
|
Note: We strongly advise that you set LRECL for local LSEQ datasets to a valid value other than 0. When the LRECL value is 0, the system assumes a host dataset LRECL of 80 for F and FB, or 255 for V and VB, and issues a warning message. This could lead to other failures.
|
%RELATED={[YES | NO | AUTO)}
|
RJSE only. Specifies whether to move the dataset from one location to another. This must be specified on the DD statement if the same dataset exists on the host as well as the PC. The two datasets with the same name are presumed to be not related to each other and may contain different contents. The host dataset is used only by jobs running on the host and the PC dataset is used only by jobs running locally.
|
YES
|
Move the dataset from one location to another
|
NO
|
Never move the dataset from one location to another (default)
|
AUTO
|
Have the system make the determination whether or not to move the dataset
|
Important: Causes all other RJSE-related DD parameters to be ignored.
|