z/OS MVS Using the Subsystem Interface
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Job feedback elements (SSJF)

z/OS MVS Using the Subsystem Interface
SA38-0679-00

For each job that matches specified filter requirements, a feedback element is added to the chain pointed to by SSJMSJF8/SSJMSJFP. Each element is composed of a fixed size job feedback element mapped by the SSJF DSECT.

Feedback Element Prefix: The fields in SSJF describe the selected job and indicate the results of the modify request:
Field Name
Description
SSJFEYE
Eye catcher, set to C'SSJF'.
SSJFNXT8
Address of the next job feedback (SSJF) element (64 bit address).
SSJFNEXT
31-bit part of SSJFNXT8.
SSJFNAME
Job Name.
SSJFJID
Job Identifier.
SSJFOJID
Original Job Identifier.
SSJFOUID
Owner user ID.
SSJFMEM
Member name.
SSJFSYS
System name.
SSJFJCOR
Job correlator.
SSJFSTAT
Job processing status indicator.
SSJF_MOK (0)
SYNC request processed successfully or ASYNC request successfully queued for processing.
SSJF_MCL (128)
Class authorization failed.
SSJF_MRD (132)
Reroute destination authorization failed.
SSJFJLCK (136)
Request ignored, job locked
SSJFJNTF (140)
Request ignored, job not found.
SSJFBJID (144)
Bad job ID.
SSJFFQLO (148)
Failed to locate the job.
SSJFBJCR (152)
Job correlator mismatch.
SSJFJNCN (156)
Job not cancellable or purgeable.
SSJFNPUR (160)
Job not cancellable or purgeable due to being protected.
SSJFPCON (164)
Job not cancellable due to conflicting parameters.
SSJFNXEQ (168)
Job not routable for execution.
SSJFBADJ (172)
Job class not valid.
SSJFNSVC (176)
Job service class cannot be changed - not set yet.
SSJFBADS EQU 180
Service class not valid.
SSJFPOEX (184)
Request failed - job is post-execution.
SSJFJOBC (188)
Job change request failed.
SSJFISCH (192)
WLM scheduling environment not valid.
SSJFIOFF (196)
Request failed - offload device number non-numeric.
SSJFBAFF (200)
Request failed - invalid job phase to modify SYSAFF.
SSJFBMBR (204)
Request failed - invalid member name to modify SYSAFF.
SSJF0MBR (208)
Request failed - no member affinity left after SYSAFF modification.
SSJFNOBR (212)
Request failed - no BERTs.
SSJFNOEX (216)
Request failed - job not in execution.
SSJFDDIN (220)
Request failed - DDNAME not valid for downlevel member.
SSJFINTE (224)
Request failed - internal error, member number in JQE not valid.
SSJFIPRI (228)
Request failed - invalid priority value.
SSJFNOTE (232)
Job not eligible for start job request.
SSJFSDRN (236)
Job not eligible for start. System draining.
SSJFDUPJ (240)
Job not eligible for start. Duplicate job running.
SSJFSENA (244)
Job not eligible for start. Scheduling environment not available.
SSJFINDE (248)
Job not eligible for start. Independent mode mismatch.
SSJFSPOL (252)
Job not eligible for start. Spool(s) unavailable.
SSJFINTP (256)
Request failed - internal processing error. Field SSJFINTC contains the return code from the service routine.
SSJFEX49 (260)
Job not eligible for start. Exit 49 rejected the job.
SSJFSECL (264)
Job not eligible for start. SECLABEL not available.
SSJFNAFF (268)
Job not eligible for start. No affinity to any active system.
SSJFARMR (272)
Job not eligible for start. ARM restart pending.
SSJFBUSY (276)
Job not eligible for start. Job already executing.
SSJFNBAT (280)
Job not eligible for start. Not a batch job.
SSJFNEXQ (284)
Job not eligible for start. Job not on execution queue.
SSJFNOJ2 (288)
Job not eligible for start. No JES2 matches the job.
SSJFNJ2S (292)
Job not eligible for start. No JES2 can select the job.
SSJFMINL (296)
Job not eligible for start. Minimum z/OS level not available.
SSJFNBBM (300)
Job not executing on broadcast member.
SSJFNBTC (304)
Request failed. Not a batch job.
SSJFNSJB (308)
Request failed. No SJB control block, no journal, or not a batch job.
SSJFINTC
If SSJFSTAT = SSJFINTP, then this is the service routine return code.
SSJFEMSG
Text description of the job processing indicator SSJFSTAT.
SSJFSIZE
Current size of job feedback (SSJF) element.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014