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 can i see junk values in dclgen or in hostvariable of comp ?

2532


Explain about different table spaces.

638


Define cobol?

852


What are the pertinent COBOL

2034


What is the use of intialize verb?

735






What is the difference between PIC 9.99 and PIC9v99?

766


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10528


What is the Purpose of POINTER Phrase in STRING command in COBOL?

707


What is inspect in cobol ?

791


How do u write test cases?

1629


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

685


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

918


What are the different types of condition in cobol and write their forms.

647


What is comp-1 and comp-2?

752


What guidelines should be followed to write a structured cobol prgm?

659