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 can we make use of SETLL operation in CL?
How can we read a particular record from the database file which is not having DDS (Flat File). For example, there are 100 records in the flat file. How can we retrive 15th record in RPG/400 program (Without using CL)
what is decimal data error? when it will come and how to achieve(rectify) this error please give me solution as well as code
1.Are there any errors in the following statement?If so then list them.DTAARA is a data area having a field EMP # and EMPNO is a field in the file EMPPF.Which has one record. READ EMPPF IF %FOUND(EMPPF) IN DTAARA EVAL EMP#=EMPNO OUT DTAARA ENDIF
wat is the difference between array and multiple occurence data structure?
RPG/400 faqs?
Job is in MSGW while reading the input file and writing a new record / updating a reacod due to Duplicate data error. What action would you take ( C D I R )...?
use of PUTOVR,OVRDTA,KEEP keywords?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
What is the purpose of FRCDTA keyword?
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.
Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possible steps. Thanks