Answer Posted / narasimha reddy.k
05 WS-TX-REASON PIC X(10).
05 WS-TX-NUM REDEFINES WS-TX-REASON PIC 9(06).
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
How do you differentiate between cobol and cobol-ii?
Have you used comp and comp-3 in your project? And how?
What is the difference between perform … with test after and perform … with test before?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What the difference is between continue and next sentence?
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 rmode(24)
What is amode(31)
Differentiate between structured cobol programming and object-oriented cobol programming.
Define cobol?
Write the code to count the sum of n natural numbers.
What is the utilization of copybook in cobol?
How to remove 2 duplicate records and copy only one using job control language?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..