EQQJ583E EQQJ586W
EQQJ583E JOB
MEMBER
IN APPLICATION
APPL
IS TOO LARGE TO BE SAVED ON THE JS DATA SET
Explanation: A job that is about to be submitted to JES is too large to be saved in the JCL repository dataset.
System action: The job will be submitted but the JCL repository data will not be updated.
Problem determination: Use the IDCAMS LISTCAT function to determine the maximum size of records in the
dataset defined by the EQQJSDS DD statement.
System programmer response: If necessary, allocate a new JCL repository dataset with a larger maximum record
size. Using the IDCAMS REPRO function, copy the old dataset into the new dataset. Then restart TME 10 OPC.
EQQJ584E JOB
MEMBER
IN APPLICATION
APPL
COULD NOT BE SUBMITTED BECAUSE THE EQQUX001
EXIT RETURNED A SUBMITTING USER ID,
USER
, WHOSE AUTHORITY COULD NOT BE
DETERMINED
Explanation: The job submit exit was called and returned the name of a TSO user on whose behalf the job submit
should be done. An authority error occurred when trying to build a job submit environment for this user.
System action: The current job will not be submitted. TME 10 OPC processes the next read operation.
Problem determination: Check that the job submit exit, EQQUX001, returns only valid TSO user names to the
caller.
User response: If necessary, submit the job manually.
System programmer response: Correct all errors and, if necessary, restart TME 10 OPC.
EQQJ585E INVALID SETVAR ARITHMETIC EXPRESSION AT LINE
LINE
OF
SCTN
Explanation: Invalid syntax in the arithmetic expression of a SETVAR directive was found during JCL variable
substitution.
Here are some possible causes for the error:
One or more parentheses missing in the arithmetical expression.
A valid sign (+ or -) is missing.
Both plus and minus signs are present in the expression, but only one sign is allowed.
Invalid variable name.
Invalid number in the expression. The number must be in the range 1–999.
An invalid type in the expression.
Erroneous non-blank characters within parenthesis. Any non-blank within parenthesis must be part of the
arithmetic expression.
System action: If the error occurs during job submission, the current operation status is set to ended-in-error with
error code OJCV. Otherwise, the status is not changed.
User response: Correct the arithmetic expression.
EQQJ586W TEMPORARY VARIABLE
VAR
IN SETVAR DIRECTIVE NOT REFERRED IN JCL. JOBNAME:
JOBNAME
Explanation: During variable substitution of a job, a SETVAR directive was found and created a temporary variable.
The temporary variable was not referred to anywhere in the JCL.
System action: This is a warning. Operation status is not changed.
User response: Either delete the SETVAR directive, or make sure you have a corresponding reference to the
temporary variable in your JCL.
Chapter 13. EQQJnnn Messages 147