Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AS400 query manager 1

Status
Not open for further replies.

zaker25

Technical User
Mar 9, 2003
13
0
0
AE
Can anyone tell me the link where I can find the information about AS400 query manager.Information how to create the query and etc.Thanks
 
AS400 Query Manager is used to run SQL statements which are saved
within members of Source Physical Files.

After entering the SQL statements into a member, the following
three commands can be used to Create, Start (Run) and the Delete
the query.

CRTQMQRY QMQRY(LIB/QRYMBR) SRCFILE(LIB/SRCFILE) REPLACE(*YES)
STRQMQRY QMQRY(LIB/QRYMBR)
DLTQMQRY QMQRY(LIB/QRYMBR)

Listed below is a link to an article regarding using
AS400 Query Manager:


- vbMax
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top