Link to home
Start Free TrialLog in
Avatar of tab13
tab13

asked on

QMF SQL Text - Where is the SQL stored?

IBM's Query Management Facility (QMF) allows users to create/store queries created in SQL. For example:

     SELECT * FROM TABLENAME

Easy stuff.  The user can store the the query in QMF as USERNAME.QUERY1, for example.

My question is: in which table is the literal SQL, a.k.a. USERNAME.QUERY1, stored? (I am NOT looking for the results of the query, but the SQL text).

I hope my question is clear enough for all to understand.
ASKER CERTIFIED SOLUTION
Avatar of sachinwadhwa
sachinwadhwa
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial