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
what do you mean by an input subfile, what are the keywords required?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
can you debug ile rpg program using isdb?
How many program bind in one module....
what is the rpg system?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
how do you use commitment control in rpg?
what is the procedure and explain about real time scenario.
Explain mdt?
what was the robotech rpg?
what is file information data structure?
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
can I touch the array during treatments?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.