Вы находитесь на странице: 1из 4

Important Programs -: 1. ARCH/AROC Close All, Open After Hour and Shadow files 2.

. ARD000 File Integrity Check This ensures the integrity of the time and date stamps on all master files by comparing the same with the AMCR system record.

3. ARU020 Master File Before Backup / Reload


This takes the Before Batch backup of Master files. This can also the Master files from the backups if the CTC option is Reload. 4. ARD020 Online Transactions Extract Input files: AML1, AML3, AMT1, AMJ1, AMXT. Output files: Sequential file. i.e ATL1, ATL3 , ATJ1 , ATT1 , AMXT. This program is used to copy data back and forth between the master and temporary version of various online activity files. ABTF: AMJ1: AML1: AML3: AMT1: AMXT: ATJ1: ATL1: ATL3: Transaction file backups Reject monetary transaction Non monetary File 1 Non monetary File 3 Monetary Transaction 1 (Temp) Transfer transaction (Todays) Sequential rejected transactions Sequential transaction log file 1 Sequential transaction log file 3

This extracts the online transactions from VSAM files like AML1, AML3, AMT1, AMJ1 and AMXT and creates sequential files for Batch processing. A backup function loads the transactions into the temporary files. While the Reload function reloads the Master files from temporary files. 5. ARD060 Date Roll This establishes the correct processing date for the system and organizations. It also updates the date and time stamp for the non-segmented master files. You can select a date or suppress an organization for todays run. 6. ARU080 User Monetary Pre-Edit This edits the User Input ATTT and ATTD files, merges the files and writes the complete batches to ATTI file. CTC specifies the option of Tape or Disk or Both. Two sort procedures are performed. First one to sort and merge ATTD and ATTT by Org and Batch no into AWT1. Then in next sort this file is opened and compared against AMCP, AMMC and AMSD. Valid records are written into ATTI. If any transaction is invalid, you can assign up to 8 error codes. Similarly, another 8 codes are for the batch header errors. Non-rejected Batches are written into ATTI. 7. ARD080 User Monetary Edit This merges ATTI, ATT1, ATJ1, AMWT and ATXT. The programs ARU080 and ARD020 must have run before this, even if there is no input. Three sort procedures are performed in this. First sort reads the files ATT1, ATJ1 and ATTI. This sort rejects the duplicate batches. The batches are said to be duplicate if the batch date, batch source and batch number of two consecutive batches are same. To distinguish between three files, following convention is used.

FILE

*--BATCH DATE--* *--SOURCE-* *-BATCH NBR-*

ATT1 ALWAYS 0000000 ALWAYS 0000 00001-99999 ATJ1 0000001-9999365 0000-9999 00001-99999 ATTI ALWAYS 0000000 0001-9998 00001-99999 The output is written into the ATBB file containing all the batches. The second sort takes in ATBB file and resorts it into Organization, Batch date, Batch Source and Batch number (Ascending) and full item sequence (five position) number (Descending). This puts the batch header in logical position to receive the batch calculated totals with ticket header. The third sort puts the headers and details back into the proper sequence. It also filters out the batches having invalid Org number. The output procedure passes all valid batches into ATBB or ATIB depending upon the status on the batch header. Organization Report R13 is produced for Incomplete batches from ATIB file. Organization Report R14 is produced for Completed batches from ATBB file. ATBB file is read sequentially and the records having New Plan opening transaction codes are written in ATNS file, whereas other transactions are written into ATVT file. Same is the case for AMWT file. All the transactions from ATXT file are written into ATNS file. 8. ARD065 Segmented Date Roll This is the date roll for the segmented files. 9. ARD040 File Maintenance Journal Report This ARD040 run is in Journal mode. This mode reports all online accepted non-monetary transactions that affect any of the master files. These transactions are captured in ARD020, which generates the Input file ATL1 for this program. This is run in Recovery (Update) Mode, only if the online files are lost. This action reapplies all valid online transactions that were resident on the AML1 file, when the last successful ARD020 was run. This function is included for disaster recovery. 10. ARU040 User Non-Monetary Pre-Edit This edits the Non-Monetary User Input files (ATUD, ATUT or Both) and prints a report that displays all input and reports all errors to generate file ATUI, which is then input to ARD040. In this only selected files can be pre-edited. These are AMBS, AMNA, AMPM, AMED, AMRM, AMSC, AMHB and AMPS. The record can be rejected for account not found, field security level, invalid input data, etc. 11. ARD040 User Non-Monetary Edit This ARD040 run is in UPDATEU mode. This is User Input update mode. This is intended for specific processing of user input updates. The User Input Updates are applied to the corresponding files and the report is also printed for the same one. There are different subroutines for each file e.g. ARD040BS for AMBS file, etc. Every file has specific file code. Every field also has a specific field code. 12. ARD100 Sort Transactions This sorts the transactions for ARD140 (Posting). There are two sort keys, one is primary sort key, consisting of Org and Account, and the other is secondary, consisting of effective date and sort type. The sort type codes are ATNS Credit, ATNS Debit, Memo, ATVT Credit and ATVT Debit respectively from1 to 5. The transactions are written in the ATPT file. 13. ARD140 Posting ARD140 is composed of independent programs, nested programs, each one having unique function. This is the driver program calling all the other modules. The main functions carried out by Driver program are Important modules are D140INT, D140ATPT, D140ATGT, D140LM30, D140PMTC, D140DELQ and D140ATSM. Each one has its own function. 14. ARD175 Sort /Backup Generated Transactions

Sorts the ATGT file and creates a backup ABGT file.

15. ARD180 Monetary Transactions Update/Backup


This processes the various Monetary Transaction Files after they have been processed by ARD140 (Posting). The input is taken from four files viz. ATPT, ATGT, AMDI and ABAI. The output is distributed to five files depending upon the transaction was posted or rejected or warehoused or disputed. The output files are ATTA (Unapplied), AMWT (Warehoused), ABAO (Accumulated History), Statement Monetary Transactions (ATST) and Online Monetary Cycle to Date Transactions (AMOS). 16. ARD185 Multiple Reject Processing This builds the Temporary Multiple Reject Transaction (ATM1) file. The ATTA file is read and the fields are moved into ATM1 file for the multiple reject accounts, which is in the AMT1 format adding the Reject Reason field. 17. ARD190 Build Multiple Reject Processing This builds the Multiple Reject Transactions (AMM1) file and prints the Multiple Reject Report. 18. ARD200 Reject Re-entry This loads the rejected transactions from todays batch run to the Reject Master AMJ1 file. In the first sort, ATTA file is reformatted into AMT1 record layout and released to Sort file AWT1. In the second sort batch headers are added to the transactions. Third sort then merges the AWT1 file and ATE1 file to give the AMJ1 file. Also the backup file ABJ1 is written after the third sort. 19. ARD250 Inactive / Active Processing This processes the migration of Base segment records between AMBS and AMBI. And also corresponding from AMHB to AMHI takes place. The input is ATAI tag file which is generated in Posting. A detailed report is printed for each account. 20. ARD420 Activity Recap Update This posts the activity recap transactions generated by Posting program (ARD140) to the Activity Recap Master. This first sorts the ATAR file into sequence for sequential processing of this file against the Activity Recap Master (AMAM) file. It puts this into a temporary file ATAM. 21. ARD440 Activity Recap Restore This replaces the Prior Activity Recap Master file with the updated file created by the Activity Recap Update program (ARD420). 22. ARD240 Small Online Statement Merge This maintains the AMSS file. It can do various functions such as Create, Reload, Backup, Merge/Mergen and Reset. Merge function takes in the ABSI, ATSM and ATST files to create AMSS and ABSO file. Program ARD220 updates the date/time stamp for this program on AMDT file. If that equal todays date/time stamp it says activity today. If no activity, no run of this program. 23. ARU020 Master File After Backup This takes the After Batch backup of Master files. 24. ARU200 Card Issue Program This generates the Embosser, Card Mailer and PIN Mailer files required to satisfy card issue requirements. Depending upon the action to be taken, the necessary records are written in the AS1S Sort file. The records are then written in the ATET file. All the processing records are written in ATEM file. For every ATEM record, AMED file is read to determine the action and the record is written in the respective file ATI1 (Issue Report), ATI2 (Card Mailer) and

ATI3 (PIN Mailer). If a new, additional or replacement card is requested, a maintenance record is written to the ATUT file. 25. ARCA Close All Files 26. IDCAMS Rename Master Files Delete the Master VSO files that are not in Update-in-Place mode and rename the Temporary VSO files to Master files. This is applicable for only those files which are used in Disk-in-Disk-Out mode. 27. ARD020 After Hours Transaction Extract Delete/Define ATL1 files and backup the AML1S file into it. 28. AROA Open All Files 29. ARD460 Activity Recap Extract It selects the requested data from the Activity Recap Master file and builds the extract data necessary to produce the Activity Recap Report. 30. ARD480 Activity Recap Print This prints the Activity Recap Report. 31. ARD340 Print Report Files This prints Logo-based reports produced by ARD140. 32. ARU340 Large Online Statement Merge Same as Small Online Statement Merge. This is a monthly job run strictly on a request basis. ABLI and AMSS are input to give ABLO and AMSL files.

Вам также может понравиться