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 / dharma
both a and b haveXY
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What are the rules of the move verb?
Write the code to count the sum of n natural numbers.
How many sections are there in data division in COBOL?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is an in line perform? When would you use it? Anything else you wish to say about it.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Explain how you can characterize tables in cobol?
What is the difference between external and global variables in COBOL?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Can we redefine the field of x(200) to less than 200?
What guidelines should be followed to write a structured cobol prgm?