what are the different types of data areas?
Answers were Sorted based on User's Feedback
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 |
Answer / Mohd Arif Usman
On IBM AS400, data areas can be categorized into five main types: Standard (STD), Overlay (OVL), Automatic (AUT), Work (WK), and Special (SPE). Each type serves a unique purpose in the program's execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an ICF file?
what are the different types of data areas?
Describe the function of SETGT operation in RPG language?
What are the different opcodes used for file operation on a subfile in a rpg pgm?
what is a composite key?
What is FCFO, FIFO, LIFO in Database environment ?
how can I start a page in a new window?
What is the purpose of PR and PI in calling program and called program? in Called program PR is compulsory?
WHAT IS THE DISPLAY CMD FOR DATAQ, HOW IT CAN BE USED?
where will control be passed after the execution of the *pssr subroutine if the factor2 of the endsr is blank ?
in conjunction with which statements can orxx and andxx conditions be used ?
What are the functions of Remote Job Entry (RJE) ?