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 if my system I runs with system value qccsid 65535?

0 Answers   IBM,


What are the valid user defined data area types?

1 Answers  


under given circumstances, my cgi should link to another site. How to implement this?

0 Answers   IBM,


What is the difference between production library and test library ?

1 Answers  


what is the maximum number of subfiles that can specified in a display file ?

1 Answers   IBM,






does we use case stmt in cl

1 Answers  


what does dfu program you to do on a record?

0 Answers   IBM,


can error messages as a result of a comp, range or values keyword be overridden?

1 Answers   IBM,


which are the string manipulation opcodes?

0 Answers   IBM,


Pgm A is invoked through HTTP. It is in Activtion group QILE. Pgm A calls Pgm B and Pgm C. Pgm B is in activation group TEMPACTGRP. Pgm A ends in error. Pgm A is called again. But it gives an error that TEMPACTGRP still exists and files are present in QTEMP. What is the cause and how will u fix?

1 Answers  


What Is Ddm ?

1 Answers  


How to know the number of records in a pf through clp program?

7 Answers   Bank Of America,


Categories