How to print output from openquery in as400 ?
Answer / ericles daltonious
OPNQRYF FILE((LIBRARY/INFILE)) QRYSLT('Selection')
CPYFRMQRYF FROMOPNID(INFILE) TOFILE(LIBRARY/OUTFILE)
| Is This Answer Correct ? | 18 Yes | 2 No |
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
How to declare the dynamic(run time) array in rpgle? can you please give example
1.find most occurrences of a character. for exm: input:aaabbbbdddddyyy output: d 5 times how can i get that?
How to declare the pull button in AS/400..
1.I have a Physical file with 100 records, No duplicates exists, all are Unique,But while i am running Runqry utility i am getting only 80 records..What could be the reason?
How can we override a file during runtime in rpg?
Can someone tell me tell me what is meant by message wait...?
3 members in a databasefile .how to read records from all the members?????????
what is the equivalent keyword for CHAIN opcode ??
Need a sql query: retrive all duplicate records in table
How do you do indexing in a physical file?
what is data area and how it is used in rpg program ?