Can 88 level variable be declared in FD section..?
Answer Posted / reddy
yes
| Is This Answer Correct ? | 25 Yes | 9 No |
Post New Answer View All Answers
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)?
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.
example for sub strings ? and refernce modifications whit output pls
) How do u handle errors in BMS macro
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
what is difference between cobol and cobol/400
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What do you understand by psb and acb?
Explain how you can characterize tables in cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
how do you reference the variable block file formats from cobol programs
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 amode(24), amode(31), rmode(24) and rmode(any)?
In COBOL, what is the different between index and subscript?