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 does check opcode is used?
how can see logical file based on which physical file and vice versa
how can you check for a records existence without causing and i/o (chain/read)?
what is the maximum number of parameters allowed in clp?
Is it necessary to define all formats ? Which are mandatory and which are Optional ?
What is the purpose of OVRATA keyword ?
A phisical file has two fields like 1) Account No(10,0) 2)Phone No(15,0)Unique on both fields?Please give me the answer for this?
How do you set the keywords SFLSIZ and SFLPAG if you want the subfile to dynamically expand?
whare we can use IN AND OUT AND UNLCK opcodes?please can any body tell me in real time senario with example
how can I automatically refresh a web page?
how can you detect overflow for a print program that prints multiple lines per cycle?
What are the different types of access paths maintained on the file?