Answer Posted / obulreddy.k
Inspect is used to find the number of occurrence of single
character or Group of characters
examine is used to find the number of occurrence of single
character only
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What are the different data types in cobol?
What is cobol?
How do get the result of your program directly on your pc?
What is the utilization of copybook in cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
what is search and searchall?what is the diffrence between them?give an best example?
Can a Search can be done on a table with or without Index?
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?
In COBOL programming, what is PERFORM? What is VARYING?
What the difference is between continue and next sentence?
What are different data types in cobol?
What is the local-storage section?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
what is the use of outrecord?