Where the QTEMP library will get created? if the the answer
is QSYS, then howcome more than one job can create same
library name(QTEMP) in QSYS? what is the uniqueness of
QTEMP?
For example, run the below command in different workstation
WRKOBJ QSYS/QTEMP
And take 8 in the option to check the description.
both will have different info. so where(which LIB) exactly
the QTEMP is stored?
Answers were Sorted based on User's Feedback
Answer / sanjiv
Every job will have its own Qtemp.So different job will
have own qtemp with unique job number.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / dileep
Qtemp library is create when we job created on(signon) system. vice versa it gets deleted when job ends(signoff)
Is This Answer Correct ? | 1 Yes | 1 No |
How to find the list of source physical files in a library?? Is there any way to get a list??
Which keyword is used both in subfile and subfile control record format of a DSPF?
How to add a field to a PF and compile it without loss of data?
what is use of self join and which cases you will use this join
what is multiple member pf
how to update physical file using logucal file with example
Suppose I have a pf, it contains 5 members, how to access particular member data from logical file? What is the use of member in pf?
how to add a new field to a file without compiling it?
What is the interactive job?
What is the difference between access path and open data path?
In a CL Program after executing a SQL SP how to receive a Output value from the SP. Just to make it clear I am sending 2 input and 1 output parameter to the SQL Stored Procedure. Now while receiving it output parm it is failing.
how to know total no of records in pf with out using sql??????