Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

tell me about examine inspect and evaluate ?

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


Please Help Members By Posting Answers For Below Questions

how to access the file from prodution from changeman tool and to submit a file to production

7625


Are you comfortable in cobol or jcl?

1088


How do you reference the following file formats from cobol programs?

1202


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2427


Write a program to enter and display the names of students in a class using the occurs clause.

1257


Which division and paragraphs are mandatory for a COBOL program?

1330


what is amode(24), amode(31), rmode(24) and rmode(any)?

1193


State the various causes of s0c1, s0c5 and s0c7.

1140


Write the code implementing the perform … varying.

1120


What is the difference between PIC 9.99 and PIC9v99?

1402


What is link edit in cobol?

1269


How arrays can be defined in COBOL?

1298


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

1228


what is the use of outrecord?

2271


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.

2492