z/OS MVS System Codes
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


406

z/OS MVS System Codes
SA38-0665-00

406

Explanation

The error occurred during processing of a LINK(X), ATTACH(X), or XCTL(X) macro.

The reason code in register 15 identifies the error:
Code
Explanation
04
The requested program is only loadable. The program was produced by linkage editor processing for which the EXEC statement contained OL in the PARM parameter field.
08
Attempt to fetch an AMODE 64 module when not running in z/Architecture® mode.
12
Attempt by a program running AMODE 24 or 31 using the LINK or LINKX macro to link to an AMODE 64 module without having specified AMODE64OK=YES on the LINKX macro.

System action

The task is ended unless ERRET is specified on the macro instruction. For reason code 04, the system issues message CSV009I. The system issues an ABEND dump.

System programmer response

If the error recurs and the program is not in error, see the system programmer response for messages in the job log.

If the problem persists, search problem reporting data bases for a fix for the problem. If no fix exists, contact the IBM® Support Center. Provide the ABEND dump and the source program listing for the job.

Programmer response

Code
Response
04
Rewrite the problem program so that it specifies only loading, not processing, of the only loadable program. Next, recompile and run the job step again.
08
Avoid having the system attempt to fetch an AMODE 64 module unless running in z/Architecture mode.
12
Use LINKX and specify AMODE64=OK and make sure that your program provides the interface needed by the AMODE 64 target routine.

Source

Contents supervision (CSV)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014