Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: SDECNEW

SDECNEW.m

Go to the documentation of this file.
  1. SDECNEW ;ALB/SAT - VISTA SCHEDULING RPCS ;JAN 15, 2016
  1. ;;5.3;Scheduling;**627**;Aug 13, 1993;Build 249
  1. ;
  1. Q
  1. ;
  1. ;
  1. ; PROGRAMMERS: DO NOT USE THE FIRST LINE FOR ENTRY.
  1. ; USE LABEL EN^XBNEW() FOR ENTRY.
  1. ;
  1. ; EN^XBNEW("TAG^ROUTINE","variable list")
  1. ;
  1. ; Variable list has the form "AGDFN;AGINS;AGP*".
  1. ; Wild card * allowed.
  1. ;
  1. ; XBRET has the form "TAG^ROUTINE:VAR;NSVAR*"
  1. ;
  1. ; This allows for the nesting of die calls by
  1. ;
  1. ; 1. Building and executing an exclusive new from preselected
  1. ; kernel variables and any local variables &/or name
  1. ; spaces identified by the calling parameter.
  1. ;
  1. ; 2. After executing the new (....) XBNEW performs a DO call
  1. ; to the program entry point identified by the calling
  1. ; parameter. The entry point passed should build the
  1. ; variables and execute the DIE call to be nested.
  1. ;
  1. ; 3. As XBNEW quits to return to the calling program it pops
  1. ; the variable stack.
  1. ;
  1. ;
  1. NEW XB,XBNS,XBN,XB,XBY,XBL,XBKVAR
  1. G S
  1. ;
  1. EN(XBRT,XBNS) ;PEP XBRT=TAG^ROUTINE XBNS=variable list ";" with * allowed
  1. NEW XB,XBN,XB,XBY,XBL,XBKVAR,XBRET
  1. S XBRET=XBRT_":"_XBNS
  1. S ;
  1. N XBI
  1. I XBRET'[":" S XBRET=XBRET_":"
  1. S XBN="XBRET",XBKVAR=$P($T(XBKVAR),";;",2),XBNS=$P(XBRET,":",2)
  1. I XBNS="" G RETURN
  1. F XBI=1:1 S (XB,XBY)=$P(XBNS,";",XBI) Q:XB="" D
  1. . I XB'["*" S XBN=XBN_","_XB Q
  1. . S (XB,XBY)=$P(XB,"*"),XBN=XBN_","_XB,XBL=$L(XB)
  1. . F S XBY=$O(@XBY) Q:((XBY="")!(XB'=$E(XBY,1,XBL))) S XBN=XBN_","_XBY
  1. .Q
  1. RETURN ;
  1. S XBN="("_XBN_","_XBKVAR_")",$P(XBRET,":",2)=XBN
  1. NEW ;
  1. NEW @($P(XBRET,":",2))
  1. D @($P(XBRET,":",1))
  1. Q
  1. ;
  1. END ;--------------------------------------------------------------
  1. ; the following taken from the variable list in KILL^XUSCLEAN from KERNEL
  1. XBKVAR ;;DUZ,DTIME,DT,DISYS,IO,IOBS,IOF,IOM,ION,IOSL,IOST,IOT,IOS,IOXY,U,XRTL,%ZH0,XQVOL,XQY,XQY0,XQDIC,XQPSM,XQPT,XQAUDIT,XQXFLG,ZTSTOP,ZTQUEUED,ZTREQ,XQORS;; IHS/SET/GTH XB*3*9 10/29/2002
  1. ;;DUZ,DTIME,DT,DISYS,IO,IOF,IOBS,IOM,ION,IOSL,IOST,IOT,IOS,IOXY,U,XRTL,ZTSTOP,ZTQUEUED,ZTREQ
  1. ;--------------------------------------------------------------
  1. Q
  1. ;