If by mistake we MOVE a working storage variable into
LINKAGE area. What will happen??
Answer Posted / 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 |
Post New Answer View All Answers
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...)
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
) How do u handle errors in BMS macro?
For rewrite, why is it mandatory that file needs to be opened?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are the pertinent COBOL
Why would you use find and get rather than to obtain?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
) what is the difference between AID and HANDLE AID?
How do we get current date from system with century in COBOL?
Name some of the examples of COBOl 11?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How do you reference the fixed block file formats from cobol programs