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: SCRPBK0

Package: Scheduling

Routine: SCRPBK0


Information

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

Source Information

Source file <SCRPBK0.m>

Entry Points

Name Comments DBIA/ICR reference
GETREC(SCDATA,SCQRY) ; -- get QUERY record
; input : SCQRY := ien of query definition
; output : SCDATA is the return array
; SCDATA(0) := 0th node of qry def
; (1) := externals for 0th
; (2..n) := sections for
; [Description], [Fields], [Selections]
SET(X,INC,SCDATA) ; -- set value in return array
QRYDEF(X,SCQRY) ; -- retrieve rpt def demographics
DESC(SCINC,SCQRY,SCDATA) ; -- get query description
FIELDS(SCINC,SCQRY,SCDATA) ; -- get fields to ask
SELECT(SCINC,SCQRY,SCDATA) ; -- get files to select

Used in RPC

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