Table of Contents

Search

  1. Preface
  2. Part 1: Introduction
  3. Part 2: PowerExchange Client for PowerCenter (PWXPC)
  4. Part 3: PowerExchange ODBC
  5. Appendix A: PowerExchange Interfaces for PowerCenter Tips
  6. Appendix B: Datatypes and Code Pages
  7. Appendix C: PowerExchange Interfaces for PowerCenter Troubleshooting

PowerExchange Interfaces for PowerCenter

PowerExchange Interfaces for PowerCenter

Empty File - Example

Empty File - Example

The following example CREATEFILE statements show how to create a new generation of a GDG and a flat file.
To create a new generation with a record length of 80 bytes and a block size of 8880 in a GDG data set called MY.GDG, code the following command:
<CMD>CREATEFILE FN=”MY.GDG(+1)” LRECL=80 BS=8880 RECFM=PS
The PowerExchange Listener on MVS that creates the new generation uses its DBMOVER member to determine the remaining DCB and space attributes for this file.
To create a new flat file called my.flat.file, code the following command:
<CMD>CREATEFILE fn=my.flat.file

0 COMMENTS

We’d like to hear from you!