|
On 5/3/2016 9:30 AM, Darryl Freinkel wrote:
I have a situation where I need to rebuild a system which has a
number of command and programs. I am able to tell the compiler not
to print the listing however, there does not seem to be a parameter
on the create command to tell it not to print the command.
I could add a DLTSPLF command to do it, but I would prefer to
include it in the CRTCMD.
Is there a way to do this?
This is a V5R4 system.
You could do this:
CRTPF QTEMP/PRT133 RCDLEN(133) LVLCHK(*NO)
and
OVRPRTF FILE(QSYSPRT) TOFILE(QTEMP/PRT133)
Then, run your CRTCMD as usual. Instead of generating a spool file,
it will write the output into the QTEMP PRT133 file.
Hope that helps,
This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.