If I understand you correctly, you are using embedded SQL to perform your CGI 
input IO. If that is correct, then no you can not automatically force the 
output. HOWEVER you can use Query Manager Query to accomplish what you are 
asking. You can generate a source member with the SQL statements in it, issue a 
crtqmqry with that source file as the source, and then strqmqry specifying 
output *print. This will execute the sql generated and create the output. 
Depending on where you want the ooutput directed some other code will be 
necessary for overriding QPQXPRTF to that output queue. There is probably a 
slicker way to do it with all substitution variables, but off the top of my 
head this will work.


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Easy400Group/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to