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 *place and *auto keyword in prtf ?plz explain
Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?
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
Explain mdt?
1.The questions have given an array declaration and move operation then this statement is correct or not?
what will happen two jobs have same name are submitted
two types of read performed in dataqueue?????
can anyone explain aboutovrOVRDBF,OPNQRYF, OVRSCOPE and OPNSCOPE?
In case if I want to know whether a record exists in a file, which one do you prefer CHAIN or a SETLL and why ?
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
i have 1000 records in pf.what are all the ways to read a particular name records in rpg?? ie.. in pf i have a name called demo appeared around 52 times hw will we read this particular records in rpg/400?.
What is the purpose of FRCDTA keyword?