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 |
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?
Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible
Which Search verb is equivalent to PERFORM…VARYING?
i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)
3 Answers Cap Gemini, Mind Tree,
what is qualification on occurs clause?
how we separate the cobol cics statements from cobol&cics programming?
what is the diff b/w select stsmt and cursor ?
When is a scope terminator mandatory?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the size of s9(19)comp3? explain
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?