01 a pic 9(6) value is 123456
01 b pic 9(3)
move a to b
wht will be the value ?
Answer Posted / ravi
456
| Is This Answer Correct ? | 27 Yes | 0 No |
Post New Answer View All Answers
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
how do you define single dimensional array and multidimensional array in your cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Name the divisions, which are available in a cobol program?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the use of intialize verb?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is the difference between PIC 9.99 and 9v99 in COBOL?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the difference between PIC 9.99 and PIC9v99?
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?
Explain how you can characterize tables in cobol?
What the difference is between continue and next sentence?
how do you reference the variable block file formats from cobol programs