Answer Posted / sandy
Not possible. It will throw compilation error.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What are the rules of the move verb?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the LINKAGE SECTION used in COBOL?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
In COBOL, what is the different between index and subscript?
how do you define single dimensional array and multidimensional array in your cobol?
What is amode(31)
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 local-storage section?
how do you reference the rrds file formats from cobol programs
What is a SSRANGE and NOSSRANGE?
Write some characteristics of cobol as means of business language.
When is inspect verb is used in cobol?
Mention the guidelines to write a structured cobol program?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?