why do u need inspect verb?
Answers were Sorted based on User's Feedback
Answer / sundar
Inspect verb is for counting, replacing and converting the
string.
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / adithya
1)inspect verb is used for counting repeated occurences and
storing repeated occurences in a variable.
2)we can replace character
3)we can count leading characters
| Is This Answer Correct ? | 1 Yes | 0 No |
What guidelines should be followed to write a structured Cobol program?
What is an in-line perform ?
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
What is the difference between a DYNAMIC and STATIC call in COBOL?
how would find total records in files using seqientional
How may divisions are there in JCL-COBOL?
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
In a program, there are 2 sections defined say SECTION-A and SECTION-B. There is a paragraph say CALC-INT in both the sections. If this para has to be called directly for SECTION-A, then PERFORM CALC-INT will not work as it is present in both sections. How the PERFORM statement has to be coded here?
How can you add a particular field/coloumn in copybook?
What should be the sorting order for SEARCH ALL?
level number 77 is used to define a)group data b)elementary data c)redefine d)none
Why occurs can not be used in 01 level ?