how we rectify soc4 and soc7 error in project(need real time
answer)? please reply
Answers were Sorted based on User's Feedback
Answer / ray davis
SOC4 is a boundary violation (trying to access memory not
allocated to your program. SOC7 is trying use a numeric
field which isn't numeric. Then you do as the previous
post describes and dig though the dump to find out what and
where the problem is.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / charanya
Either we can try to find using the offset value as the
previous poster suggested and the other way is we can use
DISPLAY in programs to rectify the Soc7 error.
Is This Answer Correct ? | 2 Yes | 0 No |
How do you define a variable of comp-1 and comp-2?
give the examples for strings and unstrings in cobol
how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
what happens of we dont give time stamp in precompilation process
What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?
What is the maximum length of a field you can define using COMP-3?
4 Answers Complex System, Infosys,
Hi Devolopers.. i need ur help.. i have 3 years of exp in Manual testing and SQL, next month onwards i shifted in to MAINFRAME TESTING... i have ZERO Knowledge abt mainframes.... PLS SUGGEST ME WHAT I LEARN in AMEERPET? mainframe testing or mainframe total devolopment subject... AS a devoloper u know every thing tester what to do PLSSSSSSSSS help me ITS VERY URGENT...
If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??
what are the working storage fields in BMS macro?
Name some of the examples of COBOl 11?
What do you understand by psb and acb?
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'