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 |
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
I have two sequential files, FILE-1 and FILE-2. FILE-1 contains 2 columns(A,B) and FILE-2 contains 3 columns (C,D,E).I want an output file, FILE-3 which has all five columns with duplicates eliminated from column A.
when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?
When can the USING phrase be included in the call statement ?
If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??
How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?
s9(18) comp-3:: What is the size of memory it takes internally?
if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.
what r the types of perform statement
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
Write the syntax of a two dimensional array?