Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange
  3. DBMOVER Configuration File
  4. Netport Jobs
  5. PowerExchange Message Logs and Destination Overrides
  6. SMF Statistics Logging and Reporting
  7. PowerExchange Security
  8. Secure Sockets Layer Support
  9. PowerExchange Alternative Network Security
  10. PowerExchange Nonrelational SQL
  11. PowerExchange Globalization
  12. Using the PowerExchange ODBC Drivers
  13. PowerExchange Datatypes and Conversion Matrix
  14. Appendix A: DTL__CAPXTIMESTAMP Time Stamps
  15. Appendix B: PowerExchange Glossary

DISP Statement

DISP Statement

The DISP statement specifies the status, normal disposition, and abnormal disposition that PowerExchange uses when dynamically allocating target data sets on z/OS, if you do not provide DISP information.
The parameters and options on the DISP statement are equivalent to the options on the DISP parameter of the JCL DD statement.
z/OS
BS, LRECL, RECFM, RELEASE, SPACE, UNIT, and VOLSER
No
DISP=(
status
  [,
normal_disp
]    [,
abnormal_disp
] )
status
Required. Data set status. Enter one of the following options:
  • M.
    MOD.
  • N.
    NEW.
  • O.
    OLD.
  • S
    .
    SHR.
Default is S.
normal_disp
Optional. Normal termination disposition for the data set. Enter one of the following options:
  • C.
    CATLG.
  • D.
    DELETE.
  • K
    .
    KEEP.
  • P.
    PASS.
Default is K.
abnormal_disp
Optional. Abnormal termination disposition for the data set. Enter one of the following options:
  • C.
    CATLG.
  • D.
    DELETE.
  • K
    .
    KEEP.
  • P.
    PASS.
  • U.
    UNCATLG.
Default is K.

0 COMMENTS

We’d like to hear from you!