SCRPBK ;MJK/ALB - RPC Broker Utilities ; 27 FEB 96
Source file <SCRPBK.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| GETREC(SCDATA,SCRPT) | ; -- get REPORT record
 ; input : SCRPT := ien of report definition ; output : SCDATA is the return array ; SCDATA(0) := 0th node of rpt def ; (1..n) := sections for ; [Description], [Sorts], [Fields], [Files]  | 
|
| SET(X,INC,SCDATA) | ; -- set value in return array
 | 
|
| RPTDEF(SCRPT) | ; -- retrieve rpt def demographics
 | 
|
| DESC(SCINC,SCRPT,SCDATA) | ; -- get rpt description
 | 
|
| SORTS(SCINC,SCRPT,SCDATA) | ; -- get possible sorts
 | 
|
| FIELDS(SCINC,SCRPT,SCDATA) | ; -- get fields to ask
 | 
|
| FILES(SCINC,SCRPT,SCDATA) | ; -- get files to select
 | 
|
| TYPE(FILENUM) | ; -- determine file type for file
 | 
|
| TYPEQ | 
| RPC Name | Call Tags | 
|---|---|
| SCRP DEFINITION GETRECORD | GETREC |