Apologies to Binyamin and the list

2016-06-16 Thread michealbutz
Hi I was in some loop and I invoked the SETFRR mltiple times thus when I percolated I gave control to my own recevoery Sorry :( -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: Recovery Routine not Percolating

2016-06-16 Thread michealbutz
to:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Binyamin Dissen Sent: Thursday, June 16, 2016 2:47 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Recovery Routine not Percolating On Thu, 16 Jun 2016 13:51:47 -0400 michealbutz <michealb...@comcast.net> wrote: :>Hi :> :> :> :>It seem

Recovery Routine not Percolating

2016-06-16 Thread michealbutz
Hi It seems my Recovery Routine a FRR for a SRB is getting called repeatdly again again for the same abend at the same location. I thought if I did SETRP RC=0 it should percolate and go to the next recovery on the Chain I double checked and R1 points to the SDWA. After the SETRP I do a

XMEM annomly issues

2016-06-10 Thread michealbutz
Well I was able to Post the adress space seems like I am having issuing getting the data there First the Enivorment this code is a FRR of a SRB so I guess this primary the Address space I scheduled it from is Home I am try ing to move it Seconday the data is the SDWA I have WTO it

Release code paramter of IEAVRLS2

2016-06-02 Thread michealbutz
Hi I have a question about the 3rd paramter of IEAVRLS2 target_du_release_code it is specfied as 4 bytes. Is this the same as the 4th paramter of the Pause service release code this is specfied as being 3 bytes Thanks

XMEM and Swap ability

2016-05-15 Thread michealbutz
Hi, Transferring data between 2 address spaces weather its MVCP/MVCS or AR mode there is always the possibility of a S0C4. What the best way of making sure the target Address Space is Swapped in. Doing XMEM post to the target address space to do a SYSEVENT ? Thanks

Re: Dataset space information

2016-05-03 Thread michealbutz
thanks that maybe a lot easier -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Rob Scott Sent: Tuesday, May 3, 2016 4:36 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Dataset space information If you need to find the space info for a

Acessing storage in a other address space

2015-12-31 Thread michealbutz
Hi I am trying to access storage in a other address space I am logged on to TSOA and am running the following code under TESTAUTH L R5,0(,R5) USING ASCB,R5 L

Address/Name of a PC rtn

2015-11-25 Thread michealbutz
hi would anyone know how to get the address or name of a PC rtn Thsnks -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

IEAVAPE2/IEAVPSE2 another address space

2015-10-16 Thread michealbutz
Hi The documentation says that IEAVAPE2/IEAVPSE2 Can pause any Task or Srb in the system I got/allocated stoken or ASSBSTKN of the target address space I wanted to pause via IEAVAPE2 successful return code When I tried to run IEAVPSE2 the service never returned fronm the BALR it

Re: IEAVAPE2/IEAVPSE2 another address space

2015-10-16 Thread michealbutz
at 6:27 AM, michealbutz <michealb...@comcast.net> wrote: > Hi > > The documentation says that IEAVAPE2/IEAVPSE2 Can pause any Task or > Srb in the system > > I got/allocated stoken or ASSBSTKN of the target address space I > wanted to pause via IEAVAPE2 successfu

Re: S0C4 running Disasembler ASMDASM

2015-08-25 Thread michealbutz
To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: S0C4 running Disasembler ASMDASM You pointed the SYSPRINT DD statement to a RECFM=U data set? If you sent it to SYSOUT, perhaps you'd get a more easily understood message. michealb...@comcast.net (michealbutz) wrote: If this helps great all it says is ASMDASM

Re: S0C4 running Disasembler ASMDASM 2 2 Loadlibs

2015-08-25 Thread michealbutz
running Disasembler ASMDASM You pointed the SYSPRINT DD statement to a RECFM=U data set? If you sent it to SYSOUT, perhaps you'd get a more easily understood message. michealb...@comcast.net (michealbutz) wrote: If this helps great all it says is ASMDASM bombed in the beginning of the module

S0C4 running Disasembler ASMDASM

2015-08-25 Thread michealbutz
Hi, I lost the source to one of my progs while running the Disassembler I got a S0C4 below is my JCL PRINTPUT is the loadmodule PRINTPDS is a CSECT whithin would anyone have an idea why Thanks your edit profile using the command RECOVERY ON. //IBMUSER$ JOB

Re: S0C4 running Disasembler ASMDASM

2015-08-25 Thread michealbutz
Of michealbutz Sent: Tuesday, August 25, 2015 6:55 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: S0C4 running Disasembler ASMDASM Hi, I lost the source to one of my progs while running the Disassembler I got a S0C4 -- For IBM-MAIN subscribe

RACF syntax to permit TSO user to use TESTAUTH

2015-08-15 Thread michealbutz
Hi would anyone know the RACF command syntax for a TSO id to be authorized to use TESTAUTH Thanks -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the

Console messages which has precedence and related questions

2015-08-14 Thread michealbutz
Hi, If you have an extended console installed in your program via MCSOPER/MCSOPMSG Does the issuing program get the message before it is displayed on the console If so can you delete before it is displayed via dom Secondly can you search for specific message e.g. IEE... or the best

S0C4 At Entry to SRB routine

2015-06-22 Thread michealbutz
Hi, I am at my wits end I have tried all sorts of things I am getting S0C4 at right at the entry point to my SRB routine my SRB rtn does even take off it goes directly to the FRR routine looking at the SDWAABCC its 940C4 *

Re: IEAMSCHD no FRR param

2015-06-15 Thread michealbutz
So All I have to do is set what I want in the 24 bytes R2 is pointing to thanks so much -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Rob Scott Sent: Monday, June 15, 2015 11:02 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re:

Unable to get dump under TESTAUTH

2015-06-03 Thread michealbutz
Hi, I am getting a S0C1 debugging my program under TESTAUTH when I do a Where to see where I bombed It display's a 31 bit private address with the message not whitin any program extents it look close to an area I did a storage obtain sp=0 I thought adding a dsn LRECL=133 RECFM=FBM to SYSUDUMP

EXSPATxx member

2015-04-06 Thread michealbutz
Hi, will settting SPINRCVY to SPIN allow a CPU to sping endlesssly as leaving out the SPINTIME paramter seem to make it default to 40 seconds if not is there a way to make a CPU keep spining and have z/os take no action thanks

Re: Recovery routines

2014-09-01 Thread MichealButz
most of them. If this is not sufficient, then you will need to find the info apar that describes how to ignore these S0C4 abends. Jon Perryman On Sunday, August 31, 2014 2:14 PM, MichealButz michealb...@comcast.net wrote: Thanks For your help I did confirm that my recovery routine was entered I

Re: Recovery routines

2014-08-31 Thread MichealButz
' ABEND is the first statement. This will cause a S0C1 to be displayed if your ESTAE get's control. Your ESTAE may be running in the wrong key to analyze the abend. Jon Perryman On Friday, August 29, 2014 8:19 AM, MichealButz michealb...@comcast.net wrote: I do establish the estaex

Re: Recovery routines

2014-08-29 Thread MichealButz
I do establish the estaex in the cmdproc the authorized program at the time it is in problem state ASC primary I load a program BALR to it at the time of the abend Iam in Supervisor state ASC AR storage key 0 does that matter For my recovery routine to get control What I wll do under

Re: Recovery routines

2014-08-27 Thread MichealButz
Yes it is I had a 306 abend in that the concatenation wasn't authorized my esatex intercepted it and gave the use a chance to enter a valid dsn which I do a SVC 99. Later on however one of the progs goes XMEM via AR sac 256 and its in that prog that I get a S0C4 Its all under the same TCB/RB

Re: Recovery routines

2014-08-27 Thread MichealButz
[mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of MichealButz Sent: Wednesday, August 27, 2014 9:43 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Recovery routines Yes it is I had a 306 abend in that the concatenation wasn't authorized my esatex intercepted it and gave the use a chance to enter a valid dsn

TPUT fullscr NOT working getting abend 66D

2014-08-20 Thread MichealButz
Hi, All of the sudden my TPUT in fullscr mode stopped working instead it is displaying it in line mode followed by a 66D abend at one point I saw a reason code 8 I ran it under tso test with no problems checked the return codes TPUT STFSMODE STTMPMD STLINENO all were good and the buffer

Re: PLPA enty

2014-08-18 Thread MichealButz
Thanks that was it -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Norbert Friemel Sent: Monday, August 18, 2014 2:51 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: PLPA enty On Sun, 17 Aug 2014 22:37:48 -0400, MichealButz wrote: Hi

PLPA enty

2014-08-17 Thread MichealButz
Hi, I put my loadlib library in LPALSTXX or specifically 01 that is what is pointed to by LPA member on the active IEASYS When I use TASID to look at LPA libs I see all of them except the one I added Am I missing something Thanks

Re: PLPA enty

2014-08-17 Thread MichealButz
on the volume specified; (4) the DSN isn't a PDS. I.e. it is a PDSE or something else (sequential, BDAM, VSAM). OK, those last are unlikely! grin/ On Sun, Aug 17, 2014 at 8:06 PM, MichealButz michealb...@comcast.net wrote: Hi, I put my loadlib library in LPALSTXX or specifically 01 that is what

Return code 8 from open

2014-08-13 Thread MichealButz
Hi, I am dynamically allocating a loadlib the SVC 99 is successful however I get a return code 8 when I try to open it I move the ddname returned by SVC 99 before I open it here is the layout of my DCB for the loadlib DDCB DCB DDNAME=DDNAME,RECFM=U,DSORG=PO,MACRF=R

Re: Return code 8 from open

2014-08-13 Thread MichealButz
Just checked no messages -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jon Perryman Sent: Wednesday, August 13, 2014 3:04 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Return code 8 from open In this case, I would expect it to be in

Re: Dynamic Alocation question

2014-08-04 Thread MichealButz
300 Industry Drive Pittsburgh, PA 15275 Direct: 724-517-2633 FAX: 412-490-9230 chuck.har...@thermofisher.com -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of MichealButz Sent: Sunday, August 03, 2014 9:45 PM To: IBM-MAIN@LISTSERV.UA.EDU

Re: Dynamic Alocation question

2014-08-04 Thread MichealButz
Pittsburgh, PA 15275 Direct: 724-517-2633 FAX: 412-490-9230 chuck.har...@thermofisher.com -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of MichealButz Sent: Monday, August 04, 2014 8:45 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re

Re: Dynamic Alocation question

2014-08-04 Thread MichealButz
that make sense to concatenate. All you need is the two DD names. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of MichealButz Sent: Monday, August 04, 2014 8:45 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Dynamic Alocation

Re: Dynamic Alocation question

2014-08-04 Thread MichealButz
Of MichealButz Sent: Monday, August 04, 2014 8:45 AM To: mailto:IBM-MAIN@LISTSERV.UA.EDU IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Dynamic Alocation question Hi, does this mean If I want to concatenate MYTEST.LOADLIB I first dynamically allocate it use use the ddname returned to me by SVC

Dynamic Alocation question

2014-08-03 Thread MichealButz
I keep on getting 0360 In the S99ERROR filed Invalid text key I have the following question can I dynamically concatenate a dataset to one the wasn't dynamically allocated and if so what would the text key be for the ddname X'0001' DALDDNAM or X'0055' Return ddname I have looked for

LLA question

2014-08-01 Thread MichealButz
The way I understand the documentation coding a LIBRARIES(...) MEMBERS( will automatically make the member from the that library LLA managed I start S LLA,SUB=MSTR,LLA=01 where the lla parmlib member is CSVLLA01 I am also assuming that the library has to be somewhere in the search order

Re: LLA question

2014-08-01 Thread MichealButz
MichealButz wrote: The way I understand the documentation coding a LIBRARIES(...) MEMBERS( will automatically make the member from the that library LLA managed I start S LLA,SUB=MSTR,LLA=01 where the lla parmlib member is CSVLLA01 I am also assuming that the library has to be somewhere in the search

Invoking CSVLLIX1

2014-08-01 Thread MichealButz
HI, I was under the assumption that the following would enable CSVLLIIX1 for a module 1) Defining the library and module in CSVLLA01 2) Starting LLA with the following syntax S LLA,SUB=MSTR,LLA=01 3) Defining with the exit with the following in my program

return code from SYSEVENT TRANSWAP ENTRY=BRANCH

2014-07-23 Thread MichealButz
Hi, I have a SRB which I schedule in a system address space I would like to make it NON SWAPABLE in the srb I use SYSEVENT TRANSWAP,ENTRY=BRANCH Before I prime R1 with a ECB The documentation says the return code is in the last byte of R1 when sysevent returns R1 doesn't point to the ECB

Re: SVC 99 APF Authorized Library

2014-07-07 Thread MichealButz
Thanks that’s what I wanted to know -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Walt Farrell Sent: Monday, July 07, 2014 6:50 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: SVC 99 APF Authorized Library On Mon, 7 Jul 2014

Re: SVC 99 APF Authorized Library

2014-07-07 Thread MichealButz
The original AUTHPGM/CMD came from the TSOLIB I then did a load from steplib which had a non apf lb went to my recovery allocated a dsn got retddn that should work according to Walt -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of

SVC 99 APF Authorized Library

2014-07-06 Thread MichealButz
Hi, I am getting 306 ABEND because my APF concatenation contains a NON authorized Library. IS it possible to remedy this (as I have a recovery routine) By Dynamic allocation of the dataset ? -- For IBM-MAIN

unable to set second level error message for IKJPOSIT operand

2014-07-04 Thread MichealButz
Hi, I have a IKJPOSIT operand defined as a dataset the documentation says that in VALIDCK exit the 3rd parameter is the address of second level message I set R15 to 4 set the address of my message to in this field and all I get is the standard IKJ message invalid dataset with 8 characters

Re: IKJPOSIT question

2014-06-30 Thread MichealButz
@LISTSERV.UA.EDU] On Behalf Of MichealButz Sent: Monday, 30 June 2014 10:48 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: IKJPOSIT question I am looking for to enter a string following a keyword towards that end I use IKJPOSIT SPACE,VALIDCK= I am looking to enter program name which is up to a 8 byte

Re: IKJPOSIT question

2014-06-30 Thread MichealButz
I have changed it around and am testing it thank you -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Walt Farrell Sent: Monday, June 30, 2014 9:46 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: IKJPOSIT question On Mon, 30 Jun 2014

IKJ macro question

2014-06-29 Thread MichealButz
Hi, I have the following IKJ macros defined in my program for the IKJUNFKD I initially use a eight byte character program name if this program name proves to be Invalid I look for the user to re-enter a dsn where it could be found however I get a message back from the parser it's an invalid

IKJPOSIT question

2014-06-29 Thread MichealButz
An I am looking for to enter a string following a keyword towards that end I use IKJPOSIT SPACE,VALIDCK= I am looking to enter program name which is up to a 8 byte character string When I enter the string it comes back to me IKJ56712I INVALID KEYWORD I don't understand this as

Re: IKJTSOxx Auth pgm cmds PC rtns

2014-06-27 Thread MichealButz
. But a program which uses the STORAGE macro doesn't need to be in the list(s) mentioned. Only programs which are linked as AC=1 and which you want to be invoked by TSO with APF authorization active need to be listed. On Fri, Jun 27, 2014 at 8:57 AM, MichealButz michealb...@comcast.net wrote

Re: IKJTSOxx Auth pgm cmds PC rtns

2014-06-27 Thread MichealButz
@LISTSERV.UA.EDU] On Behalf Of MichealButz Sent: 27 June 2014 16:02 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: IKJTSOxx Auth pgm cmds PC rtns Rob,, I can't use the TSO service facility IKJEFTSR ( I would like issue certain non-authorized TSO commands) because my program is in IKJEFTSOxx AUTHPGM/CMD I

Re: IKJTSOxx Auth pgm cmds PC rtns

2014-06-27 Thread MichealButz
. Rob Scott Lead Developer Rocket Software 77 Fourth Avenue . Suite 100 . Waltham . MA 02451-1468 . USA Tel: +1.781.684.2305 Email: rsc...@rs.com Web: www.rocketsoftware.com -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of MichealButz

error invoking IKJEFTSR from Authotized progam

2014-06-24 Thread MichealButz
Hi, I know I get beat up for not doing my leg work but I researched this as best I could I am trying to invoke a “PROFILE NOWTPMSG” And keep on getting a X’3C’ in the reason code parameter register 15 has a X’14’ the return code parameter is -1 X’’ The following is my

Second level error TSO verify exit not displaying

2014-06-22 Thread MichealButz
Hi, I am setting the both VEPLMSG1 and VEPLMSG2 and their associated length set R15 to 4 yet only VEPLMSG1 display's The doc says that either rc 4 or 12 will display both -- For IBM-MAIN subscribe / signoff / archive

LISTA data in a SVC dump

2014-06-16 Thread MichealButz
Hi, Would anyone know the command to use to find the data referenced by the LISTA parameter in a IPCS dump Thanks -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: LISTA data in a SVC dump

2014-06-16 Thread MichealButz
Binyamin the ST command dumps SDUMP parameter list offset +8 is the LISTA address Thanks -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Binyamin Dissen Sent: Monday, June 16, 2014 7:50 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re:

Re: CSVQUERY Anomaly

2014-06-09 Thread MichealButz
@LISTSERV.UA.EDU Subject: Re: CSVQUERY Anomaly On 9/06/2014 2:43 PM, MichealButz wrote: I set a program in all 3 places of LPA modified,fixed,pageable via the SETPROG console command however in all instances the CSVQUERY returns a X'04' in ATTR3 byte Indicating the program is in CSA. Additionally I added

Re: CSVQUERY Anomaly D LPA output diag column ?

2014-06-09 Thread MichealButz
:29 -0400, MichealButz michealb...@comcast.net wrote: It still is referenced by common below is my PROG01 entry LPA ADD MODNAME(USERMOD) DSNAME(USER.TEST.LOAD) FIXED So, did you add it via a SETPROG command or not? -- Walt

CSVQUERY Anomaly

2014-06-08 Thread MichealButz
Hi, I set a program in all 3 places of LPA modified,fixed,pageable via the SETPROG console command however in all instances the CSVQUERY returns a X'04' in ATTR3 byte Indicating the program is in CSA. Additionally I added the OUTVALID param and it indicates that all three attribute bytes are

An LLA managed dataset automatically generates CSV019I abend

2014-05-28 Thread MichealButz
Hi, During my testing I have found that whether my load library is in a APF authorized steplib or not e.g. TSOLIB having it LLA managed automatically generates the CSV019I abend This doesn't make sense to me Thanks

LLA questions

2014-05-26 Thread MichealButz
Hi, I have an APF authorized library, That is LLA managed via LIBRARIES statement in CSVLLAXX in parmlib This library is in my steplib along with another APF authorized library I am getting CSV019I (Library not accessed from a APF lib) abend even though the dataset is in my APF

CSV019I Clarification

2014-05-25 Thread MichealButz
Hi I have an APF authorized module running of out of the LNKLIST I try to load a module from an non apf dsn concatenation and get CSV019I abend I am in problem state key 8 when I do this It seems than once I am in a APF concatenation library even though I am in problem state key 8 I

TPUT in FULLSCR problems

2014-05-23 Thread MichealButz
Hi, I am using TPUT in FULLSCR and I am getting a message back from my terminal emulator VISTA3270 'INVLAID BUFFER ADDRESS RECEIVED 11E7 7F' I am convinced there is nothing wrong with my TPUT output buffer as 1) I have check the contests running under TESTAUTH 2)

TSO 3270 Data Stream question

2014-05-15 Thread MichealButz
Hi, I am doing TSO TPUT’s in Full screen mode I copied some code from the following URL www.tommysprinkle.com/mvs/P3270/sbaxlate.com Which has code to translate a ROW and COLUMN into a sba (screen buffer address) I have 10 lines which I try to TPUT in lines 1 – 10 using the following

378-14 Abend In TSO Verify exit

2014-05-12 Thread MichealButz
Hi, I have TSO verify exit in which I am enabling LLA exit CSVLLIX1 exit and then deleting it this seems intermittently to cause a 378-14 abend Below is the code * * Add LLA exit CSVLLIX1 in case module is LLA

Autorization Code Question

2014-04-27 Thread MichealButz
I have a module in APF authorized Library that is linkedit AC=1 when I load this module shouldn't the high order byte of R1 be X'01' Thanks -- For IBM-MAIN subscribe / signoff / archive access instructions, send email

S0C1 TSO TESTAUTH

2014-03-12 Thread MichealButz
Hi I am setting a breakpoint at offset +0 in my program and getting a S0C1 at location +E The following is my scenario TESTAUTH ‘ISP.SISPLPA(ISPF)’ CP LOAD ‘MYLOAD.LIBRARY(MYMOD)’ Q MYMO.MYMOD.+0 AT +0 GO à INTO ispf Then from the ispf command line I do TSO MYMOD And

IS the DCB represented by TCBJLB valid for FIND

2014-02-17 Thread MichealButz
Hi, Would anyone know if the DCB represented by TCBJLB valid for the FIND macro ? Thanks -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO

Number of entries in the TIOT

2014-02-05 Thread MichealButz
When scanning the TIOT IS there and end marker, how do I know I have scanned all the DDnames ? Thanks -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the

TSO test confusion ?

2014-02-01 Thread MichealButz
Hi, I get the following results under TESTAUTH which I don't understand 000910 58F0 021C0021C 972 L R15,X'21C' 000914 973 TCBLOOP DS0H

What TCB or TCBJLB is reprensted by TSOLIB

2014-01-29 Thread MichealButz
Hi, I know that TSOLIB adds a load library to the search chain and somewhere there is a TCBJLB represented by this is there any way to determine What TCB that would be. Thanks -- For IBM-MAIN subscribe / signoff /

Re: What TCB or TCBJLB is reprinted by TSOLIB

2014-01-29 Thread MichealButz
or TCBJLB is reprensted by TSOLIB On 1/29/2014 11:00 AM, MichealButz wrote: I know that TSOLIB adds a load library to the search chain and somewhere there is a TCBJLB represented by this is there any way to determine What TCB that would be. Yes; take a dump of the address space and chase the TCB

Re: FIND macro Failed with TCBJLB

2014-01-26 Thread MichealButz
On 1/25/2014 10:09 PM, MichealButz wrote: Can I use the DCB represented by TCBJLB with the FIND macro as I am getting a rc 4 not found , and I know the member is there 1) Is TCBJLB zero? 2) What happens when you use BLDL instead? 3) Show your work - do you have the correct member name

With What macros Can the DCB specified by TCBJLB be used for

2014-01-26 Thread MichealButz
Hi, I have tried a whole slew of macros with DCB specified by TCBJLB and none give a clean return code from OPEN, CLOSE FIND,BLDL The only one thing I was successful in using it was to get the offset within the TIOT of that entry Thanks

Re: With What macros Can the DCB specified by TCBJLB be used for

2014-01-26 Thread MichealButz
the FIND or BLDL and confirm that the addresses are what you expect.Show all your code. On Sun, 26 Jan 2014 10:32:55 -0500 MichealButz michealb...@optonline.net wrote: :Hi, : : : :I have tried a whole slew of macros with DCB specified by TCBJLB and none :give a clean return code from OPEN

Re: With What macros Can the DCB specified by TCBJLB be used for

2014-01-26 Thread MichealButz
Hi, I believe I don't have the right TCB to access TSOLIB I need the TCB for IKJEFT01 -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of MichealButz Sent: Sunday, January 26, 2014 10:33 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject

FIND macro Failed with TCBJLB

2014-01-25 Thread MichealButz
Hi, Can I use the DCB represented by TCBJLB with the FIND macro as I am getting a rc 4 not found , and I know the member is there -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

rentrant Open

2014-01-22 Thread MichealButz
Hi I must be doing something wrong in my MF=L and MF=E open here is my code As I get s0c4 Thanks 3 STEP_LIB DS0H 4 MVC STEPLIB(DCBLNGPO),STEPLIBX 5 LAR8,STEPLIB 6 OPEN

Authorized ISPF command Failure

2014-01-11 Thread MichealButz
Hi, I have a command processor using APF services I put the entry in IKJTSO00 AUTHCMD and AUTHPGM In Addtion I put an entry in ISPTCM with bit '20' indicating is a authorized command and still I get Authorized command 'SPSWT'. Return code = 20. Reason code = 56.

Error Adding CSVLLIX1 using CSVDYNEX with modaddr paramter

2014-01-08 Thread MichealButz
Hi, I am getting the following return code when try to add CSVLLIX1 with the moaddr parameter of CSVDYNEX The AMODE of the program is correct = 31 As The high order bit of the address is one With the dsname parameter I get a RC of 0 R15 = 8 , R0 = 827 Below is my code

TSO TESTAUTH requires Apf Authorized environment ?

2014-01-05 Thread MichealButz
Hi, After using TESTAUTH many times I got the message listed below I don't know what is meant by a APF Authorized Environment I tried running the logon proc With a APF Steplib and with out a Steplib however I still get the message Thanks IKJ57802I THE TESTAUTH COMMAND HAS BEEN

Re: TSO TESTAUTH requires Apf Authorized environment ?

2014-01-05 Thread MichealButz
is described in the IBM publications z/OS MVS Initialization and Tuning Reference and z/OS MVS Programming: Authorized Assembler Services Guide. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of MichealButz Sent: Sunday, January 05

TSO FULL SCREEN MODE UNDER ISPF

2014-01-05 Thread MichealButz
Hi, Would anyone know to display TSO FULL SCREEN UNDER ISPF -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Invoking CSVLLIX1

2014-01-01 Thread MichealButz
Hi, I have coded LIBRARIES with a MEMBER in CSVLLA00 of the module I would like to monitor I start LLA LLA=00 Then in a program I have the following CSVDSYNEX macro invocations However CSVLLIX1 never gets invoked * CSVDYNEX

Re: DESERV function get DCB address

2013-12-01 Thread MichealButz
Thanks for your help Two questions Does BLDL or DESERV have anyway of differentiating between TASKLIB/STEPLIB/JOBLIB I think not. TCBJLIB represents the first library looked at be it TASK STEP or JOB Second is there anyway of getting the associated DSN name Thanks -Original

Re: TCBJLB doesn't point to a DCB

2013-12-01 Thread MichealButz
I was confused by the documentation DCB= is the address where the DCB resides so Instead of coding MVC WSDCB,TCBJLB DCB= is a parm on the DESERV DCB=WSDCB, I coded L RX,TCBJLB DCB=(RX), That worked When the TASK/STEP/JOB is specified I get X'05' for

Re: DESERV function get DCB address

2013-12-01 Thread MichealButz
scott_j_f...@yahoo.com wrote: Michel, Can you impart a big more information on what your trying to accomplish ? Scott ford www.identityforge.com from my IPAD 'Infinite wisdom through infinite means' On Dec 1, 2013, at 2:03 PM, MichealButz michealb...@optonline.net wrote: Thanks

TCBJLB doesn't point to a DCB

2013-11-29 Thread MichealButz
The documentation says the TCBJLB points to a DCB of the first library searched for a LOAD module for a program running under that task I have looked at various TCB's PSATOLD ASXBFTCB and if that address were a DCB at offset X'28' there would be a CL8 DDname Thanks

DESERV function get DCB address

2013-11-28 Thread MichealButz
Hi, I having been using BLDL to get program directory information I found the macro to not give correct results. So I have moved on to DESERV FUNC=GET,PDSDE=BLDL_LIST unfortunately DESERV FUNC=GET needs a real DCB address as opposed to the zero used invoking BLDL Any suggestions Thanks

Re: 047 Abend

2013-11-24 Thread MichealButz
...@gmail.com wrote: On Sun, 24 Nov 2013 01:03:00 -0500, MichealButz michealb...@optonline.net wrote: I am running a TSO command processor that has authorized code the load library is APF authorized. I set it to the beginning of the search chain with TSOLIB I also have the ISPF library

3270 Data Stream Attribute Bytes

2013-11-16 Thread MichealButz
Hi, I am trying to use 3270 Datastream Attribute Bytes under TSO using TPUT could somebody point me to where these bytes and their meanings are defined Thanks -- For IBM-MAIN subscribe / signoff / archive access

TESTAUTH LISTPSW not displaying CC for TAR

2013-11-02 Thread MichealButz
Hi, I am running a program under TESTAUTH which executes the TAR instruction, after executing the inst under TESTAUTH I do a LISTPSW the CC is always 0 Well the DOC says in the ALET is 0 then a CC should be set at 8 I run the following instruction under TESTAUTH LAM

0C4 reason code 4 TSO command processor returning from verify exit

2013-10-15 Thread MichealButz
Hi, I am getting S0C4 reason code 4 after I return from a TSO verify exit IKJUNFLD VERIFCK=PROGLOOK Points to note .I display all the registers on entry and they are the same on exit with the exception of R15 which is 0 .Since a S0C4/4 says you are trying to access

Re: 0C4 reason code 4 TSO command processor returning from verify exit

2013-10-15 Thread MichealButz
and REGs Also, is this an APF Authorized module? Is it running from an APF Authorized Library? Is it marked RENT? Thanks Lizette -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of MichealButz Sent: Tuesday, October 15, 2013 7:36 AM To: IBM

Re: TSOLIB BLDL abend

2013-10-09 Thread MichealButz
Binyamin The program is a TSO command processor so. using a TSOLIB is analogous to ? I did a TSOLIB ACTIVATE dataset right before running my code under test * BLDL 0,LIST_ADDR *

Re: TSOLIB BLDL abend

2013-10-09 Thread MichealButz
thing. Try DE=NAME instead. Bill On Wed, 9 Oct 2013 18:44:52 -0400, MichealButz wrote: Binyamin The program is a TSO command processor so. using a TSOLIB is analogous to ? I did a TSOLIB ACTIVATE dataset right before running my code under test * BLDL 0,LIST_ADDR * LTR

TAR Instruction

2013-09-17 Thread MichealButz
Hi, I am using the TAR instruction to test if a ALET has been passed to a subroutine via AR1. The instruction I use is TAR AR1,AR1. I run this program under TESTAUTH. After executing this instruction under TESTAUTH I issue a LISTPSW command and get the following bit pattern under CC column 10