If by mistake we MOVE a working storage variable into
LINKAGE area. What will happen??
Answer Posted / hari
The problems outcome may be different.
A few cases where i found this reason, the problem that was
occuring was a SOC4 Abend.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
Name the sections present in data division.
What is the difference between binary search and sequential search?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
In COBOL programming, what is PERFORM? What is VARYING?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
explain sorting techniques in cobol program?
What are the different rules of SORT operation?
what is amode(24), amode(31), rmode(24) and rmode(any)?
how do you reference the esds vsam file formats from cobol programs
What is the use of intialize verb?
What is the difference between comp and comp-3?
how to access the file from prodution from changeman tool and to submit a file to production
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?