Answer Posted / rohit katarya
The different types of Data Areas are general data area, local data area, group data area, pip (program initialization parameter data area) data area.
*General Data Area - It can be created by user implicitely or explicitly
It can be referred by any other jobs.
It can be associated with a library.
It can be created, deleted by the user.
* Local Data Area - It can not be referred by any other job.
It is automatically created and deleted by the system.
It is not associated with any library.
*Group Data Area - It is automatically created and deleted by the system
We can access the group
data area value through clp.
It is meant for group jobs.
*Pip Data Area - It is meant for pre start jobs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what if my system I runs with system value qccsid 65535?
which cl command can be used at program execution to redirect the file named in an rpg program?
explain the use of dftwrt display keyword?
which single rpg opcode performs both setll and reade?
WHICH REPLY CODE IS USED BT sftp ? ... (e.g.226 is used by FTP IF FILE IS TRANSFERED)
which are the relational operators in rpg?
What Does Lokup Does In Tables & Arrays?
what are the different opcodes available in rpg for database access ?
what is xfoot opcode ?
what is the difference between normal upddta to pf and updating using dfu program?
what are dds required for subfile?
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
What are the mandatory keywords of sub file?
which are the member types which seu supports?
In RPG How to read a records from a file without using read opcodes?