how can i pull up a query which was previously stored in qmf
Answers were Sorted based on User's Feedback
Answer / piyush mani
I think there is no way to fetch previous queries in qmf it can b done in spufi.
wt ur feed back.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / prabhas
if you know the mainframe user id where you have stored the
query , then give command LIST ALL and press enter it will
show you all the query stored in that user id.
please post the correct answer if i am wrong....
| Is This Answer Correct ? | 2 Yes | 2 No |
Highlight all the advantages that are attached to a package.
What is the difference between CS and RR isolation levels?
What is error -818 in db2. where can you find the timestamp of the DBRM and the source code.( precompile puts the timestamp on dbrm and source code correct?)
What else is there in the PLAN apart from the access path?
how can we find nth max salary from A table
What is a precompiler?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
What is an alias?
What is load utility in db2?
how do you resolve -805?
What is meant by union and union all?
OUTER JOINS USED TO GET MATCHING AND NONMATCHING ROWS FORM 2 OR MORE TABLES BASED ON COLUMNS. SIMPLE JOINS ALSO DO THE SAME THEN WHAT IS THE USE OF OUTER JOINS.