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 |
I have a display file with mandatory fields. Is there anyway that i can highlight those fields to bring attention to the user? The same behavior that AS400 makes when we attempt to execute a command without completing all the required parameters. Note: I have used DSPATR(HI) or DPSATR(RI) and they have different behaviors. Thanks.
what are the important factors in error message subfile ?
What is Multi-format logical file?
how can I control from my cgis the cache of a remote browser?
what is library?
can a join logical file be updated?
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?
How do you combine two record formats in RLU ?
What are all the different types of access path?
Can we use OVRDBF command without using of OPNQRYF ? Or can we use OPNQRYF command without using of OVRDBF command ?
How we can delete all the Logical File of a Physical file in one instance ?
What is the function of RJE Conversion Utility?