Previous Topic: PET208INext Topic: User Abend Codes


System Abend Codes

The following is a list of some of the most common System Abend Codes received during the execution of a CADisk job:

S001

CADisk files initialization has failed because no file definition member (FILEDEFN) is present in the parmlib data set (only when executing ADSDM100).

S047

A CADisk function that requires an authorized system environment is not authorized. Check that the CADisk program is being run as parameter to ADSMI002, like the following example:

//STEP1 EXEC PGM=ADSMI002,PARM='ADSDM002'

and, that the CADisk job is run from an authorized library in MVS.

Note: For more information, see the section Item 3: APF-Authorized Libraries in the Installation Guide.

S80A

A CADisk function abended because there was not enough main storage to accomplish the function requested. Check the region size if CADisk abends with a S80A abend code. CADisk jobs normally run in from 256K to 5120K of virtual memory. CADisk Exclusion/Authorization lists are maintained in virtual memory during CADisk execution. So, if a large number of entries exist in these lists, it may be necessary to increase CADisk region size. If you are processing VSAM data sets and system VSAM access methods are not loaded into system link pack area (LPA), they will be loaded into the application region. This will also increase region requirements by 200K to 300K bytes of storage.