SCCVDBU ;ALB/RMO,TMP - Database Update Utilities; [ 03/23/95 11:08 AM ]
Source file <SCCVDBU.m>
action | A | extended action | Ea | event driver | Ed | subscriber | Su | protocol | O | limited protocol | LP | run routine | RR | broker | B | edit | E | server | Se | P | screenman | SM | inquire | I |
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 |
Name | Line Occurrences (* Changed, ! Killed) |
---|---|
^TMP("DIERR" | UPD+10, ADD+10 |
>> | Not killed explicitly |
* | Changed |
! | Killed |
~ | Newed |
Name | Field # of Occurrence |
---|---|
>> DIERR | UPD+10, ADD+10 |
SCDATA | UPD~, ADD~, WP~ |
SCDATA( | UPD+7, UPD+8, ADD+7, ADD+8 |
SCERR | UPD~, UPD+10*, ADD~, ADD+10* |
SCFDA | UPD+5~, ADD+5~ |
SCFDA( | UPD+8*, ADD+8* |
SCFIELD | UPD+5~, UPD+6*, UPD+7*, UPD+8, ADD+5~, ADD+6*, ADD+7*, ADD+8, WP~, WP+6 |
SCFILE | UPD~, UPD+8, ADD~, ADD+8, WP~, WP+6 |
SCIENS | UPD~, UPD+8, ADD~, ADD+8, WP~, WP+6 |
U | UPD+10, ADD+10 |