IBCRON ;ALB/ARH - RATES: REPORTS PROVIDER DISCOUNT ; 10-OCT-98
Source file <IBCRON.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
EN | ;get parameters then run the report
|
|
DEV | ;get the device
|
|
RPT | ;find, save, and print the data that satisfies the search parameters
|
|
EXIT | ;clean up and quit
|
|
SORT | ;save the data in sorted order in a temporary file, sort by Special Group Name then Provider Type Name
|
|
;print the report from the temp sort file to the appropriate device
|
||
LNCHK(LNS) | ; check if new page is needed
|
|
HDR | ;print the report header
|
|
PAUSE | ;pause at end of screen if beeing displayed on a terminal
|
|
STOP() | ;determine if user has requested the queued report to stop
|
|
SORT2 | ;save the data in sorted order in a temporary file, sort by Special Group Name then Provider Type Name
|
|
PRINT2 | ;print the report from the temp sort file to the appropriate device
|
|
HDR2 | ;print the report header
|
Name | Line Occurrences |
---|---|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|