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


Please Help Members By Posting Answers For Below Questions

Explain about different table spaces.

744


What is inspect in cobol ?

881


what is the use of outrecord?

1858


What are the cobol coding sheets?

745


What are the different rules of SORT operation?

784






What is perform what is varying?

805


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

874


Write a program to enter and display the names of students in a class using the occurs clause.

774


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

754


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.

3830


How do get the result of your program directly on your pc?

1965


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

4950


What are the access modes of START statement?

813


Explain what you understand by passing by value.

805


How are the next sentence and continue different from each other?

875