I am working in session1 ans session2. In session1 3 jobs
are running. In session2 2 jobs are running. How many LDA
and temporary files will be created?
Answers were Sorted based on User's Feedback
Answer / yogesh
A local data area is created for each job in the system,
including autostart jobs, jobs
started on the system by a reader, and subsystem monitor
jobs.
Total 5 LDA and 2 QTEMP
The following is true of a local data area:
* The local data area cannot be referred to from any other
job.
* You cannot create, delete, or allocate a local data area.
* No library is associated with the local data area.
* You cannot change the local data area in a secondary
thread.
* The ILE CL compiler generates code to ensure that a
procedure running in a
secondary thread cannot access the local data area while a
procedure running in
the initial thread is changing it.
| Is This Answer Correct ? | 3 Yes | 1 No |
What is the maximum number of subfiles that can be specified in a display file?
What is array in as400? What are the types of array?
what is multijoin logical file? what are the keywords available in joinlogical file? what are the mandatary keywords for joinlogical file? explai the keywords?
how can send report to user through cl program in as400
what does defn do?
How to create an Access path in Synon/2E ?
i want to display the 10000 record in a subfile by using loadall , can we do it?
what are the various types of device files?
Can you summarize the steps I have to go through in writing my first cgi?
What is Spool file, Why is it required?
What are the different types of access paths maintained on the file?
what is a keyed physical file?