what is overlay?
Answer / Ranjeet Choudhary
"In IBM AS400, an Overlay is a mechanism used to increase the size of a program or data area during runtime. It allows a larger data structure or program to be stored in a smaller space."
| Is This Answer Correct ? | 0 Yes | 0 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!!)
Show 2 ways to convert a date from YYMMDD to MMDDYY (MULT operation not acceptable)
how many levels are there in a physical file?
what are the three line types in rlu ?
What is the purpose of USROPN keyword?
What is the purpose of the following? I 'CLOSED' C STAT01 I 'OPEN' C STAT02
what are the types of errors available in rpg IV or 400.Like decimal data error,sessional error or device error etc...means important error occurings,ie to find out suddenly???pls give answ if u know?
How many secondary files allowed in a program?
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.
what if my system I runs with system value qccsid 65535?
Hi friends i have i question please reply me asap. what would be coding in DDS and programing part for this condition suppose that i have three fields in the display file(subfile)which has 7 record format. Condition is ''The supplier LOT, ISSUED TO PROD and LINE GRP fields in display file(Subfile) will not be shown if their respective fields are blank/zero in the record formats WIM311FM and Record format WIM311FM. I want coding part in DDS and Programing. Please reply me as soon as posible.
How can a data area be locked after being updated?