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 |
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
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?
Syntax for JCLLIB & JOBLIB???
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
s9(18) comp-3:: What is the size of memory it takes internally?
In COBOL "BEFORE" advancing is there or not ?
consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above
How can you pass values from COBOL program to non-COBOL programs?
if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there