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 |
I know chain keyword retreive records randomly but how chain keyword exactly works internally????
how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?
1.Coding in cl to send an message? 2..What is turnover and use? What are the different levels?
How Commitment and Roll back control is used in as400, explain with real time senario ???
how do I declare a table or array in rpg iv?
1.What is the Maximum field length we can declare in RLU?? 2. What is the difference if your designing RLU using DDS and using the option 19 for the RLU??
in which journalling which attributes are necessary??/
Can more than one subfile record be displayed on one line?
Errors in Sql query will be in which state?
Setps to create .csv file on IFS folder in AS/400( V4R3)....?
program to find the number of objects used in a given program through a display.
Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?