Answer Posted / anuj tiwari
All objects are stored on AS/400 in a single level storage. In this method all objects are referenced by one virtual address which is translated in to a physical address whether it is an auxiliary storage or main memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
when would you use or not use this approach?
how can database records be read without lock ?
is it possible, in the same cgi, to run more than one gethtml or gethtmlifs?
What is the draw back of Procedures? why we are going to Modules?
hi guys i am new for sqlrpgle, please suggest me good websites and theory and coding. plz plz its very urgent.
how many maximum spaces could be given in o specs?
define what a data area is along with a brief example of what it may be used for?
. How to know why the OPM job is in MSGWAIT state?..WHAT COULD BE THE REASON FOR it?
Write a logic program for knowing the repeated number of a vowels in a given program?
some special characters I key in my html source members show different on my web pages. Why? How can I solve this?
what keyword must be used with protect keyword ?
define the purpose of the *cat function?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
Hello, I have created a CMD type object. In one of the fields in Display file , I would like to see All the Source files present by pass the name of Library. Tried using CHoice(Keyword) and Choicepgm on PARM , but doesn't seems to be working. Any help please..
Explain this error: "all record formats for externally-described file abcd ignored or dropped due to error; file ignored."?