What is the native language of AS/400?
Space & Skip Are Which Level Keywords?
What are the different types of specification available in RPG/400 ?
how do you specify page overflow indicator for printer files in rpg?
how do you know that records are locked?
What are the mandatory keywords of sub file?
What is the use of OVRDBF ?
how can i get the cursor position in display screen to to display my window?
How are the objects stored on AS/400?
Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?
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 library is as400? What are the types of library?
Q. HOw can read multimember file through RPG/400 and CL/400 Actully i know that we can Read multimember file in RPG through EXEFILE and EXEMBR and in cl through OVRDBF and MEMBER(3)....But i want to read 3 members by CL Program And RPG/400 program.Please write the coding(Program) for both RPG/400 and CL/400 programs? 2.What are the full forms(stands) of EXEFILE and EXEMBR?