why do u need inspect verb?

Answer Posted / sundar

Inspect verb is for counting, replacing and converting the
string.

Is This Answer Correct ?    21 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program that uses move corresponding.

673


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1958


What is the Purpose of Pointer in the string?

643


What is link edit in cobol?

772


can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech

1960






What type of SDLC u followed? Why?

1520


Can we redefine the field of x(200) to less than 200?

820


What is difference between static and dynamic call in cobol?

777


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?

1807


What is report-item in COBOL?

711


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1230


how can i see junk values in dclgen or in hostvariable of comp ?

2545


how to convert the recors form vsam file to db2 table tru file aid

2763


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

712


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6834