|
Carl, My recollection is that the inclusion of a data file does not need any end-of-file designation. The file will be included in your stream and then control will be returned to the jobstream. The '.. EOF' instruction signals the end of your RJE input stream. So your code is executing as designed. That instruction will terminate a job even if encountered in the middle of an input stream. If you want end-cards included in your data, perhaps you could send a second file which contains just those two records. Should I be embarrassed that I remember this stuff? Golly, it's been years. Regards, Andy Nolen-Parkhouse > //TCEMF8NO JOB (IC17,NDC2),'COMPANY NAME',CLASS=1,MSGCLASS=D, > // MSGLEVEL=(1,1),PRTY=9 > /*ROUTE PRINT N1R7439 > // JCLLIB ORDER=XXXX.AYYYPRD.PROCLIB > //STEP1 EXEC TSTCEQ02 > //CARRDATA DD * > .. READFILE FILE(DATAFILE) MBR(*ALL) > .. EOF > /* > // > > > Above is a JCL set that I submit to a partner that we are still doing dial > up MS/RJE over SNA. The beginning JCL cards get sent fine (thru the > //CARRDATA DD * card) and the data that is in file DATEFILE gets sent in > its > entirety. After the data is sent and I hit EOF, I want to send a /* and a > // card to terminate the data. I have scoped the line and do not see > these > cards being sent and the partner does not see them either. Anyone have > any > suggestion as to how to do this, beside put the 2 JCL cards are the end of > the file in DATAFILE. > > Thanks in advance. > cjg > > Carl J. Galgano
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.