Previous Topic: SCNJ-17Next Topic: SCNJ-19


SCNJ-18

JOB xxxxxxxx NOT ENTERED INTO REQUEST 'Q'
***JCL (kkkk)*** DUE-OUT ON yy.ddd AT hh:mm:ss

Reason:

The job was not entered into the request queue because the JCL could not be attached. kkkk indicates the reason, as follows:

0004

Empty member.

0008

Member is not found on CA WA CA 7 Edition CA Librarian or CA Panvalet for z/OS libraries; or JCL INDEX not specified. Also, if a CA WA CA 7 Edition CA Librarian or CA Panvalet for z/OS data set, it has been unavailable for two minutes. Also, a ++INCLUDE may be referring to an invalid name.

000C

JCL data set is not found on DASD volume.

0010

JCL data set is not a PDS - invalid DSORG.

0014

JCL data set has invalid DCB attributes.

0018

JCL data set resides on a DASD volume not accessible to CA WA CA 7 Edition.

001C

JCL member is not found in data set.

0020

READ I/O error was encountered.

0024

JCL data set is READ password protected.

0028

JCL data set is USERID protected or CA WA CA 7 Edition does not have access to the JCL data set when external security is used for data sets.

0054

Data set is busy.

005C

Dynamic allocation for JCL data set failed.

0060

Error occurred during OPEN. The DCBABCOD field is nonzero.

007C

JCLID is not in the product's initialization file.

0080

Problem with the interface to CA Librarian or CA Panvalet for z/OS.

0084

EOF reached in SQADD. The job may have too many lines of JCL for CA WA CA 7 Edition to put in the Trailer queue.

0088

Error on TRLQ.

00094

SASSXX05 determined job should be canceled.

0098

Error in SASSXX05 - invalid return code.

009C

Invalid data on # statement.

00A0

JCL attach rejected by user exit SASSXX11 with a return code of 4. The job is flagged for retry if the RETRY interval option is specified on the SCHEDULE statement in the initialization file. If the RETRY option is not specified, the job is left in SKELETON status.

00A4

JCL attach rejected by user exit SASSXX11 with a return code other than 4. The job is left in SKELETON status.

Action:

Determine the reason for the problem and correct it, if possible. If the job must run this cycle, it must be demanded unless the job's status is RETRY on an LQ display. The following list shows corrective action for the messages keyed to the codes shown in the previous list.

0008

Try LLIB command for a more detailed error message and try JCL panel (DB.7 - fill in the panel for a more detailed error message).

000C

Verify that the data set in on the volume requested. Specify the correct volume if in error.

0010

Data set organization must be PS or PO. If PDS, the member name must be provided.

0014

Either BLKSIZE=0 or KEYLEN=0 or RECFM not = F or LRECL not = 80.

0018

No //U7volser DD statement exists for the volume where the data set resides. Supply a //U7volser DD statement in the CA WA CA 7 Edition execution JCL. The ALLOC command may be issued to make the volume available.

001C

Provide a valid member name.

0020

Try again. If the problem persists, contact your installation specialist for assistance.

0024

This update would require a WTOR reply from the system operator's console which would put CA WA CA 7 Edition in a hard wait; that is, no terminal processing, job scheduling, job submittal, and so forth, until the operator responded. Updates to such a data set are not allowed from CA WA CA 7 Edition. The update must be made from outside of CA WA CA 7 Edition by using TSO, batch, and so forth, so as not to impede production scheduling.

0028

1) This request has violated User Security as defined in the module referenced by the USER keyword of the SECURITY statement in the initialization file. Use a different operator ID at logon time or change the USER ID Security module.

2) CA WA CA 7 Edition does not have access to the JCL data set.

0054

Wait and try again. If the problem persists, contact your installation specialist for assistance.

005C

Try to edit the JCL using the DB.7 panel. The error messages should be returned with codes indicating the specific problem.

0060

Check the MVS console log for errors at the time the job came into the request queue.

0080

Use the LJOB command to check the JCLID defined for the job then use /DISPLAY,ST=JCL to verify the IDs defined to CA WA CA 7 Edition. Correct the job definition or add the JCL definition to the initialization file and restart CA WA CA 7 Edition using WARM.

0084

Try to demand the job identified by using DEMANDH so that it is in HOLD status and can be canceled if necessary. You may want to specify the SCHID and DOTM values if the job needs to run. If the error repeats, the DEMAND command produces messages to explain the error.

0088

Take the same action as in the preceding code 0084.

0094

If you want the job, use DEMAND command. You may want to check with your installation specialist as to why the exit (SASSXX05) canceled the job.

0098

Take same action as in the preceding code 0094.

009C

Use the QM.5 panel to examine and correct any errors on Special Override (#) statements in the JCL.

00A0

Probably none. If the JCL retry option is specified, the JCL attach is attempted at the next retry interval. The attempts continue until the exit accepts the JCL attach or the job is canceled. If the job must be scheduled, check with your installation specialist concerning the SASSXX11 exit and why it is preventing JCL for this job to be attached.

00A4

Because the job is left in SKELETON status, it must be canceled to remove it from the request queue. If it must be scheduled, try using the DEMAND command. If the reason for JCL attach rejection is not clear, you should check with your installation specialist concerning the SASSXX11 exit.