Naive BCPii questions

2011-08-16 Thread Tom Ambros
- I have the zSeries API documentation and the BCPii specific zOS docs but I am not able to find items related to returned values, for example HWIQUERY of HWI_OPERSTAT. I can probe and knowing the state of what I'm seeing can infer what I am getting but I'd like to find wherever these flags ar

Re: Naive BCPii questions

2011-08-16 Thread Walt Farrell
On Tue, 16 Aug 2011 08:50:38 -0400, Tom Ambros wrote: >- I have the zSeries API documentation and the BCPii specific zOS docs but >I am not able to find items related to returned values, for example >HWIQUERY of HWI_OPERSTAT. I can probe and knowing the state of what I'm >seeing can infer what

Re: Naive BCPii questions

2011-08-16 Thread Tom Ambros
to IBM Mainframe Discussion List To IBM-MAIN@bama.ua.edu cc Subject Re: Naive BCPii questions On Tue, 16 Aug 2011 08:50:38 -0400, Tom Ambros wrote: >- I have the zSeries API documentation and the BCPii specific zOS docs but >I am not able to find items related to returned value

Re: Naive BCPii questions

2011-08-16 Thread Jack Schudel
In addition to the System z API manual that Walt mentioned, there are also a couple of members in SYS1.MACLIB(HWI*) that I found useful. /jack - Original Message - From: "Tom Ambros" Newsgroups: bit.listserv.ibm-main To: Sent: Tuesday, August 16, 2011 8:50 AM Subject: N

Re: Naive BCPii questions

2011-08-23 Thread Steve Warren
The constants that were listed by Walt in the System z API manual are shipped with z/OS BCPii as 2 include files. SYS1.SIEAHDRV.H(HWIZHAPI) contains these constants in the C programming language and SYS1.MACLIB(HWIC2ASM) contains the same constants for Assembler (as Jack so aptly mentioned). Ma