If by mistake we MOVE a working storage variable into
LINKAGE area. What will happen??
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / manasamurari
mismatch of sending variables will lead to soc4 abend
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / dharma
If we pass the value of working storage variable to LInkage
variable and that variable uses as input to the another sub
program nothing will happen.
| Is This Answer Correct ? | 8 Yes | 3 No |
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?
Why we need to use redefine clause when we can define the variable seperately... what is actual need....
What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.
How to pass return codes from cobol to jcl?
What is report-item?
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
where do we use dyanamic call ? and where do we use static call pls give any example pls ?
What is link edit in cobol?
1) can we display the index?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
what is level 66 means??
What is the meaning of 'TALLING' verb in cobol?