What are the commands that can be executed in CLP but not in
RPG? Why?
Answer / hotguy
All RTV* commands can be executed at CLP but cannot be
executed at RPG.
| Is This Answer Correct ? | 21 Yes | 1 No |
how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?
Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?
what are the parameters of jobd?give in detail.&what are the parameters of subsystem...????
What is the difference between inner join @ outer join
can i use UPDDTA command in rpg program in which contains a file
what will happen two jobs have same name are submitted
1.find most occurrences of a character. for exm: input:aaabbbbdddddyyy output: d 5 times how can i get that?
How to declare the more than one file in cl/400.
program to find the number of objects used in a given program through a display.
How can we call CL program to RPG? How many number of parameter we can pass
How to print Superscript / Subscript from RPG400
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 .