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
What is the local-storage section?
) how do u code after getting data?
what is difference between cobol and cobol/400
How to know whether the module is dynamical or statistical?
Explain how you can characterize tables in cobol?
What are the different rules to perform a Search?
What are 77 levels used for?
What are the different rules of SORT operation?
What is the difference between external and global variables in COBOL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is a SSRANGE and NOSSRANGE?
What is the difference between next sentence and continue in cobol programing language?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
Write the code to count the sum of n natural numbers.