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



IBM AS400 Interview Questions
Questions Answers Views Company eMail

can you debug ile rpg program using isdb?

IBM,

1188

check existence of one record without using chain or read?

IBM,

1 2040

what is the difference between do while and do until?

IBM,

1191

how do I declare a minor?

IBM,

1111

are there any useful c runtime apis that I can call from rpg iv?

IBM,

1119

what was the robotech rpg?

IBM,

1134

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

IBM,

1083

during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.

IBM,

1154

how can I tell when to replace the array?

IBM,

1155

what is kids-rpg?

IBM,

1066

is this a rpg channel?

IBM,

1126

how do I do concatenation in rpg iv, like I do in cl?

IBM,

1 2423

what is the use of sflnxtchg?

IBM,

1211

how do I preserve and clean the array?

IBM,

1087

what do you mean by an input subfile, what are the keywords required?

IBM,

1201


Un-Answered Questions { IBM AS400 }

what is the syntax for plist?

1075


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

2473


What are the different opcodes used for file operation on a subfile in a rpg pgm?

1741


what is the clp command to access a query/400?

2044


In RPG How to read a records from a file without using read opcodes?

1479


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?

5066


Difference Between Skip Before & Space Before?

1155


What is a record lock error?

1700


What is the interactive job? What is the batch job? How to change the batch job to interactive job?

957


What is a continuation triple?

62


The content of Physical file is as below: hfcftp wruquief SENDPASV 0 CDUP ASCII GET 01100901.CSV ramndk/ECP505.EC0110090 (REPLACE QUIT Thw above commands will get executed when we call STRTCPFTP from CL program.... Now if I want to use SFTP what can be the solution? plz reply in detail....Thank you for ny help... I m using RPG/ILERPG to download...

2298


what is meant by object lock requests,held locks and locks waiting to be applied(wrkobjlck) why should we apply for locks.Please explain sir.

6795


how to write code for singlepage in sqlrpgle with update ?

2777


can you have multiple key lists for a single file ?

1610


What is the draw back of Procedures? why we are going to Modules?

1728