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

a=00
b=xy

Is This Answer Correct ?    14 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What the difference is between continue and next sentence?

651


What is the local-storage section?

681


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10581


Write the code implementing the perform … varying.

639


Name some of the examples of COBOl 11?

2677






Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

624


What are the different rules of SORT operation?

693


What is rmode(any) ?

680


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

639


how can i see junk values in dclgen or in hostvariable of comp ?

2540


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

647


Define cobol?

856


What is the difference between next sentence and continue in cobol programing language?

708


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

668


What is the difference between Global and External Variables?

660