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 / sweety

rec2 will be

123124590

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are INPUT PROCEDURE and OUTPUT PROCEDURE?

689


What are 77 levels used for?

659


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

823


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

857


When is inspect verb is used in cobol?

674






Can we redefine the field of x(200) to less than 200?

818


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1614


What is rmode(any) ?

686


how to move the records from file to array table. give with code example

2219


What are the different types of condition in cobol and write their forms.

658


what is difference between cobol and cobol/400

21563


What is the difference between a binary search and a sequential search what are the pertinent cobol?

735


Differentiate between structured cobol programming and object-oriented cobol programming.

667


What are the pertinent COBOL commands?

2623


Which Search verb is equivalent to PERFORM…VARYING?

685