Isn't a STEPLIB opened before the program is loaded?  Does the DCB used
in that open override the JCL and/or the DSCB?

-----Original Message-----
From: Ted MacNEIL [mailto:eamacn...@yahoo.ca] 
Sent: Monday, August 10, 2009 11:44 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Concatenations and blocksizes

>And apparently still doesn't.  By a crude experiment:

>    //STEP    EXEC PGM=IEFBR14
>    //STEPLIB  DD  DISP=SHR,DSN=SYS1.LINKLIB,BLKSIZE=1

>Worked fine.

Of course it did!
IEFBR14 has (effectively) two instructions:

   SR 15,15
   BR 14

NO open.

>(But did I really test what I thought I tested?)

I don't think so, there used to be a minimum BLKSIZE of 18, but that's
not detected until you try to open the DSN.
No open; no error.
IEFBR14 does no open.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to