Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange Bulk Data Movement
  3. PowerExchange Listener
  4. Adabas Bulk Data Movement
  5. Datacom Bulk Data Movement
  6. DB2 for i5/OS Bulk Data Movement
  7. DB2 for Linux, UNIX, and Windows Bulk Data Movement
  8. DB2 for z/OS Bulk Data Movement
  9. IDMS Bulk Data Movement
  10. IMS Bulk Data Movement
  11. Microsoft SQL Server Bulk Data Movement
  12. Oracle Bulk Data Movement
  13. Sequential File Bulk Data Movement
  14. VSAM Bulk Data Movement
  15. Writing Data with Fault Tolerance
  16. Monitoring and Tuning Options

Bulk Data Movement Guide

Bulk Data Movement Guide

Linux and UNIX Binary Data

Linux and UNIX Binary Data

If the file contains binary data such as integer, packed decimal, or float fields, select the
Fixed
or
Variable
record format so that the system can determine record boundaries without the boundaries being affected by the data within each record.
If every record in the file has the same fixed length, select
Fixed
and specify the size of each record.
If a file contains variable-length records where a record prefix contains an integer that contains the length of the remaining data in the record, select the
Variable
record format. Linux, UNIX and Windows applications seldom write binary variable-length records, but sometimes it is useful to download z/OS files to Linux, UNIX, or Windows and process them there. A commonly used variable format is VBP2, which you can use to map a file downloaded by FTP with the BINARY and QUOTE SITE RDW options. For more information, see Downloading z/OS Files for Reading on Linux, UNIX, or Windows.
It is best to view the file in hexadecimal mode to determine if the file has record length prefixes and to choose the appropriate variable format type. This procedure might require a certain amount of experimentation with database row tests.

0 COMMENTS

We’d like to hear from you!