Technical/Files
Only one main file is used for the TSO Migration System. It stores the
migration requests, pending, completed and cancelled. TMS uses the AUP12
charge code, and files are appropriately named. The migration request
file is named AUP12V.MIGR.*.MIGRREQ, where * is either
TEST or PROD. It has the following
characteristics:
- Record Length
- 400 bytes
- File Key
- 50 bytes
- Record Type (1 byte)
- 0 = format record
- 1 = Active Migration Request
- 2 = Completed Migration Request
- 3 = Cancelled Migration Request
- Migration Request Number (6 bytes)
- Filler (43 bytes)
- File Data
- 350 bytes
- Tracking Data (110 bytes)
- Migration Data (240 bytes)
- Record Layouts
-
- Cobol: MIGRRD
- EasytrievePlus: LIBMIGR
- Batch Jobs
- IS43xx Series