> I'm trying to create a zap for a C main. The binder has designated > the C main is in a $private code. What's the AMASPZAP NAME card for > private code? Alternatively can I force a name on the CSECT? > > Here's the link map output from the binder > > OFFSET OFFSET NAME TYPE LENGTH DDNAME SEQMEMBER > > 0 $PRIV000010 CSECT 410 XMLRPC 01TESTDCAL > 88 88 main LABEL > > The name card should be something like > > NAME TESTDCAL TESTDCAL C_CODE > > but that doesn't work. A CSECT name of $PRIVATE, $PRIV000010, or > anything else I can think of doesn't work either.
How about NAME TESTDCAL * or NAME TESTDCAL * C_CODE I am not a C programmer, so that is just my best guess based on the AMASPZAP documentation for the NAME statement. For a program object, AMASPZAP invokes IGWSPZAP, which is owned by the Binder component. Jim Mulder z/OS System Test IBM Corp. Poughkeepsie, NY ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
