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 |
Why journalling is compulsory before commitment control?
Why we create the Physical File Member?
one physical file can have how many max of logical files? what is the primary file?
what is multiple member pf
what is exception and how many types of exception
What is the difference between access path and open data path?
wirte a simple program for read file in cl
how to see number of logical files depending on a pf?...can we declare more than 20 logical files from a single pf? is it possible
Hi, Please give the answer to this question? I have Phisical file with 100 records,there is no any duplicate records in this pf.Based on this pf one Logical file i have used.But this lf is viewing only 80 records only of that pf?What is the reason for this?Please give me answer?
How to read a pf in reverse(from last record to first) using cl?
how to add a new field to a file without compiling it?
Is Constent can be define as a key field?