01rec1.
05 a pic 999v99 value 123.12
05 b pic 99v9 value 45.9
02 rec2.
05 x pic 999v99
05 y pic 99v99
05 z pic x(3) value 'abc'
if rec1 is moved to rec2 then what is the value of rec2?
Answer Posted / mahesh satya
123124590abc
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is amode(24)?
What are the different rules of SORT operation?
Write a program that uses move corresponding.
Discuss about changing dataset name in proc.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Write a program to explain size error.
) what is the difference between AID and HANDLE AID?
What is cobol?
How to print 10 to 1 if the input have only 10 digit number?
how do you reference the esds vsam file formats from cobol programs
What rules are followed by the search verb.
Which mode is used to operate the sequential file?
how do you define single dimensional array and multidimensional array in your cobol?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Write a cobol program making use of the redefine clause.