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 |
Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possible steps. Thanks
1.What is the Maximum field length we can declare in RLU?? 2. What is the difference if your designing RLU using DDS and using the option 19 for the RLU??
How can we change element of compile time array?Can we do so
what will happen two jobs have same name are submitted
please guys help me,I need to write a program that shows more than one way to display a subfile. Both views are of the same file but sorted differently and show different fields of the same file when the user presses a function key. send me code
How can read PF in reverse order (end to start) in CL pgm..
WHAT IS MEANT BY SIGNATURE VAILOTION ERROR
In how many ways a session/device error occurs,,, and what is the remedy for it?
We have a Physical file, after reading 5 records,it has to read LF of that same Physical file,Will it start reading from Ist record or will start reading from 5th record?
Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?
what are the array operations?
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?