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
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?
Describe the cobol database components?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Define cobol?
How do you reference the following file formats from cobol programs?
Can we redefine the field of x(200) to less than 200?
What is the difference between comp and comp-3 usage?
what is search and searchall?what is the diffrence between them?give an best example?
what is difference between cobol and cobol/400
How arrays can be defined in COBOL?
how to move the records from file to array table. give with code example
i need a small 3d program using inline and outline.
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What are various search techniques in cobol? Explain.
What is the use of intialize verb?