Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

RPG400 Interview Questions
Questions Answers Views Company eMail

why subproc not run in dftactgrp?????/plz explain

CSC,

2 7804

what is *place and *auto keyword in prtf ?plz explain

CSC,

3105

what is batch debug in as400?

3 11330

i want to retrieve record b/w 2 dates in as400

L&T,

2 8151

1.I Have a physical file , i want to read the data from the each and every member of the File in the CL Program.How do you achieve this. 2.How do you do the same in RPG?. do think is it possible to read data from all the members in the RPG?

Cap Gemini,

2 7661

1.I have a Batch job, Running for 4 hours, i want to reduce the executing time to 2 hours what should you do?

Cap Gemini,

5 12239

1.How to load Records of a Physical file(PF) in the reverse order, in CL program?

Cap Gemini,

2 8601

1.I have a Physical file with 100 records, No duplicates exists, all are Unique,But while i am running Runqry utility i am getting only 80 records..What could be the reason?

Cap Gemini,

3 9800

Why we need to give File and To file Names While we are using OVRDBF. What is your understanding related to this?

Cap Gemini,

2 7408

Hi guys, anybody know How RPG/400 code can be converted to RPG IV code with a single command?

1 6271

1.Where we declare Variables in RPG/400,RPGIV,RPGILE.? 2.When do we use D-spec and I-spec in real time ?.what is difference between them?

HP,

1 13450

What does Implicit Open means with respect to a file ? What about the Explicit Open?..what are the major differences between these two?

IBM,

1 8286

HOW TO DELETE THE RECORD FROM MASTER FILE WHICH IS LINK BY ANOTHER TRASATION FILE WITH REFERTIAL INTYGRITY?

TCS,

1 5937

Can we used ovrdbf command after the opnqry file if yes then What will be out put of your program?

IBM,

4 9082

Hi, can any one tell me :IN CASE OF SINGLE PAGE FILE HOW WILL I LOAD THE PREVIOUS PAGE WITHOUT THE USE OF SFLCLR INDICATOR ?

IBM,

3 8188


Post New RPG400 Questions

Un-Answered Questions { RPG400 }

Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?

893


What is a record lock error?

1705


How many program bind in one module....

2611


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...........

3776


if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.

2580


How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?

1962


what is the procedure and explain about real time scenario.

1898


explain sflclr, sflend, sfldlt, and sflcsrrrn?

1303


what happens when sflsiz = sflpag? What are the advantages and disadvantages?

1133


what is the difference between do while and do until?

1196


how do I preserve and clean the array?

1091


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

2479


Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?

5075


How can we override a file during runtime in rpg?

1151


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

2297