If by mistake we MOVE a working storage variable into
LINKAGE area. What will happen??
Answer Posted / rekha
at compilation time only it will give a warning message that
the variable or data item that did not have a addressability
if you ignore the warning message and proceeds with runcobol
then it will produce a S0C4 error message.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
) what is the difference between AID and HANDLE AID?
What is the difference between perform … with test after and perform … with test before?
What is an in line perform? When would you use it? Anything else you wish to say about it.
In COBOL programming, what is PERFORM? What is VARYING?
How can you get the ksds file records into your cobol program?
Which division and paragraphs are mandatory for a COBOL program?
Why occurs cannot be used in 01 level in COBOL?
What is rmode(any) ?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between goback, stop run and exit program in cobol?
how to move the records from file to array table. give with code example
Write the code implementing the perform … varying.
What is the difference between structured cobol programming and object alternativelyiented cobol?
What are the rules of the move verb?
What is a scope terminator give example?