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 are the valid data types in Data Queue?

1 Answers  


not all command typed on command line are cl command? true r false

3 Answers  


what is the purpose of putovr (put with explicit override) keyword?

1 Answers   IBM,


How to genarate the reports?

1 Answers  


how to change job priority when it is running in sub system ?

11 Answers   IBM,






what is qcmdexc?

1 Answers   IBM,


Can we add or remove the module object from service Program..and how...?

4 Answers  


How can I automate sftp commands(ls & get) in CL program.. If I want to write two scripts one for each command... can u plz tell where the script should be written? & what will be the content of each scripts?

1 Answers  


What is the difference between Physical and Logical files ?

1 Answers  


What is a query can be displayed without saving it?

0 Answers   IBM,


What is the use of E specification in RPG?

1 Answers  


why we sometimes use same file name in FILE and TOFILE in OVRDBF and sometimes different??please tell

3 Answers  


Categories