View previous topic :: View next topic
|
Author |
Message |
schippsid
New User
Joined: 04 May 2020 Posts: 7 Location: USA
|
|
|
|
I have seen posts that tell you how to use HCD to find the esoteric unit names defined on your system. What I am trying to do is to find those names within an assembler language program. Does anyone out there know of a system call that I could use to obtain that information? Or alternatively, a file or set of files that I could open in my program and search for the unit name I am looking for? |
|
Back to top |
|
|
Ravi GA
New User
Joined: 20 Mar 2020 Posts: 12 Location: India
|
|
|
|
schippsid wrote: |
I have seen posts that tell you how to use HCD to find the esoteric unit names defined on your system. What I am trying to do is to find those names within an assembler language program. Does anyone out there know of a system call that I could use to obtain that information? Or alternatively, a file or set of files that I could open in my program and search for the unit name I am looking for? |
EDTINFO macro gives you the information that you need about esoteric unit names.
www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.ieaa700/iea3a7_Description14.htm |
|
Back to top |
|
|
schippsid
New User
Joined: 04 May 2020 Posts: 7 Location: USA
|
|
|
|
This is what I was looking for, TYVM |
|
Back to top |
|
|
|