when you are defining a flat file in your program in f specs which format will you specify?
Answer / mohan
We can Specify as Input format. But to read a flat file we need to rename the record format name because the filename and field name will be equal.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between *like and *namvar ?
how can you execute a command from within an rpg program without calling a clp program?
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 purpose of the following? FORDHDR1 IF E K DISK ORDHDRF KRENAMEORDHDRF1
How do I release jobs in queue and change a job destination to a different printer. I know wrkjobq but I have not worked with As/400 for a while,so_can someone help me?
what does the opcode free do?
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
i have one physical file which is having two logical files. logical a have unique keyword and logical b doesnt have a unique keyword. can i give duplicate values while updating through physical file. if no why?
difference between view and index ?
what is jurnal?what is the use of theis?what is difference between commitment control and jurnaling?
how does union file maintains record formats?
which are the relational operators in rpg?