Whats the use of Examine command? can someone help me?

Answer Posted / shruti

INSPECT and Examine Both are same examine was used in cobol version-I and
Inspect is using in COBOL Version_II. Both has the same functionality to
calculate the numbers of characters in the string by tallying.
Syntax
INSPECT (indintifier-1) Tallying { FOR all ( literals-1 ) } Leading Replace by

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to remove 2 duplicate records and copy only one using job control language?

966


What is length is cobol?

858


How do we get current date from system with century in COBOL?

1060


Explain about different table spaces.

854


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

902


What is the difference between structured cobol programming and object alternativelyiented cobol?

990


What is the problem of ordered sequential files access?

906


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8669


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

870


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

621


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

903


i want a program using by if, evaluate , string, unstring, perform, occurs?

4345


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

2115


What are the different rules to perform a Search?

809


Have you used comp and comp-3 in your project? And how?

2205