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
Post New Answer View All Answers
what happens if parmparameter passes zero bytes to the program
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is the difference between binary search and sequential search?
What are declaratives and what are their uses in cobol?
how do you define single dimensional array and multidimensional array in your cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Write down the divisions of cobol program?
For rewrite, why is it mandatory that file needs to be opened?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What are all the divisions of a COBOL program?
What is the difference between next sentence and continue in cobol programing language?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What are the different types of condition in cobol and write their forms.
Difference between array and sub-script ?
Mention the guidelines to write a structured cobol program?