Previous Topic: CAPI203E

Next Topic: CAPI205E

CAPI204E

Error retrieving CSL directory, rc=<nnn>.

Reason:

An error occurred while attempting to display a list of members for a CSL file.

The return code from program CAOUCSLD is included in the text of this message.

Action:

For more information, execute CAOUCSLD in batch using the sample JCL provided in CAI.CARXJCL or the following JCL model:

// JOB
//STEP1    EXEC PGM=CAOUCSLD
//STEPLIB  DD DSN=CAI.CARXLOAD,DISP=SHR
//         DD DSN=CAI.CAVHLOAD,DISP=SHR
//CAISYM   DD DSN=your.csl.dsn,DISP=SHR
//SYSPRINT DD SYSOUT=*

* Note that your installation may use an alternate name for CAISYM.

If the return code in batch matches the return code from this message, review the job output for information related to the error.

If you cannot determine the cause of this error, contact Technical Support.