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
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
What is difference between bind by copy and bind by reference?
are there any useful c runtime apis that I can call from rpg iv?
how do I play {insert rpg system here}?
How can we know running job is batch or interactive?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
how do you use commitment control in rpg?
is this a rpg channel?
What is the purpose of record level identifier?
what is the difference between do while and do until?
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
how can I tell when to replace the array?
What is ment by record level identifier?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?