0% found this document useful (0 votes)
99 views

Abend Resolution

To resolve issues with jobs that have encountered space problems or abends, the document provides instructions to check for space parameters that need increased allocation, find where the job needs to be restarted by adding restart cards, and how to resubmit or requeue jobs that are not currently in the queue by using the REQUEUE command. It also provides guidance on resolving errors related to data sets not being found by finding the specific job step, procedure step, and DD name to locate the correct data set.

Uploaded by

KnPunith
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
99 views

Abend Resolution

To resolve issues with jobs that have encountered space problems or abends, the document provides instructions to check for space parameters that need increased allocation, find where the job needs to be restarted by adding restart cards, and how to resubmit or requeue jobs that are not currently in the queue by using the REQUEUE command. It also provides guidance on resolving errors related to data sets not being found by finding the specific job step, procedure step, and DD name to locate the correct data set.

Uploaded by

KnPunith
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

To Solve SB37: Space abend. S job_name Then find the dataset which has the space issue(Mostly by F8).

Then check the Step name and Proc step name and find the space parameter of the dataset. Go to CA-7 and open the JCL in the Edit mode Xq,job=job_name e Job_name then go to the particular step and in that go for the particular step and find the DSN and change(Increase, Mostly double) the space parameter. Then find out from where the job need to be restarted. Code the restart card. The restart the job. Xq,job=Job_name F job_name Requed Issue: For Requeued job error. If job is not in CA7 queue. Then do the following process.

REQUEUE,JOB=Job_Name Then restart the job.


If job is in Queue then make the required changes and resubmit the job.

UNIDENTIFIED OPERATION FIELD: Requed issue ? AZFCHV38: S JESYSMSG: 175 IEFC605I UNIDENTIFIED OPERATION FIELD 240 IEFC605I UNIDENTIFIED OPERATION FIELD S AZFCHV38 F 150 and F 240 Error: 175 XXSLKDB 240 XXSLKDB DDD DSN=VAZFC.THCMA.&REGN..CODE1.SLKDB,DISP=SHR DDD DSN=VAZFC.THCMA.&REGN..CODE1.SLKDB,DISP=SHR

Resolution was DDD was changed to DD JCLERROR : ? Job_name Check whether job has abended in first step or some steps have been completed. If some steps have completed successfully then check for PGENs. S Job_Name F was not 1) Data set not found. Proc_step Job_step DD_Name DATA SET NOT FOUND Ex: PS020 JS020 AVFAB760 - DATA SET NOT FOUND Go to the top of screen Use F Jod_step Use F Proc_step Use F DD_Name then Get the Data set.

You might also like