Hello ...
I have 4 stored procedures in QMF. Each linear procedure runs the following steps:
1. Sets global variables
2. Runs an SQL query
3. Displays the result set in a pre-defined QMF form
Two of the queries prompt the user to enter a date so I assume that my JCL will have to have a variable the user enters prior to submitting the job.
My objective is for the end-user to submit 1 JCL job and have the 4 different QMF procs executed and the result set exported/printed to a data set (or multiple data sets, whichever is easer).
I've seen other users do this, but I was unable to find any help at ibm.com. I assume this is due to my lack of experience with JCL and not enough knowledge of more advanced functions such as this (developers at my organization don’t usually like to share their knowledge with other non-programming staff).
If anyone could help or point me to some documentation that could, it would be much appreciated.
Thank you in advance ...
Kent
I have 4 stored procedures in QMF. Each linear procedure runs the following steps:
1. Sets global variables
2. Runs an SQL query
3. Displays the result set in a pre-defined QMF form
Two of the queries prompt the user to enter a date so I assume that my JCL will have to have a variable the user enters prior to submitting the job.
My objective is for the end-user to submit 1 JCL job and have the 4 different QMF procs executed and the result set exported/printed to a data set (or multiple data sets, whichever is easer).
I've seen other users do this, but I was unable to find any help at ibm.com. I assume this is due to my lack of experience with JCL and not enough knowledge of more advanced functions such as this (developers at my organization don’t usually like to share their knowledge with other non-programming staff).
If anyone could help or point me to some documentation that could, it would be much appreciated.
Thank you in advance ...
Kent