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 |
wat is meant by hidden field , why it is used?
Can we have a Physical file without any member ? Please let me know
Are all these RPG/400 Interviewed Questions being asked recently? are current?
How can we receive values from a called procedure in CL?
Hi, Can any body tell me ur experience on this questions? Questions: 1.what is the use of SFLRCDNBR other than subfile page display? 2.Which of the following operation cannot be used in conjuction with a file coded as device type disk?
Write a program to display prime numbers between 1 to 100 using RPGLE.
Can we found a record existance in a file w/o reading the file?
6 Answers Traitsys Technologies,
what is the difference between the procedure and module in ILERPG?
How do I link an existing logical file to it's Physical File without recompiling?
What will happen if we r using seton lr after return or vice versa.
I have one cl program which calls two rpg programs named a & b. I am loading a run time array in Pgm A and the control comes back to cl pgm. i call pgmb and I want to read the runtime array in pgmb which was loaded in pgma. How it can be acheived. I should not use any intermediate file or dataarea to store the loaded values.
what is *place and *auto keyword in prtf ?plz explain