OREORV ; SLC/GDU - Orderable Items File Record Validation [10/15/04 09:16]
Source file <OREORV.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| MAIN | ;Main entry point for this program
 | 
|
| EXIT | ;Exit point for this program
 | 
|
| EN | ;Process the File 101.43
 | 
|
| SH | ;;Orderable Items File Record Validation
 | 
|
| DL1 | ;;Brief Description:
 | 
|
| DL2 | ;;This program scans the Orderable Items file, file # 101.43.
 | 
|
| DL3 | ;;It take the value stored in the ID field and performs a set of tests.
 | 
|
| DL4 | ;;
 | 
|
| DL5 | ;;   1. It determines if the ID field is null.
 | 
|
| DL6 | ;;   2. It determines if it has a source record IEN
 | 
|
| DL7 | ;;   3. It determines if it has a source record package code
 | 
|
| DL8 | ;;   4. It determines if the package code is formatted properly
 | 
|
| DL9 | ;;   5. It determines if the package code is in the current spec*
 | 
|
| DL10 | ;;      If package code is not in current spec*, it is included in the
 | 
|
| DL11 | ;;      report for manual confirmation. It is not modified by this
 | 
|
| DL12 | ;;      utility.
 | 
|
| DL13 | ;;   6. It Validates records by matching to a source file record
 | 
|
| DL14 | ;;      If no match found and record is active it is flagged inactive.
 | 
|
| DL15 | ;;   7. It creates a report detailing its findings.
 | 
|
| DL16 | ;;
 | 
|
| DL17 | ;;* The source files the orderable item record is tested against are
 | 
|
| DL18 | ;;defined in the OE/RR Version 3 Package Interface Specification July
 | 
|
| DL19 | ;;2001
 | 
|
| PMT1 | ;;Do you wish to run this program? Enter Yes or No
 | 
|
| PL1 | ;;Select where you want the report to print to.
 | 
|
| PL2 | ;;
 | 
|
| PL3 | ;;Just hit enter to send the report to the screen.
 | 
|
| PL4 | ;;Enter the name of the printer.
 | 
|
| PL5 | ;;Queue the program to run at a later time.
 | 
|
| PL6 | ;;Enter "^" to quit
 | 
| Name | Line Occurrences | 
|---|---|
| Function Call: WRITE | 
  | 
| Function Call: WRITE | 
  | 
| Function Call: WRITE | 
  | 
| Function Call: WRITE | 
  | 
| Function Call: WRITE | 
  | 
| Function Call: WRITE | 
  | 
| Function Call: WRITE | 
  |