What are the commands that can be executed in CLP but not in
RPG? Why?
Answer Posted / hotguy
All RTV* commands can be executed at CLP but cannot be
executed at RPG.
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
what is data area and how it is used in rpg program ?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
how do you use commitment control in rpg?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
what is the necessary keyword needed to scroll subfile records?
Explain mdt?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
how can I tell when to replace the array?
What is file identifier where we can use?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
how do I play {insert rpg system here}?
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?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.