I have two sessions S1 & S2 under this 3 jobs(say j1,j2,j3
under session S1) And 2 jobs(Say j4, j5 Under session S2)is
running. How many QTEMP & how many LDA will create for the
same.
Answers were Sorted based on User's Feedback
Answer / naveen chandra joshi
For two sessions 2 LDA and 2 QTEMP will be created. Wihtin
the first session, 3 jobs are submitted so that these 3
jobs will have their own QTEMP (3 QTEMP) and LDA (3 LDA).
Second session submitted 2 jobs so that this will have its
own QTEMP (2 QTEMP) and LDA (2 LDA).
Total numbers of LDA and QTEMP will be 7 and 7 respectively.
| Is This Answer Correct ? | 37 Yes | 0 No |
Answer / mahadev
7 qtemp and 2 LDA is correct Answer.
For any job submission done through interactive session the
LDA of interactive session gets copied in submitted job.
(System does not create new LDA for submitted job).
For the jobs j1,j2,j3 submitted through s1, will take LDA of
s1 but new qtemp gets created for each job.
For the jobs j4,j5 submitted through s2, will take LDA of s2
but new qtemp gets created for each job.
The final count of qtemp will be 7 qtemp and 2 LDA.
Qtemp for job - s1, s2, j1, j2,j3,j4,j5
LDA for only - s1 and s2.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / ak
one qtemp for one session and another qtemp for another session.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / deepika
this is the right ans...
7 QTEMP and 2 data area's
| Is This Answer Correct ? | 3 Yes | 9 No |
How can we override a file during runtime in rpg?
Hi,This is raju.Can any body give me the real experience answer for this question? 1.What is the significance of *MAP and *DROP in the CPY command?
I have to change a program. This program is calling a subroutine mor than 100times within it. so will it have any performance issue? if yes than what changes i can make. Thanx for ur valuable answer.
What is the difference between iter and do?
what is the necessary command needed before OPNQRYF and why?
I have one cl program which calls two rpg programs named a & b. I am loading a run time array in Pgm A and the control comes back to cl pgm. i call pgmb and I want to read the runtime array in pgmb which was loaded in pgma. How it can be acheived. I should not use any intermediate file or dataarea to store the loaded values.
HI, 1: WHAT IS THE FUNCTION OF %KDS?WITH PROGRAMMING CODES EXAMPLE 2: WHAT IS THE FUNCTION OF Z-ADD AND Z-SUB ? WITH PROGRAMMING CODES EXAMPLE
What is the purpose of PUTOVR keyword?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
1.I Have a physical file , i want to read the data from the each and every member of the File in the CL Program.How do you achieve this. 2.How do you do the same in RPG?. do think is it possible to read data from all the members in the RPG?
what is plat file?
1.String operatio such as moving the characters to the variables? 2.what are the building functions for check file longs? 3.which of the following methods will make externally describe file fields available to a program? A: A/copy statement that specifies the library file and member of the field reference file source code B: A data structure definition specification that names the file on the EXTNAME keyword C: A data structure definition specification that names the file on the IMPORT keyword? D: A Definition specification for each desired field with the REFFLD keyword