Re: I/O error substituting symbols in sysin

2016-12-13 Thread Paul Gilmartin
On Tue, 13 Dec 2016 15:29:53 -0500, John Clifford wrote: >I was always under the impression that any DD * implied lrecl=80 only. >Adding a lrecl=222 should cause the i/o error. No > I believe that restriction was removed about z/OS 1.5 JES2. Just TSO SUBMIT hasn't heard about it yet. And

Re: I/O error substituting symbols in sysin

2016-12-13 Thread John Clifford
@LISTSERV.UA.EDU] On > Behalf Of Paul Gilmartin > Sent: Tuesday, 13 December 2016 1:14 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: I/O error substituting symbols in sysin > > On 2016-12-12, at 00:56, Anthony Thompson wrote: > > > Ran this JCL : > > > &

Re: I/O error substituting symbols in sysin

2016-12-13 Thread Paul Gilmartin
On Tue, 13 Dec 2016 01:40:07 +, Anthony Thompson wrote: > >So you've got an 80-byte SYSUT1 input but you're telling the system it's >really 222 bytes. Bang. I/O error. > >I put the same JCL above into a dataset with LRECL 222 and submitted it to an >internal reader via IEBGENER (ICEGENER).

Re: I/O error substituting symbols in sysin

2016-12-12 Thread Paul Gilmartin
On Tue, 13 Dec 2016 01:40:07 +, Anthony Thompson wrote: >Pardon for getting the input wrong. New JCL: >// >// EXPORT SYMLIST=* >// SET TEST='THIS IS THE VALUE OF THE SUBSTITUTED STRING.' >//STEP1

Re: I/O error substituting symbols in sysin

2016-12-12 Thread Anthony Thompson
@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent: Tuesday, 13 December 2016 1:14 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: I/O error substituting symbols in sysin On 2016-12-12, at 00:56, Anthony Thompson wrote: > Ran this JCL : > > // > // EX

Re: I/O error substituting symbols in sysin

2016-12-12 Thread Bill Woodger
Urban Dictionary (one of several definitions) frig (Term used by engineers) To make a rough-and-ready, quick-and-dirty adjustment to something to make it work or to make it operate in a particular way. To adjust manually for a particular purpose. Can be used of a physical device but also of

Re: I/O error substituting symbols in sysin

2016-12-12 Thread Paul Gilmartin
On 2016-12-12, at 00:56, Anthony Thompson wrote: > Ran this JCL : > > // > // EXPORT SYMLIST=* > // SET TEST='THIS IS THE VALUE OF THE SUBSTITUTED STRING.' > //STEP1EXEC PGM=IEBGENER > //SYSUT1DD

Re: I/O error substituting symbols in sysin

2016-12-12 Thread Charles Mills
: Monday, December 12, 2016 2:02 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: I/O error substituting symbols in sysin More computing history. "Frig". No, it doesn't mean what those across the water may think. A particular UK-computing term, not sure of the origins, and it certainly "sur

Re: I/O error substituting symbols in sysin

2016-12-12 Thread Bill Woodger
More computing history. "Frig". No, it doesn't mean what those across the water may think. A particular UK-computing term, not sure of the origins, and it certainly "surprised" me when I cam across the use of the word as a 17-year-old trainee who happened to know the "other" meaning. "I'm going

Re: I/O error substituting symbols in sysin

2016-12-12 Thread Anthony Thompson
/O error substituting symbols in sysin So that would be an ordinary 80-byte SYSIN, data within 80 bytes. Not what Paul is trying. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists

Re: I/O error substituting symbols in sysin

2016-12-12 Thread Bill Woodger
So that would be an ordinary 80-byte SYSIN, data within 80 bytes. Not what Paul is trying. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: I/O error substituting symbols in sysin

2016-12-11 Thread Anthony Thompson
. Ant. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent: Saturday, 10 December 2016 5:56 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: I/O error substituting symbols in sysin On Fri, 9 Dec 2016 09:47:17 -0700, Lizette

Re: I/O error substituting symbols in sysin

2016-12-11 Thread Paul Gilmartin
On 2016-12-09, at 09:56, Farley, Peter x23353 wrote: > > For myself, I have no need to explore or use such edge cases. All my symbol > substitutions stay within the "classic DD *" limit of 80 bytes after > substitution (IDCAMS input to delete/define VSAM files with special > characteristics

Re: I/O error substituting symbols in sysin

2016-12-09 Thread Paul Gilmartin
On Fri, 9 Dec 2016 09:47:17 -0700, Lizette Koehler wrote: >What does your SYSUT2 DD statement look like? >Typically SYSUT1 is copied to SYSUT2 JCL statements. >I only see SYSUT1 > The problem occured on SYSUT1 and the message mentioned SYSUT1. I don't believe it ever wrote to SYSUT2, so I

Re: I/O error substituting symbols in sysin

2016-12-09 Thread Farley, Peter x23353
- Well, don't do that!" Peter -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent: Friday, December 09, 2016 11:40 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: I/O error substituting symbols in sysin A job s

Re: I/O error substituting symbols in sysin

2016-12-09 Thread Lizette Koehler
UA.EDU] On > Behalf Of Paul Gilmartin > Sent: Friday, December 09, 2016 9:40 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: I/O error substituting symbols in sysin > > A job step containing: > > // EXPORT SYMLIST=* > // SET TEST='This is the value of the substituted stri

I/O error substituting symbols in sysin

2016-12-09 Thread Paul Gilmartin
A job step containing: // EXPORT SYMLIST=* // SET TEST='This is the value of the substituted string.' //STEP1EXEC PGM=IEBGENER //SYSUT1DD *,SYMBOLS=JCLONLY,DCB=LRECL=222 This is a test of symbol use in instream data sets. Test here: //* This is a test of symbol use in instream