how do I play {insert rpg system here}?
No Answer is Posted For this Question
Be the First to Post Answer
what is post opcode do
HI,1: What is the function of 'SETON LR' AND '*INLR=*ON ? 2:Can we used "seton lr" OR "*INLR = *ON" in between the program code ? 3:if yes then according to there function the code which is written acter seton lr/ *inlr should not be execute . Can any one tell me why those code get executed ?
use of PUTOVR,OVRDTA,KEEP keywords?
What will be your approach in going either for OPNQRYF or Logical files. Which one to go for?
list down and describe the sub systems vailable
How can we search particular records from the database file in RPG. For example, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular 'NAME' field. How can we do the above using SEARCH criteria other than using the IF cond?
1.I Have a physical file , i want to read the data from the each and every member of the File in the CL Program.How do you achieve this. 2.How do you do the same in RPG?. do think is it possible to read data from all the members in the RPG?
how can I tell when to replace the array?
What you have to do in the display file when you are using message subfile?
How to call one program from another program in RPG? please help me with the code
How to update physical file in rpgle without using display file?
Can any body give the code for this quesition? Using the following details write C-Spec code to set Name to"AMMU LABS SYSTEM" D NAME1 S 10 INZ('AMMU') D NAME2 S 10 INZ('LABS') D NAME3 S 10 INZ('SYSTEM') D NAME S 20