How many PARM statement can we use in a CL program?
Answers were Sorted based on User's Feedback
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 |
what is data structure?how many types of data structers?
define the purpose of the iter operation?
what is clile code get last digit in numarice value
what would be the effect on the field where reverse image, underline and highlight display attributes are active ?
When would the ALL keyword be used?
What is binder language ?
how will you add a field to physical file already containing data?
What is the purpose of SFLNXTCHG keyword in a subfile?
what keyword must be used with protect keyword ?
how a varible can be passed to a subfile...accnt1 contain data in a data area..ie Daccnt1 uds,Daccnt2 3 overlay(accnt1:1), DNo 4 overlay(accnt1:4)..we want to transfer this dataarea value from acnt0001 to a subfile..that means to enter each record we have to incriment account no,, i normal window we can do move accnt1 account_no eval account_no=accnt1 eval no=no+1 exfmt usr_account how it possible with Subfile????????.Please do answer? (Thank you for all your answers dear friends!!)
What is the use of SDA ?
if &var='good++++' &var2='day' &var *cat &var2 &var1 *tcat &var2 what is output