what is the difference between *like and *namvar ?
Answer / hemendra kumar
*LIKE defines the variables as in database.
*NAMVAR is used to define variables as data area.
| Is This Answer Correct ? | 0 Yes | 1 No |
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 do you mean by ODP?
which type of object is used in db2/400?
what is the maximum number of fields under a record format of physical file?
When will you use OPEN and CLOSE opcodes in RPG program?
how does union file maintains record formats?
What are the different types of messages in CL?
Hey, What is the difference between SCAN,CHECK,XLATE OPCODES? please give me the answeres with example in real time senario?
In which specification Data Structures can be defined?
not all command typed on command line are cl command? true r false
what is code for reading member in rpgle when wehave like extmbr(*all) so we have 3 members in *all then i want to read first record in 2member
What is the draw back of Procedures? why we are going to Modules?