Accessin system symbolics from assembler

2005-07-21 Thread Bauer, Bobby (NIH/CIT)
We have defined some system symbolics that I'd like to be able to test from
an assembler program. I haven't found a macro to give me the info but I have
found ECVTSYMT which is a pointer to the table. I took a dump to look at the
format of the table and it is a mystery to me. Anybody know how to format
this table.

Thanks  

Bobby Bauer
Center for Information Technology
National Institutes of Health
Bethesda, MD 20892-5628
301-594-7474
Contractor 
 

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


Re: Accessin system symbolics from assembler

2005-07-21 Thread Gary Green
Do a search in SAMPLIB for ASASYMBM.  You should see a sample of how to gain
access to the symbols in the system.  If need be, I think I have a block of
code to parse the in-core (how long has it been since anyone used that term
-core-) table.

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Bauer, Bobby (NIH/CIT)
Sent: Thursday, July 21, 2005 8:48 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Accessin system symbolics from assembler

We have defined some system symbolics that I'd like to be able to test from
an assembler program. I haven't found a macro to give me the info but I have
found ECVTSYMT which is a pointer to the table. I took a dump to look at the
format of the table and it is a mystery to me. Anybody know how to format
this table.

Thanks  

Bobby Bauer
Center for Information Technology
National Institutes of Health
Bethesda, MD 20892-5628
301-594-7474
Contractor 
 

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

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.9.2/53 - Release Date: 7/20/2005
 

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


Re: Accessin system symbolics from assembler

2005-07-21 Thread Bauer, Bobby (NIH/CIT)
Thanks Gary. The ASASYMBM routine looks to be just what I need.

Bobby Bauer
Center for Information Technology
National Institutes of Health
Bethesda, MD 20892-5628
301-594-7474
Contractor 


-Original Message-
From: Gary Green [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 21, 2005 9:08 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Accessin system symbolics from assembler

Do a search in SAMPLIB for ASASYMBM.  You should see a sample of how to gain
access to the symbols in the system.  If need be, I think I have a block of
code to parse the in-core (how long has it been since anyone used that term
-core-) table.

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Bauer, Bobby (NIH/CIT)
Sent: Thursday, July 21, 2005 8:48 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Accessin system symbolics from assembler

We have defined some system symbolics that I'd like to be able to test from
an assembler program. I haven't found a macro to give me the info but I have
found ECVTSYMT which is a pointer to the table. I took a dump to look at the
format of the table and it is a mystery to me. Anybody know how to format
this table.

Thanks  

Bobby Bauer
Center for Information Technology
National Institutes of Health
Bethesda, MD 20892-5628
301-594-7474
Contractor 
 

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

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.9.2/53 - Release Date: 7/20/2005
 

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

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


Re: Accessin system symbolics from assembler

2005-07-21 Thread Rob Scott
If you know the name of the symbol and just want to replace it - use
ASASYMBM - documented in Assembler Services Ref.

If you want an example of processing the ECVTSYMT - see the LISTSYM
program on my personal website (www.mximvs.com) - it is in the REXX
Functions Download section.

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Bauer, Bobby (NIH/CIT)
Sent: 21 July 2005 08:48
To: IBM-MAIN@BAMA.UA.EDU
Subject: Accessin system symbolics from assembler

We have defined some system symbolics that I'd like to be able to test
from
an assembler program. I haven't found a macro to give me the info but I
have
found ECVTSYMT which is a pointer to the table. I took a dump to look at
the
format of the table and it is a mystery to me. Anybody know how to
format
this table.

Thanks  

Bobby Bauer
Center for Information Technology
National Institutes of Health
Bethesda, MD 20892-5628
301-594-7474
Contractor 
 

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

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


Re: Accessin system symbolics from assembler

2005-07-21 Thread Mark Zelden
On Thu, 21 Jul 2005 08:47:42 -0400, Bauer, Bobby (NIH/CIT)
<[EMAIL PROTECTED]> wrote:

>We have defined some system symbolics that I'd like to be able to test from
>an assembler program. I haven't found a macro to give me the info but I
have
>found ECVTSYMT which is a pointer to the table. I took a dump to look at
the
>format of the table and it is a mystery to me. Anybody know how to format
>this table.
>
>Thanks
>

You can see how via REXX in my IPLINFO exec, but I suggest you use
the ASASYMBM service for assembler.  See the assembler services
manuals for details.

Regards,

Mark
--
Mark Zelden
Sr. Software and Systems Architect
Zurich North America and Farmers Insurance Group
mailto: [EMAIL PROTECTED]
Systems Programming expert at http://Search390.com/ateExperts/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

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