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 / jaganmohanreddy
answer is 123456
Is This Answer Correct ? | 38 Yes | 4 No |
Post New Answer View All Answers
Explain about different table spaces.
What is inspect in cobol ?
what is the use of outrecord?
What are the cobol coding sheets?
What are the different rules of SORT operation?
What is perform what is varying?
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
Write a program to enter and display the names of students in a class using the occurs clause.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How do get the result of your program directly on your pc?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What are the access modes of START statement?
Explain what you understand by passing by value.
How are the next sentence and continue different from each other?