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 variables can we declare in cl pgm?

Answers were Sorted based on User's Feedback



how many variables can we declare in cl pgm?..

Answer / madhuri

No limit to declare variables in CL program as per my
knowledge. Limit is only for files.

Is This Answer Correct ?    9 Yes 2 No

how many variables can we declare in cl pgm?..

Answer / cyjil

more than one variable

Is This Answer Correct ?    8 Yes 2 No

how many variables can we declare in cl pgm?..

Answer / lins

Not 1 for sure. But I am not sure if there's limit to the
number of variable declarations.

Is This Answer Correct ?    7 Yes 3 No

how many variables can we declare in cl pgm?..

Answer / deepak

As such no limit to declare the variables in cl

Is This Answer Correct ?    5 Yes 2 No

how many variables can we declare in cl pgm?..

Answer / kathan

you can declare 32767 variables in cl pgm

Is This Answer Correct ?    6 Yes 4 No

how many variables can we declare in cl pgm?..

Answer / asura

any number of variables can be declared in cl program.
but in file declaration only one can be made.

no. of variables is different from types of variables.

Is This Answer Correct ?    1 Yes 0 No

how many variables can we declare in cl pgm?..

Answer / a.mathankumar

50 var declare in cl and only one file using in cl

Is This Answer Correct ?    1 Yes 0 No

how many variables can we declare in cl pgm?..

Answer / kannan

any no. of variables can be declared in clp.
but in file declaration only 1 file can be done in db2/400.

Is This Answer Correct ?    0 Yes 0 No

how many variables can we declare in cl pgm?..

Answer / sunish

in clp it is 43.

in clle it is 250.

Is This Answer Correct ?    3 Yes 5 No

how many variables can we declare in cl pgm?..

Answer / madhu

In clp we can declare THREE variables(*dec, *char, *lgl)
In CLLE we can declare FIVE variables(*DEC, *CHAR, *LGL,
*INT,*UINT)

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More RPG400 Interview Questions

1.Where we declare Variables in RPG/400,RPGIV,RPGILE.? 2.When do we use D-spec and I-spec in real time ?.what is difference between them?

1 Answers   HP,


When PGMA calls PGMB for the first time PGMB executes the *INZSR. PGMB uses the RETRN operation to return to PGMA. When PGMA call PGMB the second time is the *INZSR executed?

5 Answers   Mphasis,


i'm working on progA , in that program i want to see the userids of the users who work on this program?

10 Answers   Four soft,


I am reading a file in CL program. and MONMSG CPF0864 has arrived means EOF has arrived. Now i want to read this file again. How i can do this?

5 Answers   CitiGroup, Symphony,


How we will read call stack?

4 Answers  


1.What is referential Integrity? 2.What is Foreign Key? 3.What is Transfer Control? 4.What is Free format?

3 Answers  


How can we override a file during runtime in rpg?

0 Answers  


parameters cannot be passed in which one???

4 Answers   CTS,


i want to perform uniqness on db file bt my db file nt hving key by useing rpgle.

3 Answers   HSBC,


if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.

0 Answers  


What is the purpose of record level identifier?

0 Answers  


I have a PF(ABC)with no key fields. PF(ABC)have 2 fields (cusno and cusname). Please let me know how can i read the cusno = 1150 directly from PF in CL and RPG program(Without creating the LF and without reading the complete file and then compare 1150)

3 Answers   Opus,


Categories