;insert a line into routine buffer ^UTILITY($J,0,n)
HEXUP(%H)
;hexidecimal increment
NTRNL(INROU,X)
;procedure to compile internal installation driver
ID(X)
;fetch unique identifier for transaction type in X
; Input: X - Transaction Type
; Returns: UNIQUE IDENTIFIER
; If the UNIQUE IDENTIFIER is NULL, this should
; denote an error condition
NEWR
; Current routine will be too big so finish
; current routine and start new one
POW(X,N)
;power function where X is raised to the Nth power