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


How many PARM statement can we use in a CL program?

Answers were Sorted based on User's Feedback



How many PARM statement can we use in a CL program?..

Answer / syam

Hi Megha...Your answer is correct, upto V5.R3. Now V5.R4
and greather ver.(V6.R1) new limit is 255 (per one Parm
statment) from CL to RPG.

Q. How many PARM statement per program ?

Is This Answer Correct ?    12 Yes 1 No

How many PARM statement can we use in a CL program?..

Answer / vishal

43 param's cn be used in clp

Is This Answer Correct ?    2 Yes 0 No

How many PARM statement can we use in a CL program?..

Answer / megha

40 Parm can be sent from CL to RPG

Is This Answer Correct ?    1 Yes 3 No

How many PARM statement can we use in a CL program?..

Answer / raj400

42 PARM CAN USED IN CL

Is This Answer Correct ?    1 Yes 4 No

How many PARM statement can we use in a CL program?..

Answer / rajesh pathak

1 PARM USED IN CL

Is This Answer Correct ?    1 Yes 5 No

How many PARM statement can we use in a CL program?..

Answer / syam

Maximum 99 PARM Statment can use in a CL program

Is This Answer Correct ?    1 Yes 9 No

Post New Answer

More IBM AS400 AllOther Interview Questions

What is the default access path of a file?

0 Answers  


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

0 Answers   IBM,


What is a query can be displayed without saving it?

0 Answers   IBM,


Is it possible to add an keyfield or field to an Physical file without changing its file identifier. Example : - Say I have an existing physical file which is being used in 5 programs. Now I want to add an additional Keyfield or an field to it and I don't want to recompile the programs.

2 Answers  


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

2 Answers   IBM,


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.

0 Answers   HSBC,


when would you prefer logical file than opnqryf?

1 Answers   IBM,


define a shared access path?

1 Answers   IBM,


define data structure?

1 Answers   IBM,


if &var='good++++' &var2='day' &var *cat &var2 &var1 *tcat &var2 what is output

2 Answers  


what are the different types of data areas?

1 Answers   IBM,


What is Group Job?

1 Answers  


Categories