Previous Topic: 4ACENext Topic: 4AEE


4ADE

Load of program <pgm> failed, program in use ‑ usage code <usecode>, requested code <reqcode>

Reason

When a program is loaded from disk, CA ACF2 for z/VM assigns it a usage code. Any subsequent load must have the same usage code. This prevents you from using the program in two incompatible ways. The program specified in this message has already been loaded with usage code <usecode> and a request has been received to load it with usage code <reqcode>. The current use of this program is not affected.

CA ACF2 for z/VM issues this message during CA ACF2 for z/VM service machine startup or when you issue an ACFSERVE RELOAD CONTROL(VMO) command.

<pgm>

The name of the user program

<usecode>

The current usage code of this program. Usage codes are

0

General use programs

1

User exit routines

2

Infostorage application RSB modules

3

Infostorage application default division routines

4

@CFDE processing, reconstruction, and validation routines.

<reqcode>

The use code of the new load request.

Action

Determine which usage is incorrect and correct it. You can define programs loaded by APPLDEF VMO records, by the EXITS VMO record, and by @CFDE macro definitions in the ACFFDR or a infostorage application RSB module. You can also load programs by program fixes provided by CA ACF2 for z/VM.