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 AllOther Interview Questions
Questions Answers Views Company eMail

How to convert a spool file to PDF file in AS400?

1286

Can we debug the MSGW JOBS?

1382

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

1569

Apart from opening of a file do we have any other use of USROPN?

1443

How can we update a specific field in RPG?

1412

How can we read file using curser? how to define a curser?

1367

What is %CHECK?

1338

Using %check we are checking monika in mona what is output? What is %SCAN?

1776

How can we change the uppercase to Lowercase in RPG?

1483

What is diff between EVAL & MOVE?

1625

how to declare a constant variable in the freeformat?

1474

How to reverse the string in rpg

1887

What is RETURN CURSER LOCATION in subfile?

1632

Difference between NOPASS & OMIT?

1944

How to Define a Procedure in RPG?

1805


Post New IBM AS400 AllOther Questions

Un-Answered Questions { IBM AS400 AllOther }

what is the favicon.ico request that my site receives now and then?

1166


how can you detect overflow for a print program that prints multiple lines per cycle?

1814


what is the command to know key fields of file?

1243


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.

3543


what is message file?

1116


Can any one explain the basic things about RLU and Printer Files and their Definitions for both and why are they used,i'm a newbee so please help me out

3528


how you get the relative record in a subfile in which cursor is located?

1163


What is the difference between non-join logical files and join logical files?

1182


Why we are not able to perform insert delete and update operation in Join logical file?

1506


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

1179


how can we run a batch job?

1239


what is a query can be run in which mode?

1358


define the purpose of the *cat function?

1750


what are the basic features of seu?

1278


what is the purpose of dynslt keyword?

1827