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

Package: VA FileMan

Routine: DDSZ


Information

DDSZ ;SFISC/MKO-FORM COMPILER ;17JUN2004

Source Information

Source file <DDSZ.m>

Entry Points

Name Comments DBIA/ICR reference
ALL ;Compile all forms
EN(DDSFRM,DDSDDP,DDSREFS) ;Compile a form
PG(DDSFRM,DDSPG,DDSDDP,DDSDO,DDSNDD) ;Compile a page
END
BLK(DDSFRM,DDSPG,DDSDDP,DDSPY,DDSPX,DDSB,DDSBO,DDSH,DDSDO,DDSNDD,DDSSCR,DDSNAV,DDSORD) ;
IND
ENGRP(DDSFRM) ;Compile a form and all forms that use any of the blocks
DELGRP(DDSFRM) ;Uncompile a form and all forms that use any of the blocks
ENLIST(DDSROOT) ;Compile all forms in @DDSROOT
FRMLST(DDSFRM,DDSLST) ;Build list of forms that contain blocks on this form
BLDLST(DDSBK,DDSLST) ;Build list of forms that contain a given block
DELALL ;Delete compile global for all forms
DEL(DDSFRM) ;Delete compiled global
ERR(DDSFRM,DDSREFS) ;Print error, kill compiled global

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Compiling "_$P(Y,U,2)_" (#"_+Y_") ...",!
  • Line Location: DDSZ+16
Function Call: WRITE
  • Prompt: $C(7)
  • Line Location: DDSZ+18
Function Call: WRITE
  • Prompt: !,$C(7)
  • Line Location: ALL+12
Function Call: WRITE
  • Prompt: !
  • Line Location: ALL+12
Info |  Source |  Entry Points |  Interaction Calls