can u give result for the fallowing example...
05 a pic 9(2)
05 b redifines a pic x(2).
move 'xy' to b.
display a,b.

Answer Posted / sathasivam

this ia correct

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what happens if parmparameter passes zero bytes to the program

1656


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1226


How many sections are there in data division in COBOL?

676


In which area will you utilize 88 level items in cobol?

710


Have you used comp and comp-3 in your project? And how?

2004






How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2718


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

707


Mention the guidelines to write a structured cobol program?

603


What is the difference between Global and External Variables?

658


What are the different rules of SORT operation?

689


Write a program to explain size error.

668


State the various causes of s0c1, s0c5 and s0c7.

656


What are the different rules to perform a Search?

613


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

647


How many bytes S(8) comp field occupy and its maximum value?

1626