Previous Topic: Input Selection Criteria from DD APTSYSINNext Topic: PROC APJP6930


Create an Inventory Load File from Inventory Records

Provide a simplified way to populate the CA‑PanAPT Inventory file from existing Inventory Records.

Activity

APCS6930 reads the Inventory Records of selected members and writes them to a sequential file in the format defined in COBOL COPY library member APCCDIB2. You can use the first step in the CA‑PanAPT Inventory Load process, APCS6910, to create records in APCCDIB2 format from PDS, CA‑Panvalet, or CA‑Librarian directories.

The output of PROC APJP6930 is suitable to be loaded by PROC APJP6920. You can write programs to change some inventory values from the output of APJP6930 and then reload the inventory, or you can change the member names to create brand new inventory.

Extract Output

Output from APCS6930 is written to a sequential file with the DDname: DIBSFILE.

APCS6930 issues one of the following return codes:

0

One or more records were selected.

4

No records meeting the specified selection criteria were found.

PROC

APJP6930 - Create an Inventory load file.

Program

APCS6930