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


D06

z/OS MVS System Codes
SA38-0665-00

D06

Explanation

A program issued the LOAD macro for a module. The macro included some form of the GLOBAL parameter. However, within the same job step task structure, a task control block (TCB) already loaded the requested module with different variables on the GLOBAL parameter. For example, a program issues the LOAD macro for module MYPROG1 with the parameter GLOBAL=(YES,P). However, a TCB already loaded module MYPROG1 with the parameter GLOBAL=(YES,F) or GLOBAL=NO.

If a user tries to load the same module twice - once into a fixed subpool and once into a pageable subpool, or once into global storage and once into local storage, this situation arises.

System action

The system abnormally ends the program that issued the LOAD macro abnormally ends unless the macro included the ERRET parameter. The system issues message CSV017I. 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 the 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

Change the GLOBAL parameter on the LOAD macro. Resubmit the job.

Source

Contents supervision (CSV)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014