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 |
how to submit a jcl by cobol program. clear me with an example.
Can we access the a[0] in the array ?
what r the types of perform statement
Why we are using comp and comp-3 in real time projects?
Define in-line perform?
I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.
What are the different open modes available in cobol?
what is the use of outrecord?
Name the sections present in data division.
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
How to increase the logical record length of existing PS file?
period is missing in the cobol program which error we getting