Using KSAM/XL and KSAM 64 (32650-90886)

156 Chapter9
KSAM Intrinsics
HPFOPEN
5
Cont
I32 Default: 0
For example, passing &MYFILE& in itemnum=2 and using itemnum=5
and item=4 to equate it with $STDIN is equivalent to the file equation
FILE MYFILE=$STDIN.
This option is not equated with itemnum=2 if both of the following
conditions are true:
The itemnum=9 option allows file equations for the file opening.
An explicit or implicit FILE command equating the formal file
designator to a different actual file designator occurs in the job or
session.
A leading * in a formal file designator passed byitemnum=2 overrides an
itemnum=9 option.
6 I32 Record format:
Passes a value indicating the internal record structure desired for the
file. This option is applicable only at file creation.
Only a fixed-length record is allowed for KSAM XL files (0).
Default: 0
9 I32 Disallow file equation:
Passes a value indicating whether or not MPE/iX file equations are
allowed. A leading * in a formal file designator overrides the setting to
disallow FILE equations.
The following values are valid:
0 Allow FILE equations to override programmatic or
system-defined file specifications.
1 Disallow FILE equations from overriding
programmatic or system-defined file specifications.
Default: 0
Table 9-7. HPFOPEN Itemnum/Item Values
Itemnum Mnemonic Item Description