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



I am working in session1 ans session2. In session1 3 jobs are running. In session2 2 jobs are runni..

Answer / swadesh

For Session1- 1 LDA + 1 QTemp
For Session2- 1 LDA + 1 QTemp
In Session1 3 Jobs running..
So 3 LDA+ 3 QTemp
In Session2 2 Jobs is running..
So 2 LDA + 2 QTemp
Total LDA 1+3+2=7
Total QTemp 1+3+2=7

Is This Answer Correct ?    7 Yes 2 No

I am working in session1 ans session2. In session1 3 jobs are running. In session2 2 jobs are runni..

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

I am working in session1 ans session2. In session1 3 jobs are running. In session2 2 jobs are runni..

Answer / swadesh

Sorry!! Correction in above
Total LDA 2+3+2=7
Total QTemp 2+3+2=7

Is This Answer Correct ?    5 Yes 4 No

Post New Answer

More IBM AS400 AllOther Interview Questions

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

2 Answers   IBM,


What is array in as400? What are the types of array?

1 Answers  


what is multijoin logical file? what are the keywords available in joinlogical file? what are the mandatary keywords for joinlogical file? explai the keywords?

2 Answers   HCL,


how can send report to user through cl program in as400

1 Answers  


what does defn do?

1 Answers   IBM,


How to create an Access path in Synon/2E ?

1 Answers  


i want to display the 10000 record in a subfile by using loadall , can we do it?

10 Answers   CybAge,


what are the various types of device files?

2 Answers   IBM,


Can you summarize the steps I have to go through in writing my first cgi?

1 Answers   IBM,


What is Spool file, Why is it required?

1 Answers  


What are the different types of access paths maintained on the file?

1 Answers  


what is a keyed physical file?

2 Answers   IBM,


Categories