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 |
can we use 77 level no for Redefines?if we use give an example?
)what is retrieve?
What are VS COBOL 11 special features?
wht is packed decimal in cobol
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.
What type of SDLC u followed? Why?
what r the types of perform statement
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
How do you submit JCL via a Cobol program?
what is the minimum number of lines a Cobol program should have to successfully compile and run
Can the OCCURS clause be at the 01 level?
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?