01 xxx pic 9(4).
01 yyy pic 9(6).
move 123456 into yyy.
move yyy to xxx.
display yyy.
what would be the value of yyy
Answer Posted / vishal
12345
| Is This Answer Correct ? | 8 Yes | 9 No |
Post New Answer View All Answers
what is the use of outrecord?
How are the next sentence and continue different from each other?
Why did you choose to work with ibm mainframe cobol programming?
Which division and paragraphs are mandatory for a COBOL program?
how do you reference the variable block file formats from cobol programs
What is the difference between goback, stop run and exit program in cobol?
What is the difference between perform … with test after and perform … with test before?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the LINKAGE SECTION used in COBOL?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is redefines clause in COBOL?
Differentiate between structured cobol programming and object-oriented cobol programming.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?