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 |
There is a excel sheet having details of Old account number and new account number. I need to update these details in my AS400 files. i.e. all the records having old account number should be replaced with new account number. There can be 100 or 200 or 300 PFs...no fix files known. how can we do this?Solution should be performance oriented
1.find most occurrences of a character. for exm: input:aaabbbbdddddyyy output: d 5 times how can i get that?
Q1.How we can copy the data of file one session to another session? Q2.how we can execute a loop infinitely in AS/400 coding? Q3.In ALDON tool,multitask is posible on a perticular object by the user?
I am reading a file in CL program. and MONMSG CPF0864 has arrived means EOF has arrived. Now i want to read this file again. How i can do this?
5 Answers CitiGroup, Symphony,
can I touch the array during treatments?
Hi guys, anybody know How RPG/400 code can be converted to RPG IV code with a single command?
How do you find whether a record is locked or not?
what is data area and how it is used in rpg program ?
what is the equivalent keyword for CHAIN opcode ??
what is file information data structure?
without logical file we cannot access the data in physical file.but we specify physical file in the program(ie:- Ffile IF E k disk).how can it be accessed?
What is the difference between inner join @ outer join