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
How can you get the ksds file records into your cobol program?
A table has two indexes defined. Which one will be used by the SEARCH?
Whats the difference between search & search ALL?
Write a cobol program making use of the redefine clause.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Define cobol?
What is a report item?
Write a program to enter and display the names of students in a class using the occurs clause.
How do you define a variable of comp-1 and comp-2?
How do define dynamic array in cobol.
Have you used comp and comp-3 in your project? And how?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?