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

which cl command can be used at program execution to redirect the file named in an rpg program?

IBM,

1195

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

IBM,

1458

which indicator is used for read?

IBM,

1135

which of the cl command can be used to determine which logical files are dependent on a specific file?

IBM,

1085

which of the following operations does not zero the field flda defined as 4,0?

IBM,

1182

which single rpg opcode performs both setll and reade?

IBM,

1 1758

which type of object is used in db2/400?

IBM,

1045

why do we use readc? What is sflnxtchg?

IBM,

1184

why is as/400 called object oriented machine?

IBM,

1 1680

why is the declare cursor statement is used for?

IBM,

1056

writing an sql statement from selecting records from two files using single statement and nested select statement.

IBM,

1182

how many levels are there in a physical file?

IBM,

1 1784

what are the necessary keywords for the join logical file?

IBM,

2 2380

what is a logical file?

IBM,

1 1801

what is a non-join logical file?

IBM,

1 1813


Un-Answered Questions { IBM AS400 }

What Is The Difference Between Goto & Exsr?

1656


records can be read/update/deleted with which file?

1073


define the purpose of the %sst function?

1645


how to develop some simple graphs (bar charts) using just html?

1057


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

2130


define the purpose of the leave operation?

1592


What is the use of limit sys?

68


is it there an easy way to determine if an html section is available to issue a wrtsection upon?

970


Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?

1145


which are the figurative constants used in rpg?

1326


How to reverse the string in rpg

1803


To Add A File To The 'file Selection' Option Of A Query, The Function Key To Be Pressed Is?

1215


I have created a command that display Source file and library. Now i want that when i enter library name and press f4 on Source file, pgm should display all the PF- SRC's in that Library. For F4 option i have used Choice program but since only limited paramters are passed in Choice pgm i am not able to paas library name and further can't call a pgm that will display list of Source files. Below is the Code snippet for CMD type object :- CMD PROMPT('Source Scan for HUB Standard') PARM KWD(SOURCE) TYPE(*CHAR) LEN(1) RSTD(*YES) + VALUES(N A) MIN(1) + CHOICE('N,A') PARM KWD(SRCFILE) TYPE(FILE) RSTD(*NO) + PROMPT('SOURCE FILE') FILE: QUAL TYPE(*NAME) LEN(10) RSTD(*NO) EXPR (*YES) + CHOICE(*PGM) + CHOICEPGM (XXXXXLIB/YYYPGM) QUAL TYPE(*NAME) LEN(10) DFT(*LIBL) + SPCVAL((*LIBL)) EXPR(*YES) PROMPT ('Library') Below is the Choice pgm:- PGM PARM(&PARM1 &PARM2) DCL VAR(&PARM1) TYPE(*CHAR) LEN (21) DCL VAR(&PARM2) TYPE(*CHAR) LEN (2000) IF COND(%SST(&PARM1 1 10) = 'CHOICE ' *AND + %SST(&PARM1 11 10) = 'SRCFILE ' *AND + (%SST(&PARM1 21 1) = 'C' *OR %SST (&PARM1 + 21 1) = 'P')) THEN (DO) /* (%SST(&PARM1 21 1) = 'C' *OR %SST (&PARM1 + */ CHGVAR VAR(&PARM2) VALUE('Name, F4 for List') ENDDO IF COND(%SST(&PARM1 1 10) = 'CHOICE ' *AND + %SST(&PARM1 11 10) = 'SRCFILE ' *AND + %SST(&PARM1 21 1) = 'P') THEN (DO) CHGVAR VAR(&PARM2) VALUE('Name, F4 for List') CALL PGM(GTSQL) PARM ('XXXXLIB') return ENDDO Thanks in Advance for looking into.

3487


Where the QTEMP library will get created? if the the answer is QSYS, then howcome more than one job can create same library name(QTEMP) in QSYS? what is the uniqueness of QTEMP? For example, run the below command in different workstation WRKOBJ QSYS/QTEMP And take 8 in the option to check the description. both will have different info. so where(which LIB) exactly the QTEMP is stored?

8604


How to handle duplicate error handling in RPG?

2299