can u give result for the fallowing example...
05 a pic 9(2)
05 b redifines a pic x(2).
move 'xy' to b.
display a,b.
Answer Posted / sathasivam
this ia correct
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the usage of comp fields in cobol?
how do you reference the fixed unblock file formats from cobol programs
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How do u write test cases?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Write a program that uses move corresponding.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is a report item?
What guidelines should be followed to write a structured cobol prgm?
What is a SSRANGE and NOSSRANGE?
What is the difference between comp and comp-3?
How do you differentiate between cobol and cobol-ii?
Define static linking and dynamic linking.
how do you reference the variable block file formats from cobol programs