When you fetch a PL/I MAIN program, a child enclave is created
in Language Environment.
You need to follow these rules to fetch a PL/I MAIN program:
- You cannot pass any runtime options to a fetched MAIN program
in the parameter string. If you want the fetched MAIN routine to have
its own runtime option, use either of the following ways:
- Declare a PLIXOPT variable in the fetched MAIN routine.
- Link the fetched MAIN routine with a CEEUOPT module.
- You can pass only a VARYING CHARACTER string to a fetched MAIN
routine that is compiled with the SYSTEM(MVS) compiler option.
- You must specify NOEXECOPS in the option on the PROCEDURE statement
of a fetched MAIN routine.
- You must not specify OPTION(ASM) or OPTION(NODESCRIPTOR) in the
ENTRY declaration for the fetched MAIN routine in the fetching program.
|
This information center is powered by Eclipse technology. (http://www.eclipse.org)