01 var1 pic x(10)
01 var2 redefines var1 pic 9(10).

then in procedure division

move 'abcde' to var1 then waht is the value of var1 and var2

Answer Posted / vishal

DATA EXCEPTION ERROR

Is This Answer Correct ?    1 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What guidelines should be followed to write a structured cobol prgm?

661


What is the difference between PIC 9.99 and 9v99 in COBOL?

726


In COBOL programming, what is PERFORM? What is VARYING?

664


How you can read the file from bottom?

652


Give some examples of command terminators?

749






Difference between array and sub-script ?

1151


Which is not true about evaluate statement

1560


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

806


explain sorting techniques in cobol program?

681


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1916


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1830


what is the difference between COBOL2 AND COBOL390?

2439


What are the various section in data division and briefly explain them.

683


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1906


In COBOL, what is the different between index and subscript?

750