RPG400 Interview Questions
Questions Answers Views Company eMail

how to display all the members records in a physical file without using ovrdbf?

9 22025

suppose if we want to update the data in cl what we will do?

9 12979

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.

Four soft,

10 16754

wat is the difference between array and multiple occurence data structure?

Four soft,

4 24700

wat is scan and check ? give me real time scenarios where we used these keywords in ur projects?

Four soft,

2 10673

wat is the difference between dataarea and data queue?

Airtel, Four soft, Shahi Exports,

5 27436

wat is meant by hidden field , why it is used?

Four soft,

4 18066

i'm working on progA , in that program i want to see the userids of the users who work on this program?

Four soft,

10 14026

How we will read call stack?

4 11716

How can we access Interactive job LDA in Batch Job?. and How we can access a file in interactive QTEMP lib in Batch job?.

IBM,

4 21232

RPG/400 faqs?

HSBC,

1 9401

what is plat file?

Indian Infotech,

6 13019

what is the difference between the cpyf command crtdupobj command?

IBM,

9 41862

1) How to retrieve RRN through RPG ? 2) How to pass parameter by value ? 3) How to trap the error through the RPG/400

IBM, Tech Mahindra,

10 29286

difference betwen keywords and opcodes

3 8204


Post New RPG400 Questions

Un-Answered Questions { RPG400 }

how can I tell when to replace the array?

686


can you debug ile rpg program using isdb?

724


Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg

707


how do you use commitment control in rpg?

738


Explain mdt?

651






what is the use of sflnxtchg?

791


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.

5375


what was the robotech rpg?

668


what is an online rpg?

704


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

1990


How would display prime numbers using CL program?

5666


How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...

1296


Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?

1437


How many program bind in one module....

2104


which program rpg or cl is efficent to update a transaction onto a database file and why ?

725