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


Please Help Members By Posting Answers For Below Questions

Name the divisions, which are available in a cobol program?

695


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?

712


How you can characterize tables in cobol?

727


What is the Purpose of Pointer in the string?

650


What is static and dynamic call in cobol?

601






What are the different rules of SORT operation?

704


A table has two indexes defined. Which one will be used by the SEARCH?

767


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

2019


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

728


What rules are to be followed while using the corresponding options?

645


how do you reference the esds vsam file formats from cobol programs

641


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

1319


What is a scope terminator give example?

661


How can you get the ksds file records into your cobol program?

648


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5071