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 / dharma
both a and b haveXY
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is the difference between perform … with test after and perform … with test before?
) how do u code after getting data?
example for sub strings ? and refernce modifications whit output pls
what is the difference between COBOL2 AND COBOL390?
Discuss about changing dataset name in proc.
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
what is the use of outrecord?
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.
Explain how to differentiate call by context by comparing it to other calls?
What rules are followed by the search verb.
Which division and paragraphs are mandatory for a COBOL program?
What is the difference between binary search and sequential search?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How to use the same COBOL program in Batch and CICS on lines? explain with an example