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

RECFM Statement

RECFM Statement

The RECFM statement specifies the record format that PowerExchange uses when dynamically allocating target data sets on z/OS, if you do not provide RECFM information.
z/OS
BS, DISP, LRECL, RELEASE, SPACE, UNIT, and VOLSER
No
RECFM={
F
|FB|FBA|FU|V|VB|VBA|VU}
  • F
    .
    Fixed-length records.
  • FB.
    Blocked fixed-length records.
  • FBA.
    Blocked fixed-length records with ANSI control characters.
  • FU.
    Undefined length records.
  • V.
    Variable-length records.
  • VB.
    Blocked variable-length records.
  • VBA.
    Blocked variable-length records with ANSI control characters.
  • VU.
    Undefined length records.
Default is F.
  • If you specify either FU and VU for the RECFM value, PowerExchange uses RECFM=U in the dynamic allocation request.
  • If you omit both the LRECL and RECFM statements, PowerExchange uses 32752 for the LRECL value and VB for the RECFM value when allocating data sets.

0 COMMENTS

We’d like to hear from you!