how many variables can we declare in cl pgm?
Answers were Sorted based on User's Feedback
Answer / riyaz
AS per my knowledge we can declare 11 variables in CL
including '&'.
| Is This Answer Correct ? | 0 Yes | 10 No |
Answer / naveen
In the older versions we can declare only one variables, but
in the case of V5R4 we can declare three variables.
| Is This Answer Correct ? | 1 Yes | 12 No |
i 'm new to as/400.in an interview i was asked this question.give a practical example for passing information or data through local data area. I know only that data area is an object used to store tiny bits of data or it can store one value at a time and it is used to store frequently changing values or datas.thats all i know about data area can any one tell me how local data area and user defined data area are used to pass data between jobs with a example or coding.thanks in advance.
What is the purpose of PUTOVR keyword?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfile , from third page i have selected a record and called some other program .on returning, subfile is being loaded from the frist page. so can any one kindly suggest me in retaining my third page after returning. i.e loading from third page.
Can we have a Physical file without any member ? Please let me know
How many program bind in one module....
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)
is this a rpg channel?
How do I read records from Subfile? what is the purpose of READC explain with example?
what is difference between DSPFD and DSPFFD?please give me real senario with good example?
I have to change a program. This program is calling a subroutine mor than 100times within it. so will it have any performance issue? if yes than what changes i can make. Thanx for ur valuable answer.
When will DUMP & DEBUG be ignored?