This is just a curious question about how the JCL DD SUBSYS paramater works.
With BLSR you allocate a file to use BLSR with something like this:

//INETACC  DD SUBSYS=(BLSR,'DDNAME=INETACC@ MSG=I',    
//         'RMODE31=ALL BUFND=256 BUFNI=64 DEFERW=YES')
//INETACC@ DD DSN=&DSNENV..INET.INETACC,               
//            DISP=SHR                                 

Is there a specific reason why its not the more obvious (to me!) way like this?

//INETACC  DD DSN=&DSNENV..INET.INETACC,DISP=SHR,
//         SUBSYS=(BLSR,'MSG=IRMODE31=ALL BUFND=256 BUFNI=64 DEFERW=YES')


Frank


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to