Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Desc |  Fields
Print Page as PDF
Global: ^%ZTER(2

Package: Kernel

Global: ^%ZTER(2


Information

FileMan FileNo FileMan Filename Package
3.076 ERROR MESSAGES Kernel

Description

Fields, Total: 8

Field # Name Loc Type Details
.01 NAME 0;1 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3) X
  • LAST EDITED:  NOV 21, 1990
  • HELP-PROMPT:  Answer must be 3-30 characters in length.
  • DESCRIPTION:  
    This field contains the brief name for an error used by one or more operating systems (e.g., UNDEF for an undefined error)
  • DELETE TEST:  1,0)= I $P(^%ZTER(2,DA,0),U,5)
  • CROSS-REFERENCE:  3.076^B
    1)= S ^%ZTER(2,"B",$E(X,1,30),DA)=""
    2)= K ^%ZTER(2,"B",$E(X,1,30),DA)
.02 ERROR TYPE 0;2 SET
************************REQUIRED FIELD************************
  • 'F' FOR FATAL;
  • 'H' FOR HARDWARE;
  • 'I' FOR IO/DEVICE;
  • 'P' FOR PROGRAM;
  • 'D' FOR DATA;
  • 'L' FOR LOCAL;

  • LAST EDITED:  APR 22, 1997
  • HELP-PROMPT:  This entry indicates the type of error represented to provide some indication of whether continuation would be feasible.
  • DESCRIPTION:  
    This field attempts to indicate the primary responsibility for an error, such as hardware, or software, since this affects the extent of recoverability from an error.
.03 SCREEN IN XTER 0;3 SET
  • '1' FOR Don't show;
  • '2' FOR Don't record;

  • LAST EDITED:  APR 21, 1997
  • DESCRIPTION:  
    This field is used to mark errors that should be screened in one way or another. If blank show and record error, 1 record but don't show in XTER in default mode, 2 don't record.
  • CROSS-REFERENCE:  3.076^AC
    1)= S ^%ZTER(2,"AC",$E(X,1,30),DA)=""
    2)= K ^%ZTER(2,"AC",$E(X,1,30),DA)
    3)= Used by XTER.
    This X-ref is used by XTER and %ZTER to screen out the recording and display of errors.
.04 COUNT SCREENED ERRORS 0;4 SET
  • '0' FOR No;
  • '1' FOR Yes;

  • LAST EDITED:  APR 22, 1997
  • DESCRIPTION:  
    This field turns one the counting of the screening of this error.
.05 National 0;5 SET
  • '1' FOR Yes;

  • LAST EDITED:  APR 23, 1997
  • DESCRIPTION:  
    This field should only be used by the National developers. This is to GUARANTEE that certain ones are in the file. These entries can't be deleted.
    WRITE AUTHORITY: ^
1 OPERATING SYSTEM NUMBER 1;0 Multiple #3.0761 3.0761

  • DESCRIPTION:  
    This is a multiple field which is used to indicate which operating system(s) use a given brief name for an error.
2 ALTERNATIVE SCREENING TEXT 2;E1,50 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>50!($L(X)<1) X
  • LAST EDITED:  APR 22, 1997
  • HELP-PROMPT:  Answer must be 1-50 characters in length.
  • DESCRIPTION:  If you need to screen errors on text that can not be placed in the .01 field than use a local name for the .01 and enter the real screening text in this field. This field will allow ^ and other characters that cannot be
    placed in the .01 field.
3 COUNT OF SCREENED ERRORS 3;1 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  APR 22, 1997
  • HELP-PROMPT:  Type a Number between 0 and 99999, 0 Decimal Digits
  • DESCRIPTION:  
    This field holds a count of the number of times this error was screen from being recorded in the error trap.
Info |  Desc |  Fields