Re: SVC dump data set layout

2019-10-28 Thread SUBSCRIBE IBM-MAIN Anonymous
Actual address space dump has an eye-catcher "CV" at 5th position, and then the actual data starts at 65th position. Each such record has 4096 bytes of dump data starting from 65th position. 4 bytes from position 25 represents the starting address of the dump data, and you may have to sort the d

Re: Return code X'20' 32 from CELQPIPI INIT_MAIN

2019-10-28 Thread scott Ford
Joe R. You have to establish the Assembler environment is correct 64bit prior to the LE calls. Scott On Sun, Oct 27, 2019 at 11:09 PM Joe Monk wrote: > You have to do the setup the way it is in the example > > Joe > > > Joe > > > On Sun, Oct 27, 2019 at 9:27 PM Joseph Reichman > wrote: >

Re: Return code X'20' 32 from CELQPIPI INIT_MAIN

2019-10-28 Thread scott Ford
Joe R., Look for the example on Google for Share.org, called Trimodal Assembler.. It has a pretty good example of 31bit and 64bit Assembler calls. Scott On Mon, Oct 28, 2019 at 8:54 AM scott Ford wrote: > Joe R. > > You have to establish the Assembler environment is correct 64bit prior to > th

Re: Return code X'20' 32 from CELQPIPI INIT_MAIN

2019-10-28 Thread Joseph Reichman
The driver program is already in AMODE 64 So is TEST64A all the programs are RMODE 31 AMODE 64 I’ll re-vist this again in the afternoon thanks Joe Reichman 170-10 73 rd ave Fresh meadows NY 11366 > On Oct 28, 2019, at 8:56 AM, scott Ford wrote: > > Joe R., > > Look for the example on Go

Re: Return code X'20' 32 from CELQPIPI INIT_MAIN

2019-10-28 Thread scott Ford
The example you provided was not , you have to set the mode in Assembler. Maybe a look at POP will help. The transition between 31bit and 64bit Assembler calls is major. Scott On Mon, Oct 28, 2019 at 9:01 AM Joseph Reichman wrote: > The driver program is already in AMODE 64 > So is TEST64A all

Re: Return code X'20' 32 from CELQPIPI INIT_MAIN

2019-10-28 Thread Joseph Reichman
The program the driver is entered in amode 64 the example does SAM64 but that is not necessary I look at it again thanks for help Joe Reichman 170-10 73 rd ave Fresh meadows NY 11366 > On Oct 28, 2019, at 9:09 AM, scott Ford wrote: > > The example you provided was not , you have to set

Re: Sample SMF records

2019-10-28 Thread Pierre Fichaud
Gord, I get the following when I click on z Technical Information: Information Central - IBM Z ISVs Requested Information is Unavailable I think I have to register with IBM. I have sent an email to ztech. Thanks, Pierre. -

RACROUTE REQUEST=STAT and ACF2

2019-10-28 Thread Gord Tomlin
We have recently had a problem reported to us by a customer who runs ACF2. In our products, we check for the presence of a resource class "$MZCA" using: RACROUTE REQUEST=STAT,WORKA=RACFWA,RELEASE=1.9,CLASS=$MZCA, DECOUPL=YES, MF=(E,LSTAT) .

DCOLLECT use of KB/MB

2019-10-28 Thread Steve Smith
What does "kilobytes" and "megabytes" mean to DCOLLECT, specifically, type "V" (volume) records in the values it shows for volume capacity, and several related fields? i.e. does KB=1000 or KB=1024? After spending considerable time perusing the fine manual, I haven't seen a hint. btw, my attempt

Re: DCOLLECT use of KB/MB

2019-10-28 Thread Mike Schwab
Power of 2. Number of cylinders is another field. On Mon, Oct 28, 2019 at 4:12 PM Steve Smith wrote: > > What does "kilobytes" and "megabytes" mean to DCOLLECT, specifically, type > "V" (volume) records in the values it shows for volume capacity, and > several related fields? i.e. does KB=1000

Re: Return code X'20' 32 from CELQPIPI INIT_MAIN

2019-10-28 Thread Joseph Reichman
Just tried it with the service_rtns parm exactly as it was in the sample with the exception That the CELQPITY points to my 64 bit assembler program TEST64A program and do X'20' DECIMAL 32 CALL (15),

Re: SVC dump data set layout

2019-10-28 Thread Steve Horein
Thank you all for the great suggestions - > I'll check out IHAPRD (and others!) for sure, and discuss updating data set naming conventions with the MVS guys. As far as DISPLAY DUMP command, D D,E,DSN=ALL is executed in an effort to get useful information if/when it's available. NetView PIPEs provi

Re: DCOLLECT use of KB/MB

2019-10-28 Thread Edward Finnell
The listserv search has been dinged for a while. If you go in to the main page and get the list of archives by month then there's a search box on right with advanced options above it. Enter dcollect as string and since 1 jan 2015 get 88 hits. Don't know who's minding the store... In a message d

Re: Return code X'20' 32 from CELQPIPI INIT_MAIN

2019-10-28 Thread Jon Perryman
The CALL macro supports 32 and 64 bit parm addresses. I believe it defaults to 32 bit and the SYSSTATE macro is used to change it. Does CELQPITY require 64 bit parm list? If so, make sure you have SYSSTATE prior to the call. Also make sure SYSSTATE is before the CALL MF=L. I've never used TEST

Re: RACROUTE REQUEST=STAT and ACF2

2019-10-28 Thread Jon Perryman
You can easily send a small assembler program that issues this racroute stat and issue WTO TEXT= to display the results. Don't bother converting hex to display format in the WTO. WTO doesn't care if you include hex data in the message text. Use SDSF SE (Select Edit) for the joblog and turn hex

Re: RACROUTE REQUEST=STAT and ACF2

2019-10-28 Thread Rob Schramm
If you have an ACF2 system, you can turn on SAF tracing and have it formatted by SAF macro. Jobname/STC filtering available. Caution should be used when using the tracing. Rob Schramm On Mon, Oct 28, 2019, 21:03 Jon Perryman wrote: > You can easily send a small assembler program that issues

Re: DCOLLECT use of KB/MB

2019-10-28 Thread Paul Gilmartin
On Mon, 28 Oct 2019 16:22:34 -0500, Mike Schwab wrote: >Power of 2. Number of cylinders is another field. > Citation needed. >On Mon, Oct 28, 2019 at 4:12 PM Steve Smith wrote: >> >> What does "kilobytes" and "megabytes" mean to DCOLLECT, specifically, type >> "V" (volume) records in the value

Re: Return code X'20' 32 from CELQPIPI INIT_MAIN

2019-10-28 Thread Joseph Reichman
The listing has the SYSSTATE set AMODE 64 The LISTPSW indicates botH the EA and BA BITS of the PSW as one indicating AMODE 64 at location F8 right before the call CELQPIPI CEEWQPIP: LOADing CELQPIPI CEEWQPIP: Doing CELQPIPI INIT_MAIN

Re: DCOLLECT use of KB/MB

2019-10-28 Thread Mike Schwab
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.idai200/dcxmp1.htm http://publibz.boulder.ibm.com/epubs/pdf/dgt3i201.pdf Appendix F DCollect output Record Type V VOLUME Printed page 478+ PDF page 504+. Offset 121 x'79' is x'80' when EAV and capacity is stated in MB,

Re: RACROUTE REQUEST=STAT and ACF2

2019-10-28 Thread Gord Tomlin
On 2019-10-28 21:01, Jon Perryman wrote: You can easily send a small assembler program that issues this racroute stat and issue WTO TEXT= to display the results. Don't bother converting hex to display format in the WTO. WTO doesn't care if you include hex data in the message text. Use SDSF SE

Re: RACROUTE REQUEST=STAT and ACF2

2019-10-28 Thread Gord Tomlin
On 2019-10-28 21:09, Rob Schramm wrote: If you have an ACF2 system, you can turn on SAF tracing and have it formatted by SAF macro. Jobname/STC filtering available. Caution should be used when using the tracing. Thanks Rob. I don't have an ACF2 system, but I might be able to get the customer

Re: [EXT] Re: zOS 2.4 migration guide

2019-10-28 Thread Brian Westerman
There is an APAR that provides a new setting (KCINDEX=N) that you use (after the first time you start zosmf), that keeps the i/o's down to a much more reasonable level. Our clients that have small single frame systems (z13s, z14-rz1), find that it cuts the startup time by almost 40%. The offi