3,740 pts.
 as400
what is the difference between source and object? Does source occupies the memory space?

Software/Hardware used:
as400 v4r5
ASKED: November 19, 2011  4:59 AM
UPDATED: March 6, 2012  6:23 PM
  Help
 Approved Answer - Chosen by TomLiotta

Both Souce and Object CAN occupy memory space. They are both stored on disk and will be brought into memory if accessed, but are not automaically in memory

ANSWERED:  Nov 21, 2011  4:09 PM (GMT)  by TomLiotta

 
Other Answers:

Yeah, Source will occupy memory. Source is the Member of an Source Physical File(SRCPF) which holds the records.
In AS400 everything will store in Database in form of Objects. Where as, Source will be stored as a member of Object(of type PF-SRC).

Pradeep

Last Wiki Answer Submitted:  November 21, 2011  2:45 am  by  deepu9321   3,520 pts.
Latest Answer Wiki Contributors:  deepu9321   3,520 pts.
To see other answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Does source occupies the memory space?

Everything brought into memory consumes memory space. Things that are stored on disk consume disk space (and when brought into memory, consume disk plus memory). Memory is also consumed by programs that allocate memory for their work spaces.

The question might need to be restated.

Tom

 110,135 pts.