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 inspect in cobol ?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is perform what is varying?
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 ......
Difference between array and sub-script ?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Why would you use find and get rather than to obtain?
What kind of error is trapped by on size error option?
How arrays can be defined in COBOL?
What is amode(31)
Can we redefine the field of x(200) to less than 200?
How do you get the data to code the BMS macro?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps