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 |  Interaction Calls
Print Page as PDF
Routine: DGMTSCR

Package: Registration

Routine: DGMTSCR


Information

DGMTSCR ;ALB/RMO/CAW,HM,JAM - Means Test Screen Read Processor ; 8/1/08 1:21pm

Source Information

Source file <DGMTSCR.m>

Entry Points

Name Comments DBIA/ICR reference
EN
EN1
Q
FEED ;Line feed to the bottom of the screen
SEL ;Check available column selections for Veteran, Spouse or Children
SELQ
HLP ;Help display
PRO ;Process user selection; cnt - dash - parse - selection
PARSE
PROQ
CHK

Interaction Calls

Name Line Occurrences
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: EN+2
Function Call: WRITE
  • Prompt: !,DGVI,"<RET>",DGVO," to CONTINUE,"
  • Line Location: EN+2
Function Call: WRITE
  • Prompt: X="^"
  • Condition for execution: DGMTACT'="VEW" " ",DGVI,DGRNG,DGVO," or ",DGVI,"'ALL' ",DGVO,"to EDIT," W DGVI," ^N",DGVO," for screen N, or ",DGVI,"'^'",DGVO," to EXIT: " R X:DTIME S:'$T
  • Line Location: EN+2
Function Call: WRITE
  • Prompt: !
  • Line Location: FEED+2
Function Call: WRITE
  • Prompt: !!,"Enter <RET> to continue to the next available screen."
  • Line Location: HLP+3
Function Call: WRITE
  • Prompt: !,"Enter an available item number from ",DGRNG," to edit.",!,"The items should be separated by commas or a range of numbers",!,"separated by a dash, or a combination of commas and dashes."
  • Line Location: HLP+4
Function Call: WRITE
  • Prompt: !,"To edit a specific column, enter 'V'",$S(DGSEL["S":", 'S'",1:""),$S(DGSEL["C":", 'C'",1:"")," in front of the selected items."
  • Line Location: HLP+5
Function Call: WRITE
  • Prompt: !,"Enter 'ALL' to edit all available items on the screen."
  • Line Location: HLP+6
Function Call: WRITE
  • Prompt: !,"Enter '^N' to jump to a select screen. Enter '^' to exit."
  • Line Location: HLP+7
Function Call: WRITE
  • Prompt: !!,"AVAILABLE SCREENS"
  • Line Location: HLP+8
Function Call: WRITE
  • Prompt: !,DGLNE
  • Line Location: HLP+13
Info |  Source |  Entry Points |  Interaction Calls