Hi guys.
Im in AS/400(RPGLE,CLP) from last 1 year.Now i wan to
upgrade my Knowledge in AS/400.
Suggest me some new fields & courses which falls under
AS/400.
Waiting for your quick Response.
Answer / sivaprasad
try to do mainframes or data stage(parallel),
those r may be some relevant process
| Is This Answer Correct ? | 2 Yes | 1 No |
if i have three programs progA,progB and progC .now i call progB from progA. but the progB does not exist . now i want to call progC instead of starting dump. how can we achieve this.
What is the length of Signature?
A rpg or clp command to find if the file field is defined as a character or numeric field.
How can i check the object existance in RPG program without using QCMDEXC command.
1.WHAT IS WRONG WITH THE CODE BELOW? C CUSTNO CHAIN CUSTMAST IF %ERROR can any body find the wrong please? 2.What builtin function will you use to achieve the following functionality? C QTY IFLT *ZERO C QTY MULT-1 QTY ENDIF
How to call one program from another program in RPG? please help me with the code
Hi, Can any body tell me ur experience on this questions? Questions: 1.what is the use of SFLRCDNBR other than subfile page display? 2.Which of the following operation cannot be used in conjuction with a file coded as device type disk?
In ProgramB there is a SBMJOB, which is a call to program C .There is also a CALL to program D from B. How would you check the program C has been executed in D?
1.If *HIVAL SETGT is used what opcode is used to read a record? A:READ B:READPE C:CHAIN D:READP 2.How to pass numeric parameter to the rpg pgm from the command line? 3.What keyword is used on the rpg 4 definition specification to rename a subfile in an externally definition data structure? A:RENAME B;LIKE C:EXTNAME D:EXTFLD
what is post opcode do
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?
Hi guys, anybody know How RPG/400 code can be converted to RPG IV code with a single command?