01 a pic 9(6) value is 123456
01 b pic 9(3)
move a to b
wht will be the value ?
Answer Posted / pradip
ravi is right
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is length is cobol?
i want a program using by if, evaluate , string, unstring, perform, occurs?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What are declaratives and what are their uses in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What rules are to be followed while using the corresponding options?
What is amode(31)
What is the difference between perform … with test after and perform … with test before?
Define cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Mention the guidelines to write a structured cobol program?
Explain the configuration section of a cobol program with examples of syntax.
What is the difference between next sentence and continue in cobol programing language?
How arrays can be defined in COBOL?