On Mon, 26 Jul 2010 00:23:01 EDT, Ed Finnell <[email protected]> wrote:

>
>In a message dated 7/25/2010 10:50:46 P.M. Central Daylight Time,
>[email protected] writes:
>
>Where do I go from here?
>>>
>DD DUMMY
>
That suppressed the GIM28306S so I could focus on the missing
SET BOUNDARY.

OK.  I had merged two jobs.  The first contained:

    //SMPCNTL  DD  DDNAME=SYSIN

The second contained:

    //SMPCNTL  DD  *
        SET BOUNDARY(GLOBAL) ... .
    /*

There was _NO_ "//SYSIN DD ..." anywhere.

Removing the first //SMPCNTL solved the problem.

I hate JCL!  I should have gotten at least 2 errors reported:

o Duplicate SMPCNTL DD

o Unresolved DDNAME=SYSIN reference.

Of course, with no SET BOUNDARY, SMP/E couldn't find a DDDEF
for SMPLOG.  It could have reported the lack of SET BOUNDARY
on SMPOUT before trying to open SMPLOG.  I don't like SMP/E
very much either, except twice a month.

Thanks,
gil

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

Reply via email to