1.find most occurrences of a character.
for exm: input:aaabbbbdddddyyy
output: d 5 times
how can i get that?
Answer Posted / ssss
fld1 = aaabbbbdddddyyy
res = %check('d':fld1:8) ;
If res > 0;
Cnt = res-8;
Endif;
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
how does the rpg element work?
How to handle duplicate error handling in RPG?
what are the key words you must use when using a subfile?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
can I touch the array during treatments?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
How Chain operation copies the record's data to the input buffer for the program?
what was the robotech rpg?
can you debug ile rpg program using isdb?
what do you mean by an input subfile, what are the keywords required?
What are the types of identifiers?
How many program bind in one module....