× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



DBU & DFU was unavailable on my system.
EDTF was looking for a stream file and this is not what I wanted to update.
I created a quick REXX to populate the PF.
One the JCL was updated I was able to run my manual FTP process and successfully send the file to JES.

So my next issue is when running the below REXX it builds the STDOUT but I do not see the OUTPUT from the DIR command.
Can someone explain why I do not see the output from the script?
This is the command used to run script.
STRREXPRC SRCMBR(FTPIMGTRIG) SRCFILE(QREXSRC)



'CLRPFM FILE(SYSTEMS/TEMP) MBR(IMGFTPIN)'
'CLRPFM FILE(SYSTEMS/TEMP) MBR(IMGFTPOUT)'
'OVRDBF FILE(STDOUT) TOFILE(SYSTEMS/TEMP) MBR(IMGFTPIN)'

/* The Say statements below are written to overridden STDOUT file above. */

Say 'SYST012 WNBXXXXX'
Say 'bin'
Say 'cd SYST012'
Say 'lcd SYST012'
Say 'dir'
*/
'DLTOVR FILE(STDOUT)'
'OVRDBF FILE(INPUT) TOFILE(SYSTEMS/TEMP) MBR(IMGFTPIN)'
'OVRDBF FILE(OUTPUT) TOFILE(SYSTEMS/TEMP) MBR(IMGFTPOUT)'
'FTP RMTSYS('10.50.10.10') PORT(21)'
Exit
************************************************
This E-Mail transmission (and/or the documents accompanying it)
may contain information belonging to the sender which is confidential,
privileged and/or exempt from disclosure under applicable law. The
information is intended only for the use of the individual(s) or entity
named above. If you are not the intended recipient, you are hereby
notified that any disclosure, copying, distribution or the taking of any
action in reliance on the contents of this information is strictly
prohibited. If you have received this E-Mail transmission in error,
please immediately notify us by return E-Mail or telephone to arrange
for return of its contents including any documents.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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.