Extracting persistent data store data to EBCDIC files

About this task

Important: The content in this section was created for and applies to the original persistent data store, referred to as PDS V1. A new PDS version (referred to as PDS V2) now exists. PDS V1 will eventually be deprecated.
Use this job to extract persistent data store data to EBCDIC files.
  1. Copy rhilev.rte.RKANSAMU(KPDXTRAJ).
  2. Update the JCL with the following values:
    rhilev
    High-level qualifier of the runtime environment where the persistent data store resides.
    pdsn
    Fully qualified name of the persistent data store data set to be extracted
    pref
    High-level qualifier for the extracted data
  3. Add the parameters you want to use for this job
    PREF=
    Identifies the high-level qualifier for the output file. This field is required.
    DELIM=nn
    Identifies the separator character to be placed between columns. The default is 05.
    NOFF=
    If used, causes the format file not to be generated. The column names are placed into the data file as the first record.
    QUOTES
    Places quotation marks around character type of data
  4. Submit the job.