IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Regarding QMF(Query Management Facility)


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
suresh111

New User


Joined: 14 Feb 2005
Posts: 17

PostPosted: Tue Feb 16, 2010 2:11 pm
Reply with quote

Hi,

I have a large Query in my PS. I want to copy that SQL to SQL QUERY in QMF for execute that query. Could you please suggest me How can I retrieve My Query from PS to QMF.

Thanks for your help in advance.
Regards,
Suresh
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Tue Feb 16, 2010 2:38 pm
Reply with quote

Hi,

Open the PS which contains the query; Copy it using CUT command. In QMF, issue "EDIT QUERY" on command line and there just PASTE it. And press PF3 to come back...

Makes any sense?
Back to top
View user's profile Send private message
prem_ibm

New User


Joined: 15 Sep 2007
Posts: 31
Location: Chennai

PostPosted: Tue Feb 16, 2010 4:05 pm
Reply with quote

Hi

in QMF give below on command line
IMPORT SQL FROM 'PS NAME' enter.....

it will take that SQL Query in QMF pannel....hope it wil help to u.


Thanks

Prem
Back to top
View user's profile Send private message
suresh111

New User


Joined: 14 Feb 2005
Posts: 17

PostPosted: Tue Feb 16, 2010 7:08 pm
Reply with quote

Hi Gnana Sekaran,
Thanks a lot, it is working fine.

Regards,
Suresh
Back to top
View user's profile Send private message
suresh111

New User


Joined: 14 Feb 2005
Posts: 17

PostPosted: Tue Feb 16, 2010 7:12 pm
Reply with quote

Hi Prem,
As you said that I tried but it is showing that "SQL cannot be imported"

Regards,
Suresh
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Feb 16, 2010 7:31 pm
Reply with quote

Use "IMPORT QUERY FROM 'PS NAME' ".

"SQL" is not a valid object-name in this context. Only QUERY, FORM, PROC, TABLE, or DATA can be imported.
Back to top
View user's profile Send private message
suresh111

New User


Joined: 14 Feb 2005
Posts: 17

PostPosted: Wed Feb 17, 2010 3:40 pm
Reply with quote

Hi Anju,
Thank You.
It is working fine.

Regards,
Suresh
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Feb 17, 2010 4:25 pm
Reply with quote

You're welcome ..icon_smile.gif

PS> Spelling of my name is Anuj.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts RC query -Time column CA Products 3
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
No new posts Issue with EXEC CICS QUERY SECURITY c... CICS 6
Search our Forums:

Back to Top