Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Used in RPC
Print Page as PDF
Routine: SCRPBK

Package: Scheduling

Routine: SCRPBK


Information

SCRPBK ;MJK/ALB - RPC Broker Utilities ; 27 FEB 96

Source Information

Source file <SCRPBK.m>

Entry Points

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

Used in RPC

RPC Name Call Tags
SCRP DEFINITION GETRECORD GETREC
Info |  Source |  Entry Points |  Used in RPC