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

can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.

0 Answers  


What are the types of identifiers?

0 Answers  


i want code and what are used key words are ...like wrkmbrpdm screen (q) i have a file with 3 fields empno,empname,empaddr... here you give the empno it displays from that number to remaining empno's how? sub file screen: employee details pos to:empno then enter empno empname empaddr so file have 100 records from 1 to 100 so the above pos you give the 55 empno...it displays the from 55 to remaining... ...... please share this answel

2 Answers   IBM,


what is ment by "MDT"

2 Answers   TCS,


suppose there are 100 records and i want to read records between 60-70 how we can read this 10 records in rpg

2 Answers   Polaris,


Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2

2 Answers  


What will be the value of STRING after line 0106 is executed in the code below? 0101 E* Fromfiletofile..tabnameprnentlenpdatabnamlenpda 0102 E ARR 8 1 0103 ISTRING DS 0104 I 1 8 ARR 0105 C MOVE *BLANK STRING 0106 C MOVEA'ABC' ARR A) 'AAAAAAAA' B) 'BBBBBBBB' C) 'CCCCCCCC' D) 'ABC ' E) ' ABC'

2 Answers  


How do you find out whether a record is present in the physical file without reading the file? for Example Employee No: 100 in an Employee master.How do we find out whther 100 is present in Employee master without reading the file?

11 Answers   Bank Of America, CSC, IBM,


Can we possible to key with the date field?

1 Answers   IBM,


In a particular program one file is used where override command is applied to a file, now this program calls another program where we want to use the same file but without override.How it can be done?

6 Answers   Hexaware,


Have a join logical file with more than one members with different record formats. So how can we read the different members from this file and also how we can read the different record format from the join logical?

3 Answers  


how to retrieve RRN value in RPGLE program

3 Answers  


Categories