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 |
what is batch debug in as400?
how can I tell when to replace the array?
1.Can any body share me about thease opcodes with example please.Im new for AS/400.Could u please tell me in real senario? 1.TESTN, 2.EVAL 3.EVALR, TIME, 4.MONITOR 5. ENDMON 6.ON-ERROR 7.COMMIT ROLLBACK?
Suppose i am having 3 programs PgmA,pgmB,pgmC and using source debugger. At debugging time i found that pgmC having some code error..then in debug mode directly how can i debug pgmC
Whether a module can consists of many procedures or it can consist of subprocedures having a main procedure?If it is possible that it can contain many individual procedures than can we have different name for complete module and how do we call this module in main modul?
How to create a key field for a logical file inside RPG?
can i use UPDDTA command in rpg program in which contains a file
Suppose you have 3 members in a database file. How to read records from all the members without using CL (OVRDBF) i.e. Entire process should be handled exclusively in a RPG program?
what is mean by *MAP and *DROP?what commands use these two keywords?why are they used?
suppose we have 10 members in physical file and i have to use 4 out of 10 so how can we read this in RPG
Suppose in CL we reach at end of file and again we have to reach from 1 record
How do I link an existing logical file to it's Physical File without recompiling?