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 / ashok kumar
Dharma,
answer is correct , its both have xy only.
i pratically done that prog
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is difference between cobol and cobol/400
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
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)?
What are different data types in cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Can you please let me know the centre name of INS certification in Kolkata.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Name the sections present in data division.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the difference between structured cobol programming and object alternativelyiented cobol?
example for sub strings ? and refernce modifications whit output pls
) what is the difference between AID and HANDLE AID?
What is report-item in COBOL?
Write the code to count the sum of n natural numbers.