ZFO0003 |
OPEN/CLOSE not allowed from program |
Explanation: |
This message is associated with the Com-plete support of OPEN/CLOSE
supervisor services as issued by application programs. Com-plete attempted to
process the program's request but found that one or more of the control blocks
specified in the parameter list was invalid; it did not represent a VSAM ACB,
SYSOUT DCB, or SYSLST DTF. Com-plete only allows OPEN/CLOSE to be used for
these purposes. Exception: the program is running in Com-plete's key.
|
System action: |
The program is abnormally terminated and an online dump is taken.
|
System programmer info: |
If the OPEN/CLOSE was issued by an external routine (e.g Language
Environment) try running the user application in a threadgroup using
Com-plete's key.
|
Appl. programmer info: |
General register 1 in the online dump contains the address of the
failing parameter list as provided by the application program. This consists of
an array of fullword adresses, the last of which has an X'80' in the high order
byte. One or more of the entries in this array are invalid. If the program is
attempting to use the Com-plete system ar output (SYSOUT/SYSLST) support,
ensure that the DD name specified in the designated DCB/DTF is SYSOUT,
SYSPRT/SYSLST, or another special DD name as determined by the system
programmer. Correct the program and recatalog it.
|
Terminal operator info: |
Notify the application programmer responsible for the failing
program.
|