03E
Explanation
The error occurred during processing of a QISAM OPEN macro instruction. The position of the last prime data record indicated that there is no room to add records with resume load.
The loading of an indexed sequential data set must be completed during the initial OPEN/PUT/CLOSE cycle for that data set. An indexed sequential data set that has been opened and closed for loading may be subsequently loaded if no data was created.
Possibly, an attempt was made to add records with resume load to the prime area of an ISAM data set that had no space available for additional records.
System programmer response
If the error recurs and the program is not in error, look at the messages in the job log for more information. Search problem reporting data bases for a fix for the problem. If no fix exists, contact the IBM® Support Center. Provide the JCL and the program listing for the job.
Programmer response
Either load the data set again with a larger space allocation, or add records using BISAM.
After making corrections, run the job step again.
Source
DFSMSdfp