ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  MainFrame  >>  IBM MainFrame  >>  JCL
 
 


 

 
 COBOL interview questions  COBOL Interview Questions
 JCL interview questions  JCL Interview Questions
 CICS interview questions  CICS Interview Questions
 DB2 interview questions  DB2 Interview Questions
 IMS interview questions  IMS Interview Questions
 IDMS interview questions  IDMS Interview Questions
 Natural interview questions  Natural Interview Questions
 ADABAS interview questions  ADABAS Interview Questions
 REXX interview questions  REXX Interview Questions
 Assembler interview questions  Assembler Interview Questions
 CLIST interview questions  CLIST Interview Questions
 QMF interview questions  QMF Interview Questions
 MVS interview questions  MVS Interview Questions
 OS390 interview questions  OS390 Interview Questions
 OS 2 interview questions  OS 2 Interview Questions
 VSAM interview questions  VSAM Interview Questions
 QSAM interview questions  QSAM Interview Questions
 Sysplex interview questions  Sysplex Interview Questions
 IBM MainFrame AllOther interview questions  IBM MainFrame AllOther Interview Questions
Question
how do you resolve for soc7 error
 Question Submitted By :: Pratap
I also faced this Question!!     Rank Answer Posted By  
 
  Re: how do you resolve for soc7 error
Answer
# 1
SOC7 is data exception and can occur when packed 
instructions are used. For its resolution , we have to 
correct the data or conversion formatin the program.
 
Is This Answer Correct ?    14 Yes 2 No
Munish
 
  Re: how do you resolve for soc7 error
Answer
# 2
SOC7 abend occure due to the data exception or mostly due 
to moving of non-numric data into numric data field.

we can resolve this correcting the data format.
 
Is This Answer Correct ?    22 Yes 1 No
Santy
 
 
 
  Re: how do you resolve for soc7 error
Answer
# 3
Actualy S0C7 abends normaly happens due to wrong data/ non-
numeric data in numeric field.By wrong data i mean to say 
like if key is duplicated or some garbage data.

      The resolution can be done in two ways :
1)code fix by which you can fix the cobol program code and 
stage it
2)By deleting the bad records from the file 

But be carefull about the file deletion if its a batch 
process and some other  jobs depend on the p[articular 
job,so it can effect to other if any wron fixation done.
 
Is This Answer Correct ?    4 Yes 2 No
Soumya
 
  Re: how do you resolve for soc7 error
Answer
# 4
Q31)	Basically you need to correcting the offending 
data. Many times the reason for SOC7 is an un-initialized 
numeric item. 
Examine that possibility first. Many installations provide 
you a dump for run time abend’s ( it can be  generated also 
by calling some subroutines or OS services thru  assembly 
language).  These dumps provide the offset of the last  
instruction at which the abend occurred.  Examine the 
compilation output XREF listing to get the verb and the 
line 
number of the source  code at this offset.  Then you can 
look at the source code to find the  bug.  To get capture 
the 
runtime dumps,  you will have to define some  datasets 
(SYSABOUT etc ) in the JCL. If none of these are helpful,  
use 
judgement and DISPLAY to localize  the source of error. 
Some installation might have batch program debugging 
tools.  Use them.
 
Is This Answer Correct ?    7 Yes 0 No
Vidhya
 

 
 
 
Other JCL Interview Questions
 
  Question Asked @ Answers
 
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?  1
What is a S0C4 error ?  2
How to identify where file is empty or not? How many ways are there to identifying? CTS1
What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?  1
What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility? TCS4
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????  2
How many positional parameters are there in job statement?  3
What are the default system and catalog libraries in JCL? Infosys1
what is XSUM in some fields= none, xsum ?? Xansa6
What is a procedure?  1
What does S0C4 error mean?  3
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know. Syntel1
Hi Guyz, My requirement is to empty out a PS file but not to delete. How would I do that. Is there any Utility. If any other way, plz answer. Thanks. Lehman-Brothers6
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers? TCS1
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?  1
What does the statements: typrun=scan and typrun=hold do in a JCL statement  2
what is A-MODE and R-MODE?  2
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010. Target2
How to overide the symbol parameter in the jcl ? UST2
Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???  4
 
For more JCL Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com