Select the objects that you wish to see in the downloaded PDF
Info Source Call Graph Entry Points External References Interaction Calls FileMan Files Accessed Via FileMan Db Call Global Variables Directly Accessed Label References Local Variables
; Makes child a parent
; Input: DA - IEN of child entry in INTERFACE TRANSACTION FILE
; to delete parent field
BS(INPT,INPTY0)
;Get Base (REP)
; Input:
; INPT - Transaction Type
; INPTY0 - Zero node of Transacion Type
PT(Y)
;Get parent TT
CREAT(INPT,INPTY0,INBS,INBSY0)
; Create entry in REPLICATION FILE for each child of
ASS(INPT,INPTY0,INBS,INBSY0)
;Associate children of TT w/replicants
; Input:
; INPT - Transaction Type ien
; INPTY0 - Zero node of Transacion Type
; INBS - Base Transaction Type ien
; INBSY0 - Zero Node of Base Transaction Type
CRE(INCH,INBS)
; Create entry in REPLICATION FILE
; Input: INCH - IEN of entry in INTERFACE TRANSACTION FILE
; and .01 field
; INBS - ORIGINATING TRANSACTION field
; Output: NONE
SBT(DA,PTT)
;Stuff Base transaction into parent
; Input:
; DA - ien of Base
; PTT - Name of Parent Transaction Type to stuff into Base .06 field
ACTVAT(INPT,INPTY0)
; Set parent to ACTIVE
; Input:
; INPT - Transaction Type
; INPTY0 - Zero node of Transacion Type
Prompt: !!,"You are about to associate all children of",!,"Interface Transaction Type ",$P(INPTY0,U),!,"with ",$P(INBSY0,U)," as replicants",!,"These are:",!
Line Location: ASS+7
Function Call: WRITE
Prompt: !,"Note - Child of Parent same as Base Transaction - will not be processed"
Line Location: ASS+12
Function Call: WRITE
Prompt: !,"No children found. Exiting!"
Line Location: ASS+16
Function Call: WRITE
Prompt: !,"Aborting!"
Line Location: ASS+19
Function Call: WRITE
Prompt: !,"Unable to Activate Parent Transaction ",$P(INPTY0,U)
Line Location: ACTVAT+7
Function Call: WRITE
Prompt: !!!!,"The Parent INTERFACE TRANSACTION TYPE ",$P(INPTY0,U),!," no longer has the children listed above"
Line Location: CREAT+12
Function Call: WRITE
Prompt: !!,"These former Children Transaction Types are Replicants with the",!,"ORIGINATING TRANSACTION TYPE of ",$P(INBSY0,U),!
Line Location: CREAT+13
Function Call: WRITE
Prompt: !,"Unable to delete child from parent ",DIE,DA