How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
No Answer is Posted For this Question
Be the First to Post Answer
1.find most occurrences of a character. for exm: input:aaabbbbdddddyyy output: d 5 times how can i get that?
1.Where we declare Variables in RPG/400,RPGIV,RPGILE.? 2.When do we use D-spec and I-spec in real time ?.what is difference between them?
suppose i i am changing / updating record of subfile and i want to change the record in reverse order . means i want to change the bottom record first and so on through readc . how i do it please any one explain .
how can we know running job is batch or intractive ? i need all the possibilites.........plz help me
what do you mean by an input subfile, what are the keywords required?
In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening
suppose there are 100 records and i want to read records between 60-70 how we can read this 10 records in rpg
Hi, Can any body tell me ur experience on this questions? Questions: 1.what is the use of SFLRCDNBR other than subfile page display? 2.Which of the following operation cannot be used in conjuction with a file coded as device type disk?
What hapens when we use CPYF command to copy a LF? On which PF will it be dependent???
1)how to do date validation in rpg? 2)how to delete dUPLICATE RECORDS?
what is the procedure and explain about real time scenario.
0 Answers Adhoc Technologies, Hanuman Automation, HSBC, IBM,
how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.