Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Desc |  Accessed By FileMan Db Calls |  Pointer To FileMan Files |  Fields |  Found Entries |  All
Print Page as PDF
Global: ^INTHOS

Package: IHS Generic Interface System

Global: ^INTHOS


Information

FileMan FileNo FileMan Filename Package
4002.1 INTERFACE OPERATING SYSTEM IHS Generic Interface System

Description

Accessed By FileMan Db Calls, Total: 2

Package Total Routines
IHS Generic Interface System 2 INHPOST    INHT    

Pointer To FileMan Files, Total: 1

Package Total FileMan Files
VA Fileman 1 MUMPS OPERATING SYSTEM(#.7)[.01]    

Fields, Total: 5

Field # Name Loc Type Details
.01 OS NAME 0;1 POINTER TO MUMPS OPERATING SYSTEM FILE (#.7)
************************REQUIRED FIELD************************
MUMPS OPERATING SYSTEM(#.7)

  • DESCRIPTION:  
    This is the name of the MUMPS operating system
  • CROSS-REFERENCE:  4002.1^B
    1)= S ^INTHOS("B",$E(X,1,30),DA)=""
    2)= K ^INTHOS("B",$E(X,1,30),DA)
1 JOB COMMAND 1;E1,250 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>250!($L(X)<2) X
  • HELP-PROMPT:  Answer must be 2-250 characters in length
  • DESCRIPTION:  This is a template for the JOB command to start a process. Use an * in place of the tag^routine(params). For example, if this OS would require all routines to be "jobbed" with a special parameter (pdev=0), enter a
    J *:(pdev=0) in this field.
2 JOBBED ROUTINE INIT CODE 2;E1,245 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>245 X Q:'$D(X) D ^DIM
  • HELP-PROMPT:  Standard MUMPS code
  • DESCRIPTION:  
    This is MUMPS code which will be executed by each routine started with a JOB command before normal execution begins.
3 ERROR LOGIC 3;E1,245 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>245 X Q:'$D(X) D ^DIM
  • HELP-PROMPT:  Standard MUMPS code
  • DESCRIPTION:  
    This is MUMPS code executed when a MUMPS error occurs within the GIS system.  It should invoke the proper error logging routine at a minimum.
4 IS JOB ACTIVE 4;E1,250 FREE TEXT

  • INPUT TRANSFORM:  D ^DIM
  • LAST EDITED:  MAR 08, 1992
  • HELP-PROMPT:  Answer must be 1-250 characters in length
  • DESCRIPTION:  
    This is MUMPS code which can be used instead of Lock checking to determine if a particular job is active.  The code will be Xecuted with X=job # and should edit with X=0 for not running or 1 if running.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER

Found Entries, Total: 1

Entry: 1    
Info |  Desc |  Accessed By FileMan Db Calls |  Pointer To FileMan Files |  Fields |  Found Entries |  All