Answer Posted / raghunathareddy
jcl
| Is This Answer Correct ? | 0 Yes | 15 No |
Post New Answer View All Answers
) what is the difference between AID and HANDLE AID?
Why occurs cannot be used in 01 level in COBOL?
How to print 10 to 1 if the input have only 10 digit number?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
what is the difference between COBOL2 AND COBOL390?
What is inspect in cobol ?
What is rmode(24)
What are all the divisions of a COBOL program?
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.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Differentiate between structured cobol programming and object-oriented cobol programming.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What are declaratives and what are their uses in cobol?