Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details
Print Page as PDF
Sub-Field: 9.62

Package: Kernel

BUILD(#9.6)-->9.62

Sub-Field: 9.62


Information

Parent File Name Number Package
BUILD(#9.6) INSTALL QUESTIONS 9.62 Kernel

Details

Field # Name Loc Type Details
.01 SUBSCRIPT 0;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!'(X?1"PRE".E!(X?1"POS".E)) X
  • LAST EDITED:  NOV 29, 1993
  • HELP-PROMPT:  Answer must begin with "PRE" or "POS" and can be up to 30 characters in length.
  • DESCRIPTION:  This field will be used as the subscript of the users answer to the Install Questions. The first 3 character should be either "PRE" or "POS" to indicate whether the question should be asked during the pre-init or during
    the post-init. The answers will be in the XPDQUES array, example:
    If this field was set to 'PRE1 QUESTION' then
    XPDQUES("PRE1 QUESTION") = user response.
    This field is also used to determine the order of the questions.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  9.62^B
    1)= S ^XPD(9.6,DA(1),"QUES","B",$E(X,1,30),DA)=""
    2)= K ^XPD(9.6,DA(1),"QUES","B",$E(X,1,30),DA)
1 DIR(0) 1;E1,245 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>240!($L(X)<1) X
  • LAST EDITED:  NOV 23, 1993
  • HELP-PROMPT:  Answer must be 1-240 characters in length.
  • DESCRIPTION:  
    This is the DIR(0) variable for the VA Fileman DIR routine.
2 DIR(A) A;E1,245 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>240!($L(X)<1) X
  • LAST EDITED:  NOV 22, 1993
  • HELP-PROMPT:  Answer must be 1-240 characters in length.
  • DESCRIPTION:  
    This is the DIR("A") variable for the VA Fileman DIR routine.
3 DIR(A,#) A1;0 WORD-PROCESSING #9.623

  • DESCRIPTION:  
    This is the DIR("A",#) array for the VA Fileman DIR routine.
  • LAST EDITED:  NOV 22, 1993
4 DIR(B) B;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>79!($L(X)<1) X
  • LAST EDITED:  NOV 22, 1993
  • HELP-PROMPT:  Answer must be 1-79 characters in length.
  • DESCRIPTION:  
    This is the DIR("B") variable for the VA Fileman DIR routine.
5 DIR(?) Q;E1,245 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>240!($L(X)<1) X
  • LAST EDITED:  NOV 22, 1993
  • HELP-PROMPT:  Answer must be 1-240 characters in length.
  • DESCRIPTION:  
    This is the DIR("?") variable for the VA Fileman DIR routine.
6 DIR(?,#) Q1;0 WORD-PROCESSING #9.626

  • DESCRIPTION:  
    This is the DIR("?",#) array for the VA Fileman DIR routine.
  • LAST EDITED:  NOV 22, 1993
7 DIR(??) QQ;E1,245 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>240!($L(X)<3) X
  • LAST EDITED:  NOV 22, 1993
  • HELP-PROMPT:  Answer must be 3-240 characters in length.
  • DESCRIPTION:  
    This is the DIR("??") variable for the VA Fileman DIR routine.
10 M CODE M;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  NOV 29, 1993
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  This field contains standard M code which will be executed after the DIR array has been set from the previous fields, but before the call to the DIR routine. If the developer doesn't want to ask a question, kill the
    DIR array. The array XPDQUES(SUBSCRIPT)=internal answer will be defined for all questions asked. This code can only make references to the ENVIORMENT CHECK ROUTINE, since it will be the only routine loaded at this
    time.
    WRITE AUTHORITY: @
Info |  Details