On Fri, 11 Jan 2013 15:03:51 -0600, Mark Zelden <[email protected]> wrote:

>Well, I do see a typo in the DDname, which is one of the things I mentioned
>in my last reply:
>
>> "EXECIO * DISKW DLBUT1 (OPEN)"
>> "ALLOC DSNAME('"||dsname||"') DDNAME(BLDUT1) OLD "
>
I like to use, when convenient:

    signal on novalue
    call BPXWDYN( 'alloc rtddn(MYDD) ...' )
    'EXECIO 1 DISKR' MYDD '(...'

which makes such errors glaringly obvious.  It also avoids the need
for random DD names which I've seen in some of your macros.  Let
SVC 99 do the dirty work instead.

>But what Paul just wrote could apply too.     
> 
Oh, about the other stuff, and the RC(-3), yes.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to