waht is inspect verb? where it can be in real time?
Answer Posted / rammateti
Inspect is use to count the occurrences of a character in a
string & replace the char or sub-string in a string.....ect..
In real time if u do any mistake in entering data like
account no....524000200 rather then 542000200
by using Inspect U can achieve it easily ......
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How arrays can be defined in COBOL?
What is the difference between next sentence and continue in cobol programing language?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
how do you reference the ksds vsam file formats from cobol programs
what is the difference between COBOL2 AND COBOL390?
What are the various section in data division and briefly explain them.
how do you reference the esds vsam file formats from cobol programs
Why would you use find and get rather than to obtain?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Write down the divisions of cobol program?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Write a program to enter and display the names of students in a class using the occurs clause.
What is redefines clause in COBOL?