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



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

Answer / 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

More COBOL Interview Questions

can we use 77 level no for Redefines?if we use give an example?

3 Answers   Mphasis,


)what is retrieve?

1 Answers   IBM,


What are VS COBOL 11 special features?

1 Answers  


wht is packed decimal in cobol

2 Answers  


How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.

1 Answers   Syntel,






What type of SDLC u followed? Why?

0 Answers   IBM,


what r the types of perform statement

4 Answers  


which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks

1 Answers  


How do you submit JCL via a Cobol program?

5 Answers   IBM,


what is the minimum number of lines a Cobol program should have to successfully compile and run

7 Answers  


Can the OCCURS clause be at the 01 level?

8 Answers   Oracle,


01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?

5 Answers   Amdocs,


Categories