SNA NRJE User/Programmer Reference Manual (30292-90006)

Chapter 5 133
User Intrinsics
Introduction
Stack Size
The NRJE user and manager intrinsics require 8500 words for local
variables and working space. If your program requires 9000 words for
its data stack, you should prepare your program file with a
Segsize
value of 17500 words. Your PREP command would look like this:
:PREP USLFILE,PROGFILE;MAXDATA=17500
You also can specify
Segsize
in the PREPRUN and RUN commands. You
cannot specify
Segsize
with any compile-and-prepare or
compile-and-go commands such as SPLPREP or SPLGO.
Intrinsic Data Types
These data types are used in intrinsic descriptions:
BA Byte array
D Double-word integer variable
DA Double-word integer array
I Integer variable (single word)
IA Integer array
L Logical variable (single word)
LA Logical array
V Value
NOTE
Even numbers in logical variables and elements of logical arrays are
FALSE.
Odd numbers in logical variables and elements of logical arrays are
TRUE.