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
Which mode is used to operate the sequential file?
What are all the divisions of a COBOL program?
What is the difference between perform … with test after and perform … with test before?
Describe the cobol database components?
How arrays can be defined in COBOL?
What is the use of intialize verb?
What are various search techniques in cobol? Explain.
What is amode(31)
Write some characteristics of cobol as means of business language.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Are you comfortable in cobol or jcl?
) How do u handle errors in BMS macro?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is amode(24)?
What are the different types of condition in cobol and write their forms.