soc-7 is a bad data,invalid data.
when ever we are moving the alphabets in the position of
numeric then we got this abend. so my question is if
o1 ws-data pic 9(1) value passing the alphabet some x. then
we got soc-7 or not? i want clarification ?
Answer Posted / i go crazy
Yes. you won't get any abend.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What type of SDLC u followed? Why?
Why did you choose to work with ibm mainframe cobol programming?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
how do you reference the variable unblock file formats from cobol programs
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Explain what you understand by passing by value.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
IF I mention stop run in CICS what happens?
In COBOL programming, what is PERFORM? What is VARYING?
how to move the records from file to array table. give with code example
Which Search verb is equivalent to PERFORM…VARYING?
What are the pertinent COBOL commands?
Can a Search can be done on a table with or without Index?
What is the difference between PIC 9.99 and 9v99 in COBOL?