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


Please Help Members By Posting Answers For Below Questions

What rules are to be followed while using the corresponding options?

647


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8195


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1791


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

695


What is the LINKAGE SECTION used in COBOL?

904






how to access the file from prodution from changeman tool and to submit a file to production

6711


What is the difference between Global and External Variables?

682


what is search and searchall?what is the diffrence between them?give an best example?

5597


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

667


i want a program using by if, evaluate , string, unstring, perform, occurs?

4077


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

715


How do define dynamic array in cobol.

686


how do you reference the fixed unblock file formats from cobol programs

725


What is report-item in COBOL?

721


What is the difference between comp and comp-3 usage?

688