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
How to remove 2 duplicate records and copy only one using job control language?
What is length is cobol?
How do we get current date from system with century in COBOL?
Explain about different table spaces.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the problem of ordered sequential files access?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What are the different types of condition in cobol and write their forms.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
i want a program using by if, evaluate , string, unstring, perform, occurs?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are the different rules to perform a Search?
Have you used comp and comp-3 in your project? And how?