[EMAIL PROTECTED] wrote:
          la    2,genparm1

          gencb blk=acb,ddname=meals,macrf=(key,dir,in),
                loc=any,am=vsam,
                rmode31=all,mf=(g,(2),genlen)
*********************************************************

Is MEALS the actual DDNAME, or is it an address containing the DDNAME?

If it's the latter, it needs to be specified as DDNAME=(*,meals).  As
coded above, GENCB generates the hard coded MEALS as the DDNAME.

If it's the former, I have no clue what'll happen when MVS gets the
lower case DDNAME passed on the OPEN as you specified above.

HTH,
John Sullivan
EMC Corporation

MEALS is the acutal DD name, and the lowercase-ness is
handled fine.

Just got it to work, thanks to a suggestion from
Gerhard Postpischil, see the recent posts.

Thanks for the explanation of DDNAME=(*,meals) syntax;
hadn't seen that before (including in the docs!).

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

-- to be included in our opt-in list of announcements of
-- new courses and other products and services from The
-- Trainer's Friend, send an email to [EMAIL PROTECTED]


----------------------------------------------------------------------
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