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
Print Page as PDF
Routine: SCCVDBU

Package: Scheduling

Routine: SCCVDBU


Information

SCCVDBU ;ALB/RMO,TMP - Database Update Utilities; [ 03/23/95 11:08 AM ]

Source Information

Source file <SCCVDBU.m>

Entry Points

Name Comments DBIA/ICR reference
UPD(SCFILE,SCIENS,SCDATA,SCERR) ;File data into an existing entry
; Input -- SCFILE File or sub-file number
; SCIENS Internal entry number(s)
; SCDATA Data array to file
; Output -- SCERR DEFINED=error
UPDQ
ADD(SCFILE,SCIENS,SCDATA,SCERR) ;File data into a new or existing entry
; Input -- SCFILE File or sub-file number
; SCIENS Internal entry number(s)
; SCDATA Data array to file
; Output -- SCERR DEFINED=error
ADDQ
WP(SCFILE,SCIENS,SCFIELD,SCDATA) ;File data into a single word processing field
; Input -- SCFILE File or sub-file number
; SCIENS Internal entry number(s)
; SCFIELD Field number
; SCDATA Data array to file
; Output -- ;add- SCERR 0=error and 1=no error
WPQ
Info |  Source |  Entry Points