z/OS JES2 Messages
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


$HASP165

z/OS JES2 Messages
SA32-0989-01

$HASP165

Explanation

Read syntax diagramSkip visual syntax diagram
>>-+--------+--+---------------------------------+-------------->
   '- jobid-'  '- (-- jobid - FROM - nnnnnnnn--) '   

>--+-+----------+-- ENDED AT - nodename - cc= - ddd +----------><
   | '- xxx yyy-'                                   |   
   +- ENDED AT - nodename – ------------------------+   
   '-+- MAXCC = - code ------------------+----------'   
     +- JOBRC = - code ------------------+              
     +- MAXRC = - code ------------------+              
     +- ABENDED - S - xxx, - U - yyy ----+              
     +- ABENDED - abend_code, -| JOBRC |-+              
     +- JCL ERROR -----------------------+              
     +- CANCELLED -----------------------+              
     +- CONVERSION ABEND ----------------+              
     +- SECURITY VIOLATION --------------+              
     +- CONVERSION ERROR ----------------+              
     '- SYSTEM FAILURE ------------------'              

JOBRC

|-- JOBRC = - code - - JOBRC =--STEP, - stepname----------------|

The following values are displayed in the message text:
jobname
The job name. If apostrophe characters are imbedded in the job name, they are replaced by quotation mark characters.
jobid
The job identifier on the input node.
nnnnnnnn
The input node for this job. This is displayed only if nodename is not the job input node.
nodename
The node that the job ran on, or attempted to run on.
[xxx yyy] ENDED AT nodenamecc=dddd
JES2 stopped the specified job at nodename by a condition test specified in the COND parameter of the job statement being satisfied by the completion code dddd of the running step xxx. If step xxx is a step of a cataloged procedure, then yyy is the step that called step xxx.
ENDED AT nodename
The specified job on nodename did not complete for the specified reason.
For ENDED AT nodename inclusive, one of the following reasons is displayed:
MAXCC=code
The job maximum condition code was reached (JOBRC was not specified).
JOBRC=code
The job returned code.
MAXRC=code
The job maximum return code was reached (JOBRC was specified but MAXRC was returned).
ABENDED Sxxx,Uyyy
The job abended with system code xxx and user code yyy.
ABENDED abend_code, JOBRC=code - JOBRC=(STEP,stepname),
The job abended with code abend_code and JOBRC code. The job step stepname executed, but a subsequent step abended.
JCL ERROR
The converter/interpreter or initiator phase of job processing could not be completed because of an error in the JCL.
CANCELLED
The job was cancelled by the operator.
CONVERSION ABEND
The job conversion phase abended.
SECURITY VIOLATION
The specified job did not run because of an unsuccessful authorization check during input processing.
CONVERSION ERROR
An error occurred during the job conversion phase.
SYSTEM FAILURE
A failure occurred on the system that the job was running on.
msgid message-text
A message from a component other than JES2 appears with the HASP165 prefix, and could be related to the reason the job ended (whether normally or abnormally). To determine the appropriate actions to take, see the description of the msgid message.
Note: A jobid value might precede $HASP165. See JES2 message format.

System action

The job was ended for the specified reason. This message is displayed to an interactive user if the NOTIFY parameter is specified on the JCL JOB statement, or the JECL /*NOTIFY statement is specified.

Programmer response

In the case of a JCL ERROR message, check the system output for the actual error message. Correct the indicated error and resubmit the job. In the case of an ABENDED message, check system output for the ABEND code. In the case of SECURITY VIOLATION, verify the user ID, group ID, and password used, if any.

Module

HASPHOPE

Routing Code: 7

Descriptor Code: 4

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014