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

what is full form for dds?

IBM,

1160

what is the function of rlu ?

IBM,

1 1610

what does defn do?

IBM,

1028

what is the maximum number of parameters allowed in rpg?

IBM,

1 1665

what is a keyed physical file?

IBM,

1 1744

what is default data type for the fields(sub fields) defined in data structures in rpg?

IBM,

2 1863

what is a program described file in rpg?

IBM,

1 1663

what does vldcmdkey means?

IBM,

1313

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

IBM,

1 2059

what are the different types of arrays?

IBM,

1 1698

what is the command used to invoke rlu ?

IBM,

1 1815

what is term cua , saa?

IBM,

1 1544

what is the maximum number of files allowed in rpg?

IBM,

1 1572

what are two types of record are used in subfile?

IBM,

1 1488

what is library?

IBM,

1 1444


Un-Answered Questions { IBM AS400 }

Why we have multiple data types in As400 and why we use numeric, packed, decimal, zoned the basic difference between this?

1086


is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.

2534


define the purpose/use for sflrna?

1590


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?

8469


explain the purpose of keep and assume keywords?

1723


How to call one program from another program in RPG? please help me with the code

1682


what are the basic features of seu?

1136


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.

3453


what is arrival sequence?

1778


Difference Between Ca & Cf?

1054


what does the opcode free do?

1880


what is the syntax for plist?

1077


is it possible to create a physical file without dds?

1902


what are the different methods to access seu?

1040


why is the declare cursor statement is used for?

1021