What Are The Types of Data Areas
What Are The Types of Data Areas
Ans:User defined Data Area, Local Data Area (LDA), Group Data Area (GDA),
Program Initialization Parameter (PIP) Data Area.
What is LDA?
Ans:LDA is created by the system for each job in the system, including auto-start
jobs, jobs started on the system by a reader, and subsystem monitor jobs.
What is GDA?
Ans:The system creates a GDA when an interactive job becomes group jobs. Only
one GDA can exists for group.
How to change file attributes such as size, file wait time, record wait time
etc. , permanently?
Ans:Using CHGPF command
What the difference between Source Physical File and Physical File?
Ans:A Source Physical File contains the source for the various objects created this
file has specific structure. A Physical File contains data, and the record format can
be different for different physical files.
What is the default value for the number of increment for the physical
file?
Ans:Three
What are the different ways to input data into data area?
Ans:CHGDTAARA (using CL)
Using OUT opcode in RPG