How to execute a query in qmf at a particular time?



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

Post New Answer

More QMF Interview Questions

how to excute a querry in QMF at a perticular time.

5 Answers   TCS,


WHICH ONE IS BETTER EITHER SPUFI OR QMF?

5 Answers   IBM,


How to Save a Query?

1 Answers  


How to Build a Row Condition?

1 Answers  


How to run a query using Run Query?

1 Answers  


How many types of queries does QMF offers?

1 Answers  


What is the purpose of RUN Command?

1 Answers  


How to Save Your Profile?

1 Answers  


How many Query Options are there?

1 Answers  


How to Add Comments to a SQL Query?

1 Answers  


How to execute a query in qmf at a particular time?

1 Answers  


What are Naming Standards in QMF?

1 Answers  


Categories