How to execute a query in qmf at a particular time?
Answer / Abhishek Kumar Bajpai
To schedule a QMF job, you can use the Command Line Interface (CLI) or Job Control Language (JCL). Here's an example of JCL that schedules a QMF job:
```
//YourJob JOB(QMF),
// QUAL=USER,
// REGION=(AALR=128K,RLSE=128K),
// CLASS=C,
// DDNAME=MYDDNAME,
// INPUT='/qmf_job.jcl'
```
Replace MYDDNAME with your desired DDNAME and the content of /qmf_job.jcl should contain the QMF command to execute.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to excute a querry in QMF at a perticular time.
WHICH ONE IS BETTER EITHER SPUFI OR QMF?
How to Save a Query?
How to Build a Row Condition?
How to run a query using Run Query?
How many types of queries does QMF offers?
What is the purpose of RUN Command?
How to Save Your Profile?
How many Query Options are there?
How to Add Comments to a SQL Query?
How to execute a query in qmf at a particular time?
What are Naming Standards in QMF?