In days of old there was a pointer to the beginning of the symbol table.  I
remember finding it before the symbol Service became a full fledged Service.

Rob Schramm

On Wed, Sep 27, 2017, 7:06 PM scott Ford <idfli...@gmail.com> wrote:

> Kirk,
>
> Yeah, I just pulled open IBM Assembler Services and looked at ASASYMBM,
> look like I can do that..
> To see if the symbolic is defined or not..
>
>
> Thank you
>
> Scott
>
> On Wed, Sep 27, 2017 at 6:48 PM Kirk Wolf <k...@dovetail.com> wrote:
>
> > Looking up the value of a symbol with ASASYMBM is a degenerate case:
> >
> > just give it an input pattern of:   "&THENAME"
> > and the output buffer will contain the value.
> >
> >
> > Kirk Wolf
> > Dovetailed Technologies
> > http://dovetail.com
> >
> > On Wed, Sep 27, 2017 at 5:28 PM, scott Ford <idfli...@gmail.com> wrote:
> >
> > > All:
> > >
> > > I need to scan the symbol table for an assigned symbolic , I looked at
> > > sys1.samplib  -- IEASYMCK and macro ASASYMBM and i see that I can
> > replace s
> > > symbolic and its value. What I need to do is scan though the table to
> > find
> > > a symbol.  I need some pointer to give me a helping hand.
> > >
> > > I read through ASASYMBM and it seems you can pass a value and length
> but
> > I
> > > dont want to replace a symbol...
> > >
> > > Any ideas ?
> > >
> > >
> > > Regards,
> > >
> > > --
> > >
> > >
> > >
> > > *IDMWORKS *
> > >
> > > Scott Ford
> > >
> > > z/OS Dev.
> > >
> > >
> > >
> > >
> > > “By elevating a friend or Collegue you elevate yourself, by demeaning a
> > > friend or collegue you demean yourself”
> > >
> > >
> > >
> > > www.idmworks.com
> > >
> > > scott.f...@idmworks.com
> > >
> > > Blog: www.idmworks.com/blog
> > >
> > >
> > >
> > >
> > >
> > > *The information contained in this email message and any attachment may
> > be
> > > privileged, confidential, proprietary or otherwise protected from
> > > disclosure. If the reader of this message is not the intended
> recipient,
> > > you are hereby notified that any dissemination, distribution, copying
> or
> > > use of this message and any attachment is strictly prohibited. If you
> > have
> > > received this message in error, please notify us immediately by
> replying
> > to
> > > the message and permanently delete it from your computer and destroy
> any
> > > printout thereof.*
> > >
> > > ----------------------------------------------------------------------
> > > For IBM-MAIN subscribe / signoff / archive access instructions,
> > > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> > >
> >
> > ----------------------------------------------------------------------
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
> --
> Scott Ford
> IDMWORKS
> z/OS Development
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
-- 

Rob Schramm

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