Answer Posted / tejas sheth
INSPECT and EXAMINE are STRING verbs of COBOL.
wheres EXAMINE has been removed from later versions of COBOL.
Evaluate is a conditional statement which is same as Switch
statement in C language, it used to check multiple condition
for single or double or multiple datanames
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how to access the file from prodution from changeman tool and to submit a file to production
Are you comfortable in cobol or jcl?
How do you reference the following file formats from cobol programs?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Write a program to enter and display the names of students in a class using the occurs clause.
Which division and paragraphs are mandatory for a COBOL program?
what is amode(24), amode(31), rmode(24) and rmode(any)?
State the various causes of s0c1, s0c5 and s0c7.
Write the code implementing the perform … varying.
What is the difference between PIC 9.99 and PIC9v99?
What is link edit in cobol?
How arrays can be defined in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
what is the use of outrecord?
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.