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 not found on CA Workload Automation SE CA Librarian or CA Panvalet for z/OS libraries; or JCL INDEX not specified. Also, if a CA Workload Automation SE 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 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 Workload Automation SE.

001C

JCL member 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 Workload Automation SE 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 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 Workload Automation SE to put in the Trailer queue (31 track maximum).

0088

Error on TRLQ.

008C

Error loading module SASSPCEJ. Return code from SLOAD macro is in the first two characters.

0090

Bad SLINK to SASSPCEJ. See also 0490 and 0890.

0094

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. Job will be 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 will be left in SKELETON status.

00A4

JCL attach rejected by user exit SASSXX11 with a return code other than 4. Job will be left in SKELETON status.

0490

Error return from SASSPCEJ indicating invalid conversion request.

0588

Out of space in TRLQ.

0890

Error return from SASSPCEJ indicating invalid conversion request.

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 Workload Automation SE 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 Workload Automation SE 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 Workload Automation SE. The update must be made from outside of CA Workload Automation SE 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 CA Workload Automation SE initialization file. Use a different operator ID at logon time or change the USER ID Security module.

2) CA Workload Automation SE 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. 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 Workload Automation SE. Correct the job definition or add the JCL definition to the initialization file and restart CA Workload Automation SE using WARM.

0084

Try to demand the job identified by using DEMANDH so that it will be 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 will produce messages to explain the error.

0088

Take the same action as in code 0084 above.

008C

Verify that module SASSPCEJ is in a library pointed to by STEPLIB. Take the same action as in code 0084.

0090

Take same action as in code 008C above.

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 code 0094 above.

009C

Use 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, JCL attach will be attempted at the next retry interval. This will 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.

0490

Take same action as in code 0090 above.

0588

If the error occurred while attaching the JCL, issue a /DISPLAY,Q=TRL and check the space availability. If the number of tracks is low, increase the size of the Trailer queue, at a convenient time, using the DMPQ/MOVQ shutdown and startup facility.

0890

Take same action as in code 0090 above.