RPG400 Interview Questions
Questions Answers Views Company eMail

What are the necessary keywords required to code a message subfile?

3 13682

What is the purpose of FRCDTA keyword?

IBM,

3 11745

What is the purpose of PUTOVR keyword?

2 11346

What is journalling and commitment control?

IBM,

3 10099

What is the purpose of Panel Groups?

4 17348

How can a screen field that has changed since the last output operation be detected?

IBM,

4 7682

What would be the effect on the field where reverse image, underline and high intensity?

IBM,

7 14136

Can more than one subfile record be displayed on one line?

IBM,

7 21230

How can i keyed a flat file in RPGLE

IBM, Wipro,

5 23456

How can we make use of SETLL operation in CL?

11 24136

How can you delete records form a file in rpg without using "Delete" OPCODE?

7 20353

How to update only a field of a PF in an RPG program. I don't want to update the record, only one field.

2 19541

If there are 1000 member(PGM type) in a SRC file. How can we compile in a CL program? ( It need to be done in a loop)?

1 6065

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

5 8124

1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?

HCL,

2355


Post New RPG400 Questions

Un-Answered Questions { RPG400 }

1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?

2355


Interviewer asked me write down DDS for load all subfile .can anybody write dds

1002


When it is desirable to describe files Internally?

1166


how can you display specific subfile page on the screen in unequal subfile?

661


How to call one program from another program in RPG? please help me with the code

1241






how can I tell when to replace the array?

686


what is an online rpg?

704


how do you use commitment control in rpg?

734


Q:HI friends accually ihave one problem plesase let me know the alternate code of this code. Related field description of code: Add a field, CALvsPRD, "Calendar Day Starts Before/After Production Day" to the parameter set WRKORDER which accepts values 'A' or 'B' o B = Calendar Day Starts Before Production Day o A = Calendar Day Starts After Production Day o Any other value indicates the production and calendar dates are always the same. code: Automatic Execution Of *INZSR Subroutine /Z01 * retrieves WRKORDER field values. /Z01 * Calculate default Production Date and return it to caller. /Z01 * Production date defaults to system date /Z01 C Eval P@Pdate = %DATE() /Z01 * unless Calendar date starts Before PDN(production) date and /Z01 * system time is before PDN Start Time then /Z01 * PDN date is yesterday. /Z01 C If W@CALvsPRD = 'B' and /Z01 C %TIME() < %TIME (W@Strtime) /Z01 C Eval P@Pdate -= %Day(1) /Z01 * unless Calendar date starts After PDN date and /Z01 * system time is *GE PDN(production) Start Time then /Z01 * PDN date is tomorrow. /Z01 C ElseIf W@CALvsPRD = 'A' and W@Strtime > *Zero and /Z01 C %TIME() >= %TIME (W@STrtime) /Z01 C Eval P@Pdate += %Day(1) /Z01 C EndIf /Z01 C Eval *InLr = *On

1987


How to declare the pull button in AS/400..

1862


Explain mdt?

649


how do I preserve and clean the array?

656


give an eg of ACQ-(ACQUIRE),BIT OFF,BIT ON,DEALLOC,DUMP,FEOD,FORCE,MHHZO,MHLZO,MHLLZO,MLHZO,REL,RESET,TESTZ,TESTB,TESTN----GIVE SMALL EXAMPLE TO THE OPCODES...TO UNDERSTAND FUNCTIONING...........

3256


how do I declare a table or array in rpg iv?

718


thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400

1877