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.
Answer Posted / 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 |
Post New Answer View All Answers
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
is this a rpg channel?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
When it is desirable to describe files Internally?
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
How can we override a file during runtime in rpg?
what is file information data structure?
are there any useful c runtime apis that I can call from rpg iv?
how can I tell when to replace the array?
How to call one program from another program in RPG? please help me with the code
What is the purpose of record level identifier?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique