Table of Contents

Search

  1. Introduction
  2. PowerExchange Client for PowerCenter (PWXPC)
  3. PowerExchange ODBC
  4. PowerExchange Interfaces for PowerCenter Tips
  5. Datatypes and Code Pages
  6. 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!