How to print output from openquery in as400 ?
Answer Posted / ericles daltonious
OPNQRYF FILE((LIBRARY/INFILE)) QRYSLT('Selection')
CPYFRMQRYF FROMOPNID(INFILE) TOFILE(LIBRARY/OUTFILE)
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
how do I preserve and clean the array?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
what is file information data structure?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
How to declare the pull button in AS/400..
What is difference between bind by copy and bind by reference?
what is the rpg system?
what is *place and *auto keyword in prtf ?plz explain
Explain mdt?
how can you display specific subfile page on the screen in unequal subfile?
can I touch the array during treatments?
can you debug ile rpg program using isdb?
how do you use commitment control in rpg?
what is program status data structure?
how do I declare a table or array in rpg iv?