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 are the record format field mapping options in cpyf?
what opcode could be used to test an alphanumeric field for all numeric values?
what is the use of CPYFRMQRYF?
name few ibm supplied libraries?
How to reverse a string using RPG?
what is the version of os/400 that we have?
What is primary file? How many primary file can be declared in a RPG program?
1) Can we declare a Display file in CL? 2) How many no. of files can be declared in a CL? 3) What is Non-Join Logical file and its importance?
what is a non-join logical file?
What is field reference file?
Determine the value of the result field a. Cost = $110. 00 b. Tax = 20% c. MarkUp= 05% d. Sale = 10%
what are the uses of factor1, factor2 and result field for the rpg operation code parm?