how will you add a field to physical file already containing data?
Define the purpose of the following code (If you know, how would this be written in RPG ILE) HI LO EQ C *IN66 DOUEQ *OFF C KEY1 CHAIN FILEA 90 66 C 66 CALL PGM1 PRM C ENDDO
not all command typed on command line are cl command? true r false
What is data structure in as400? What is the use of data structure?
1.what are the builtin funtions in cl pgg?Explain with example 2.what is meant by left outer join?where we can use this?
define a output queue?
what is the maximum number of subfiles that can specified in a display file ?
What Is The Purpose Of The "n" In The Following Calculation Specification?
what is the maximum number of files allowed in rpg?
what is the difference between seton lr and retrn?
give three main purposes of file specification ?
What is the maximum number of times Multiple Occurrences DS can occur in a 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!!)