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

Package: Registration

MAS PARAMETERS(#43)-->43.05

Sub-Field: 43.05


Information

Parent File Name Number Package
MAS PARAMETERS(#43) SCHEDULING ARCHIVE DATE 43.05 Registration

Details

Field # Name Loc Type Details
.01 SCHEDULING ARCHIVE DATE 0;1 DATE

  • INPUT TRANSFORM:  S %DT="EXT" D ^%DT S X=+Y K:Y<1 X
  • LAST EDITED:  JAN 15, 1987
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  43.05^ASDAR^MUMPS
    1)= S ^DG(43,DA(1),"SDAR","B",9999999-X,DA)=""
    2)= K ^DG(43,DA(1),"SDAR","B",9999999-X,DA)
1 CURRENT STATUS MESSAGE 0;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>60!($L(X)<1) X
  • LAST EDITED:  JAN 05, 1987
  • HELP-PROMPT:  ANSWER MUST BE 1-60 CHARACTERS IN LENGTH
  • DESCRIPTION:  
    This message may be displayed to inform the user of the status of the scheduling archive process associated with the archive date.
2 CURRENT STATUS FLAG 0;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>2!($L(X)<1) X
  • LAST EDITED:  JAN 05, 1987
  • HELP-PROMPT:  ANSWER MUST BE 1-2 CHARACTERS IN LENGTH
  • DESCRIPTION:  This is the status of the current step of the scheduling archive process and controls which steps of the archive process are valid to run at any point:
    0 = No archive has yet been done
    * Archive extract step may be run *
    1 = Archive extract has been started
    2 = Scheduling extract step is complete
    * Archive extract step may be re-run *
    * Copy data to tape step may be run *
    3 = Copy to tape has been started
    4 = Copy to tape is complete
    * Copy to tape step may be re-run *
    * Archive extract step may be re-run *
    * Compare of tape for validity step may be run *
    5 = Compare of data for validity of tape has been started
    6 = Compare of data for validity of tape is complete
    * Compare of data for validity step may be re-run *
    * Copy to tape step may be re-run *
    * Archive extract step may be re-run *
    * Deletion of archived data and the archive file on disk may be run *
    7 = Deletion of archived data and the archive file on disk has been started
    8 = Deletion of archived data and archive file on disk is complete
    (This completes the archive process)
    * Deletion of archived data and archive file on disk may be re-run *
    (If any data still exists)
    * Scheduling extract step may be run *
3 BEGIN DATE OF ARCHIVE 0;4 DATE

  • INPUT TRANSFORM:  S %DT="EX" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  JAN 05, 1987
  • DESCRIPTION:  
    This is the date chosen as the earliest date for which the data should be archived for this execution of the archive process.
4 END DATE OF ARCHIVE 0;5 DATE

  • INPUT TRANSFORM:  S %DT="EX" D ^%DT S X=Y K:Y<1 X
  • DESCRIPTION:  
    This is the date chosen as the latest date for which the data should be archived for this execution of the archive process.
5 TAPE # 0;6 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>40!($L(X)<1) X
  • LAST EDITED:  JAN 23, 1987
  • HELP-PROMPT:  ANSWER MUST BE 1-40 CHARACTERS IN LENGTH
  • DESCRIPTION:  
    This is the tape # or #'s used to hold the archived data for this execution of the archive process.
6 # OF RECORDS ARCHIVED 0;7 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>70!($L(X)<1) X
  • LAST EDITED:  JAN 23, 1987
  • HELP-PROMPT:  ANSWER MUST BE 1-70 CHARACTERS IN LENGTH
  • DESCRIPTION:  
    This field contains the total # of each type of record archived for this execution of the archive process.
Info |  Details