VistA-IHS-VA_UTILITIES-XB/XBNEW.m

59 lines
2.1 KiB
Mathematica

XBNEW(XBRET) ; IHS/ADC/GTH - NESTING OF DIE ; [ 10/29/2002 7:42 AM ]
;;4.0;XB;;Jul 20, 2009;Build 2
; XB*3*9 IHS/SET/GTH XB*3*9 10/29/2002 Unwinder problem with NEW'ing
;
; PROGRAMMERS: DO NOT USE THE FIRST LINE FOR ENTRY.
; USE LABEL EN^XBNEW() FOR ENTRY.
;
; EN^XBNEW("TAG^ROUTINE","variable list")
;
; Variable list has the form "AGDFN;AGINS;AGP*".
; Wild card * allowed.
;
; XBRET has the form "TAG^ROUTINE:VAR;NSVAR*"
;
; This allows for the nesting of die calls by
;
; 1. Building and executing an exclusive new from preselected
; kernel variables and any local variables &/or name
; spaces identified by the calling parameter.
;
; 2. After executing the new (....) XBNEW performs a DO call
; to the program entry point identified by the calling
; parameter. The entry point passed should build the
; variables and execute the DIE call to be nested.
;
; 3. As XBNEW quits to return to the calling program it pops
; the variable stack.
;
;
NEW XB,XBNS,XBN,XB,XBY,XBL,XBKVAR
G S
;
EN(XBRT,XBNS) ;PEP XBRT=TAG^ROUTINE XBNS=varialbe list ";" with * allowed
NEW XB,XBN,XB,XBY,XBL,XBKVAR,XBRET
S XBRET=XBRT_":"_XBNS
S ;
I XBRET'[":" S XBRET=XBRET_":"
S XBN="XBRET",XBKVAR=$P($T(XBKVAR),";;",2),XBNS=$P(XBRET,":",2)
I XBNS="" G RETURN
F XBI=1:1 S (XB,XBY)=$P(XBNS,";",XBI) Q:XB="" D
. I XB'["*" S XBN=XBN_","_XB Q
. S (XB,XBY)=$P(XB,"*"),XBN=XBN_","_XB,XBL=$L(XB)
. F S XBY=$O(@XBY) Q:((XBY="")!(XB'=$E(XBY,1,XBL))) S XBN=XBN_","_XBY
.Q
RETURN ;
S XBN="("_XBN_","_XBKVAR_")",$P(XBRET,":",2)=XBN
NEW ;
NEW @($P(XBRET,":",2))
D @($P(XBRET,":",1))
Q
;
END ;--------------------------------------------------------------
; the following taken from the variable list in KILL^XUSCLEAN from KERNEL
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
;;DUZ,DTIME,DT,DISYS,IO,IOF,IOBS,IOM,ION,IOSL,IOST,IOT,IOS,IOXY,U,XRTL,ZTSTOP,ZTQUEUED,ZTREQ ; IHS/SET/GTH XB*3*9 10/29/2002
;--------------------------------------------------------------
Q
;