how to excute a querry in QMF at a perticular time.
Answers were Sorted based on User's Feedback
Answer / aniket goel
QMF is a query management facility..
You just need to press F2 to run the query in QMF.
Is This Answer Correct ? | 16 Yes | 1 No |
Answer / knobi
Create a job to run at specific time calling your query by a
proc.
Is This Answer Correct ? | 11 Yes | 4 No |
Answer / vijay
step1
in ispf pannel press 9 next hit enter
then we will get qmf starting menu
I MISSED ONE STEP IN ABOVE EXPLANATION SORRYY FOR THAT CHECK
THIS ONE..................
step2
then press f6
then we will enter into ibm utilities
in that press select qmf
then qmf pannel
then write a query
suppose
select * from table name;
press f2 it takes some time to do process
then we will get selected table detail.
this is the way iam doing in my project
if you had any doubts contact me
mf.vijay@yahoo.com
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vijay
step1
in ispf pannel press 9 next hit enter
then we will get qmf starting menu
step2
then press f6
then we will enter into thw qmf pannel
then write a query
suppose
select * from table name;
press f2 it takes some time to do process
then we will get selected table detail.
this is the way iam doing in my project
if you had any doubts contact me
mf.vijay@yahoo.com
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / laxman
first enter the qmf panel,
and write a query and press f2
query is executed
Is This Answer Correct ? | 0 Yes | 0 No |
What is Structured Query Language (SQL)?
How to view the Results of a Query?
How to Display the Names of Your Saved Queries?
How to Provide Column Names Using the DRAW Command ?
How to Save Your Profile?
What are Naming Standards in QMF?
How to Erase a Query?
How to List the Available Tables?
How to Get Information About the Tables?
How to Canceling out of the Dialog Panel?
How to Create a Prompted Query?
What are differences between QMF and SPUFI?