SUPPOSE I HAVE 60 CHARACTERS STING. IN THAT I WANT FIND OUT
HOW MANY TIMES 'A'(ASSUME)WILL REPEATED AND I HAVE TO
PASS 'E' IN PLACE OF 'A'ALONG THAT STRING.
Answer Posted / pandu
Thanks Vinodh
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is amode(31)
Why would you use find and get rather than to obtain?
Write down the divisions of cobol program?
how do you reference the printer file formats from cobol programs
example for sub strings ? and refernce modifications whit output pls
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is cobol?
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
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
A table has two indexes defined. Which one will be used by the SEARCH?
What the difference is between continue and next sentence?
what is difference between cobol and cobol/400
What are the various section in data division and briefly explain them.