what are the different types of data areas?



what are the different types of data areas?..

Answer / 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

More IBM AS400 AllOther Interview Questions

what is maximum number of arrays allowed in rpg?

1 Answers   IBM,


how do you use exceptional write in c specs?

1 Answers   IBM,


a multiple format logical file is also known as?

0 Answers   IBM,


how can you execute a command from within an rpg program without calling a clp program?

1 Answers   IBM,


what is the main use of OPNQRYF ?? in that query why we can use OVERDBF and in that OVERDBY why should we use SHARE(*YES)

2 Answers   IBM,






What is LEVEL CHECK?

7 Answers   HCL, TCS,


what are indicators?

0 Answers   IBM,


how can I predict the performance of my cgis?

0 Answers   IBM,


what does the opcode free do?

1 Answers   IBM,


whare we can use IN AND OUT AND UNLCK opcodes?please can any body tell me in real time senario with example

2 Answers  


What is SDA used for?

7 Answers  


1.What is the difference between regular join logical file and non join logical file? 2.what are the nessasary keywords for non join logical file

3 Answers   ANZ,


Categories