| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
karthi_ind
Joined: 24 Feb 2004
Posts: 64
Location: Chennai
|
| Posted: Wed Aug 04, 2004 4:51 pm Post subject: Regarding CA-7, CA-11, SOC-4, SOC-7 etc.. |
|
|
hi
1) What is CA-7 or CA-11 schedule? Explain?
2) IF lakhs of jobs are running, how can one find out abend and solve it?
If abend occurs ar 1000th job how can they restart the job. Whether frm 1000th job or 1st job.
3) how can one resolve soc-7,soc-4,sb37,sd37,se37 errors in
realtime?
bye |
|
| Back to top |
|
rick
Joined: 18 Jun 2004
Posts: 61
Location: Kuzhithurai
|
| Posted: Wed Mar 16, 2005 4:53 pm Post subject: |
|
|
Hi Karthi,
2) You can browse the file JESYSMSG in the spool area and find which one of the step haven returned condition code 0. Say if you find the codition code > 0 in step 1000 u can say that step has abended.
3) SOC7 and SOC4 can be resolved by looking to the CEEDUMP file in spool area and find the offset. Note the corresponding offset and take it to the compiler listing where u could find that one. The line number in which offset is found has caused the termination.
SB37, SD37, SE37 are due to the lack of the DASD space and Directory space . You find them and fix it,
SB37 Caused by lack of sufficient secondary space - AT END OF VOLUME
SD37 Caused by lack of sufficient secondary space
Reason Code: 04 - (04 IS THE ONLY POSSIBLE RETURN CODE ASSOCIATED WITH SD37) A DATASET OPENED FOR OUTPUT USED ALL THE PRIMARY SPACE, AND NO SECONDARY SPACE WAS REQUESTED. EITHER SPECIFY A LARGER PRIMARY QUANTITY OR ADD A SECONDARY QUANTITY TO THE REQUEST.
SE37 Caused by lack of space for PDS
Thanks and Regards,
Rick.
frederick.tybalt@anewcon.com |
|
| Back to top |
|
radhakrishnan82
Joined: 31 Mar 2005
Posts: 386
Location: chennai, India
|
| Posted: Thu Apr 07, 2005 3:52 pm Post subject: |
|
|
1)CA-7 is intended for production and operations personnel and for users with scheduling and operational responsibilities.It consists of system commands,workstation networK commands,workload balancing commands,forecasting,general inquiry facilities,workflow control,online and interface utilities.It uses a seperate terminal UCC7.
2)There is a Ca-7 command "LQ,ST=RSTR".
Those jobs which got abended will be moved to restart queue automatically.The above command lists all the jobs that is present in the restart queue.If you want to see all the jobs that are running actively then use the command "LACT".It will display all the jobs that are active in the queue.
If abend occurs at the 1000th job,they restart the 1000th job alone and not from the first job.Every job has a job name.Thru the job name we can identify the job that has got abended.Hence after solving the abend,you can restart the job(1000th job in your case).The other jobs will run in active queue and don't get disturbed by this job unless it has dependency over it.
queries,pls welcome. |
|
| Back to top |
|
bshkris
Joined: 21 Mar 2005
Posts: 11
Location: pune
|
| Posted: Tue Apr 12, 2005 5:43 pm Post subject: |
|
|
| hi, even if program name slips(misses) u will get soc errors |
|
| Back to top |
|
rajeshv
Joined: 09 May 2005
Posts: 1
|
| Posted: Mon May 09, 2005 6:59 pm Post subject: Re: Regarding CA-7, CA-11, SOC-4, SOC-7 etc.. |
|
|
karthi_ind wrote: hi
1) What is CA-7 or CA-11 schedule? Explain?
2) IF lakhs of jobs are running, how can one find out abend and solve it?
If abend occurs ar 1000th job how can they restart the job. Whether frm 1000th job or 1st job.
3) how can one resolve soc-7,soc-4,sb37,sd37,se37 errors in
realtime?
bye |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|