IBM AS400 Interview Questions
Questions Answers Views Company eMail

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

625

How to find the list of source physical files in a library?

618

How to change the batch job to interactive job?

572

What is open data path? And what is the difference between access path and open data path?

1 1038

How to retrieve a physical file after deleting that?

580

Suppose I have a pf,it contains 5 members,how to access particular member data from logical file ?and what is the use of member in pf?

630

What is the interactive job?

574

Can we concatenate fields in physical file? If yes how can we do?

588

What is the batch job?

570

How to know logical file belongs to which physical file without source?

1 1560

When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?

564

How can we know running job is batch or interactive?

647

What is the purpose of record level identifier?

722

Need a sql query: retrieve all duplicate records in table?

1 1461

What is the difference between iter and do?

666


Un-Answered Questions { IBM AS400 }

can we define multi-dimensional arrays in rpg ?

929


how can you check for a records existence without causing and i/o (chain/read)?

1289


which cl command is used to trap error messages during program execution?

863


What is a continuation triple?

52


what is elastic and non elastic subrile?

563






what are various techniques to pass parameters from one program to another?

1038


What is redefine?

551


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

2005


what is the function of cpysplf command?

972


What is array in as400? What are the types of array?

621


what is the difference between seton lr and retrn?

1273


What is %CHECK?

841


Which command is used to replace CDUP command in FTP IF i WANT TO USE SFTP?

1779


Explain the difference between comp & comp-3?

541


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.

5390