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 |
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
File status must be checked both while opening and reading the file or only while reading the file?
How do u debug a S0C7 abend? (aswered till we get the field which caused that) After knowing the field which caused that how do u know the record which caused that if it is in production env? (dumb) Ok let us assume that we got to know that 100th record caused that and I wanted to skip only 100th record from the file and process from 101th. How to do that in JCL using SORT? (tried with STOPAFT but ended up dumb when he said smthing else is ther)
can we declare s9(9)v9(9) in cobol ? if yes how many bytes it will occupy ?(urgent plz answer it)
What is the difference between a DYNAMIC and STATIC call in COBOL?
There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.
Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER
how to crack cts interview apps? NOVEMBER 21 2010
Can we move X(9) to 9(9). If yes what are the ways for doing this?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Describe the difference between subscripting and indexing ?
How can you add a particular field in copybook?