Re: OA49677: Safe Cross-Memory POST

2016-07-14 Thread Joseph Reichman
They preserve regs 2 - 13 as opposed to killing everything besides 9 > On Jul 14, 2016, at 3:31 PM, Ed Jaffe wrote: > > After 42 years, MVS now provides a service to safely perform cross-memory > POST. > > Hallelujah! >:o > >

Re: DEVTYPE INFO=DASD

2016-07-24 Thread Joseph Reichman
I'll double check Tommorrow > On Jul 24, 2016, at 3:43 PM, Campbell Jay wrote: > > Major Maximum Mea Culpa ! > I didn't do proper diligence. : ( > No access to Joe's programs... and believed his output. > I've spent the weekend getting IBM's example DEVTYPE MACRO

Re: Deleting FRR

2016-07-28 Thread Joseph Reichman
Can I delete from another work unit e.g TASK before the SRB Returns to dispatcher > On Jul 28, 2016, at 8:29 PM, Greg Dyck wrote: > >> On 7/28/2016 1:00 PM, Joe Reichman wrote: >> I have a FRR covering a SRB it not a parameter on the SCHEDULE or IEAMSCHD >> but rather

Re: Deleting FRR

2016-07-29 Thread Joseph Reichman
only be > deleted by that SRB/TCB. > > When there is a switch to another unit of work on that CPU, the FRR stack is > saved. > > What are you trying to do or avoid? > > On Thu, 28 Jul 2016 20:53:20 -0400 Joseph Reichman <reichman...@gmail.com> > wrote: > &g

Re: RDW corruption

2016-07-18 Thread Joseph Reichman
I know my boss assigned me this problem As an aside if I register my IRS e-mail on IBM-Main is there a way not get every e-mail I don't mind it in my personel e-mail But I have a lot of other stuff on my irs.gov e-mail > On Jul 18, 2016, at 3:21 PM, Campbell Jay

Re: OA49677: Safe Cross-Memory POST

2016-07-15 Thread Joseph Reichman
I guess I took heart after Peter Relson Screamed at me > On Jul 14, 2016, at 7:28 PM, Ed Jaffe <edja...@phoenixsoftware.com> wrote: > >> On 7/14/2016 12:40 PM, Joseph Reichman wrote: >> They preserve regs 2 - 13 as opposed to killing everything besides 9 > > I

Capturing TSO TEST output

2016-06-28 Thread Joseph Reichman
Hi Would anyone know if you can capture TSO TEST Output into clist variables using SYSOUTTRAP And SYSOUTLINE Thanks -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with

Re: TSO TEST and SYSOUTTRAP/SYSOUTLINE

2016-07-05 Thread Joseph Reichman
Sorry I have it in the main clist When I put it In the clist that executes the AT command it works now my next step it To see if I can issue test subcommands based On the clist variables value Thanks everyone so far > On Jul 5, 2016, at 3:39 PM, Walt Farrell wrote:

Re: TSO TEST and SYSOUTTRAP/SYSOUTLINE

2016-07-05 Thread Joseph Reichman
C TEST 'SYS1.LINKLIB(IEFBR14)' > EQUATE CVTDATE 10.%+38 > SET SYSOUTTRAP = 10 > LIST CVTDATE > SET SYSOUTTRAP = 0 > SET LINE = (&SYSOUTLINE1) > SET DOY = (14:16,) > SET YYY = (11:13,) > SET YEAR = (1900 + ) > WRITE TODAY IS DAY OF > CONTROL END(FOO) /* NEXT END IS FOR

Character data returned from

2016-07-06 Thread Joseph Reichman
Hi Is there anyway to check that converted the variable in question to valid characters After the if do a compare in which case the variable had an '*' and I am getting "expression with operators out of sequence -- For

Re: Character data returned from

2016-07-06 Thread Joseph Reichman
here. >> TSO REXXhttp://www2.marist.edu/htbin/wlvindex?TSO-REXX >> Go to bottom of webpage to join >> >> >> Try using >> >> Lizette >> >> >>> -Original Message- >>> From: IBM Mainframe Discussion Lis

Re: Character data returned from

2016-07-07 Thread Joseph Reichman
Thanks worked > On Jul 7, 2016, at 8:23 AM, Tom Conley wrote: > >> On 7/7/2016 8:14 AM, Joe Reichman wrote: >> So let me post the code >> >> SET = 2 >> SET LINE = (&) >> SET = 16 >> SET LINE1 = () >> SET KEYWORD = (50:54,) >> IF = OPEN/* HERE IS WHERE THE

Re: TSO TEST and SYSOUTTRAP/SYSOUTLINE

2016-07-04 Thread Joseph Reichman
(13:15,) /* 11:13 ON MVS 3.8 */ > SET YEAR = (1900 + ) > WRITE TODAY IS DAY OF > CONTROL END(FOO) /* NEXT END IS FOR TEST, NOT CLIST */ > END > > Bill > >> On Sun, 3 Jul 2016 13:58:51 -0400, Joseph Reichman wrote: >> >> I have tried to capture test subcomm

Re: TSO TEST and SYSOUTTRAP/SYSOUTLINE

2016-07-03 Thread Joseph Reichman
d CLIST that could be run in TEST to do > things such as single step and redisplay registers, storage, code, PSW and > so on, almost half way to a full screen debugger. > > I found the differences meant I had to mix REXX and CLIST to get the job > done. > > Roops >> O

Re: TSO TEST and SYSOUTTRAP/SYSOUTLINE

2016-07-03 Thread Joseph Reichman
> > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Joseph Reichman > Sent: Sunday, July 03, 2016 9:18 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: (External):Re: TSO TEST and SYSOUTTRAP/SYSOUTLINE > >

Re: TSO TEST and SYSOUTTRAP/SYSOUTLINE

2016-07-03 Thread Joseph Reichman
h > output line into a the stem variable 'test'. > > /* REXX */ > x=outtrap('test.') > push "end" > PUSH "go" > PUSH "at +0" > "test 'sys1.linklib(iefbr14)'" > say "number of trapped lines is" test.0 > do i = 1 to test.0 >

Re: TSO TEST and SYSOUTTRAP/SYSOUTLINE

2016-07-03 Thread Joseph Reichman
to mix REXX and CLIST to get the job > done. > > Roops >> On 3 Jul 2016 12:53, "Joseph Reichman" <reichman...@gmail.com> wrote: >> >> Thanks so much 珞 >> >> Joe Reichman >> 8045 Newell St Apt 403 >> Silver Spring MD 20910

Re: TSO TEST and SYSOUTTRAP/SYSOUTLINE

2016-07-03 Thread Joseph Reichman
obinson > Southern California Edison Company > Electric Dragon Team Paddler > SHARE MVS Program Co-Manager > 323-715-0595 Mobile > 626-302-7535 Office > robin...@sce.com > > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV

Re: TSO TEST and SYSOUTTRAP/SYSOUTLINE

2016-07-03 Thread Joseph Reichman
Rupert Reynolds in a earlier Post seemed to indicate that trapping TEST output to variables was possible but I'm not sure > On Jul 3, 2016, at 6:01 PM, Andy Wood <woo...@ozemail.com.au> wrote: > >> On Sun, 3 Jul 2016 09:32:18 -0400, Joseph Reichman <reichman...@gmail.com

Re: TSO TEST and SYSOUTTRAP/SYSOUTLINE

2016-07-03 Thread Joseph Reichman
> > > . > . > . > J.O.Skip Robinson > Southern California Edison Company > Electric Dragon Team Paddler > SHARE MVS Program Co-Manager > 323-715-0595 Mobile > 626-302-7535 Office > robin...@sce.com > > >

TSO TEST and SYSOUTTRAP/SYSOUTLINE

2016-06-29 Thread Joseph Reichman
Hi Does any one know if capturing TEST output Into CLIST variables is possible Thanks -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: IBM z/OS PDF Documents - Page Can't Be Displayed

2016-08-15 Thread Joseph Reichman
Me too cann't display any of the books Joe Reichman 8045 Newell St Apt 403 Silver Spring MD 20910 Home (240) 863-3965 Cell (917) 748 -9693 > On Aug 15, 2016, at 12:29 PM, Dennis Schaffer > wrote: > > Is anyone else having difficulty accessing IBM PDF manuals from >

Re: IBM Redbooks site down ?

2016-08-15 Thread Joseph Reichman
No I was just on a chat with IBM rep they said they are aware of it and are working on it no tine give. When it will be up > On Aug 15, 2016, at 4:23 PM, Brian Peterson > wrote: > > I'm having trouble accessing www.redbooks.ibm.com today. Just me? > >

Re: BSAM vs QSAM

2017-02-03 Thread Joseph Reichman
63, Pearl River, NY 10965 >> >> P: 201-930-8234 | M: 512-627-3803 >> E: cblaic...@syncsort.com >> >> www.syncsort.com >> >> CONNECTING BIG IRON TO BIG DATA >> >> >> -Original Message- >> From: IBM Mainframe Discussion Li

BSAM vs QSAM

2017-02-03 Thread Joseph Reichman
Hi BSAM is a bit more complex than QSAM Is there any performance improvement Thanks -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: BSAM vs QSAM

2017-02-03 Thread Joseph Reichman
930-8234 | M: 512-627-3803 > E: cblaic...@syncsort.com > > www.syncsort.com > > CONNECTING BIG IRON TO BIG DATA > > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Joseph Reichman > Sent: Fri

Re: WAIT ECB=ECBLIST Storage Key

2017-01-31 Thread Joseph Reichman
e NY > > IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> wrote on > 01/30/2017 10:00:46 PM: > >> From: Joseph Reichman <reichman...@gmail.com> >> To: IBM-MAIN@LISTSERV.UA.EDU >> Date: 01/31/2017 03:24 AM >> Subject: WAIT ECB=ECBLIST Storage Key

Re: WAIT ECB=ECBLIST Storage Key

2017-02-01 Thread Joseph Reichman
I do have the ASCB parm On the post This my scenario I have a TCP/IP concurrent server in one address space if the program ( in a other addresss space) Aborts the recovery routine posts the concurrent address space to down load the sdwa One ECB is for a EZAMSI READ one if from a another

Re: IEAVPSE2 in type 2 SVC

2017-01-22 Thread Joseph Reichman
Peter. Thank you so very much As I Don't have XDC it is harder to debug I have a FRR but I'm not quite sure if it something Else > On Jan 22, 2017, at 10:38 AM, Peter Relson wrote: > > To be definitive: > > A properly coded call to IEAVPSE2 from a type 2 SVC, with

WAIT ECB=ECBLIST Storage Key

2017-01-30 Thread Joseph Reichman
Hi If I have 2 ECB's in storage key 8 one storage key 0 What should my storage key be ? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: VSMLIST

2017-02-22 Thread Joseph Reichman
I am trying to reference storage that I ( my TCB didn't necessarily obtain ) Sometime I think if this storage has been paged out I would get a S0C4 pic 11 If VSMLIST determines it has been getmain'ed Maybe I can PGSER FIX back in I just got 2.2 via RD they (IBM) gave us Omegamon maybe that

VSMLIST

2017-02-21 Thread Joseph Reichman
Hi I'm trying to find data for PGSER FIX would VSMLIST. For free space give me address of storage that have been allocated but paged out Thanks -- For IBM-MAIN subscribe / signoff / archive access instructions, send email

Re: TPROT question

2017-02-20 Thread Joseph Reichman
Thanks good to know as I using PGSER to get the storage back in > On Feb 20, 2017, at 2:05 PM, Adam Johanson wrote: > > One thing to watch for with TPROT (if you're looking at pageable storage) is > that you get the same condition code for storage that's paged out

Re: X-MEMORY Services

2017-02-22 Thread Joseph Reichman
Are you talking about PC rtn' AR programming or SRB Regardless try googling cross memory for beginners There is a doc by longpela The hardest to set up is PC rtn ETDEF tables etc I don't how good the IBM guide is extended addressability is Joe Reichman 8045 Newell St Apt 403 Silver

Re: TPROT question

2017-02-19 Thread Joseph Reichman
You are right the entire page has the same key The only thing I wasn't sure was the format I have always seen TPROT D1(B1),0 checking for a translation error what i you wanted to check For a specific key 1 - 15 Thanks > On Feb 19, 2017, at 6:03 PM, J R wrote: > >

Re: TPROT question

2017-02-19 Thread Joseph Reichman
l to catch in an FRR rather than to play 'what if'. > > On Sun, 19 Feb 2017 10:18:18 -0500 Joseph Reichman <reichman...@gmail.com> > wrote: > > :>I'am accessing storage in a different address space > :>Via an SRB and don't want to get a S0C4 I realize that in this c

Re: TPROT question

2017-02-19 Thread Joseph Reichman
Thank you so much 珞 > On Feb 19, 2017, at 4:32 PM, Binyamin Dissen <bdis...@dissensoftware.com> > wrote: > > You would use R2 directly in your example. > > On Sun, 19 Feb 2017 16:06:28 -0500 Joseph Reichman <reichman...@gmail.com> > wrote: > > :&

Re: TPROT question

2017-02-19 Thread Joseph Reichman
I'am accessing storage in a different address space Via an SRB and don't want to get a S0C4 I realize that in this case PSATOLD will be zero and I will be running in key zero but I was using TCBPKF as an example I'm not quite sure of the second operand usage Seems the same as the shift

Re: VSMLIST

2017-02-22 Thread Joseph Reichman
> On Feb 22, 2017, at 10:29 AM, Greg Dyck <gregd...@pobox.com> wrote: > >> On 2/22/2017 7:17 AM, Joseph Reichman wrote: >> I am trying to reference storage that I ( my TCB didn't necessarily obtain ) >> >> Sometime I think if this storage has been

Re: FRR Clarification One More Thing I forgot

2017-02-12 Thread Joseph Reichman
What I mean to say seems there a lots of way that an recovery routine becomes de-activated > On Feb 12, 2017, at 4:36 AM, Joseph Reichman <reichman...@gmail.com> wrote: > > FRB ? Do you mean FRR also dies that mean an FRR to provides protection in > the context of the cur

Re: FRR Clarification One More Thing I forgot

2017-02-12 Thread Joseph Reichman
FRB ? Do you mean FRR also dies that mean an FRR to provides protection in the context of the current RB Thing is I also Read the a PR instruction de-activates the FRR that's even worse Seems there are lots Joe Reichman 8045 Newell St Apt 403 Silver Spring MD 20910 Home (240) 863-3965 Cell

Re: FRR Clarification One More Thing I forgot

2017-02-12 Thread Joseph Reichman
What I meant was a PR instruction de-activates the recovery routines > On Feb 12, 2017, at 4:54 AM, Binyamin Dissen <bdis...@dissensoftware.com> > wrote: > > On Sun, 12 Feb 2017 04:36:59 -0500 Joseph Reichman <reichman...@gmail.com> > wrote: > > :>FRB ?

Re: RDT questions

2017-02-12 Thread Joseph Reichman
There is a z1090@yahoogroups for RD > On Feb 12, 2017, at 9:48 PM, Ambrose Jr wrote: > > Hi Team, > > I have some questions and doubts on RDT , can I rise here? or do we have > any separate group? > > Regards, > Ambrose.Jr > >

31 vs 24 QSAM

2017-02-15 Thread Joseph Reichman
Hi And thank you all I just did a benchmark And I had a significant savings in CPU time 24 bit QSAM .85 CPU time 31 bit QSAM .34 CPU time I could tell it ran a lot faster Joe Reichman 8045 Newell St Apt 403 Silver Spring MD 20910 Home (240) 863-3965 Cell (917) 748 -9693

Re: QSAM using DCBE macro

2017-02-15 Thread Joseph Reichman
IBM-MAIN@LISTSERV.UA.EDU Subject: Re: QSAM > using DCBE macro Is this supposed to be a poem? > > sas > > On Wed, Feb 15, 2017 at 10:00 AM, Joseph Reichman <reichman...@gmail.com> > wrote: > >> Hi >> >> Previously I had asked if there were any advantag

Re: 31 vs 24 QSAM

2017-02-15 Thread Joseph Reichman
sub-system similar > for each test? > >> On Wed, Feb 15, 2017 at 12:19 PM, Joseph Reichman <reichman...@gmail.com> >> wrote: >> Hi >> >> And thank you all >> >> I just did a benchmark >> >> And I had a significant savings in C

QSAM using DCBE macro

2017-02-15 Thread Joseph Reichman
Hi Previously I had asked if there were any advantages to using BSAM over QSAM I was told there were very little And with a high price of coding complexity Now I wonder about using the DCBE macro With QSAM if there are any advantages I.E. Using the large block interface Would this mean

Re: IEAVPSE2 in type 2 SVC

2017-01-18 Thread Joseph Reichman
And more stable > On Jan 18, 2017, at 2:40 AM, Elardus Engelbrecht > <elardus.engelbre...@sita.co.za> wrote: > > Joseph Reichman wrote: > >> I'm assuming based in your post that ieavpse2 Is valid in a type 2 SVC > > Please do not make that assumption about

Re: IEAVPSE2 in type 2 SVC

2017-01-19 Thread Joseph Reichman
du> wrote: > >> On Tue, 17 Jan 2017 10:30:34 -0500, Joseph Reichman wrote: >> >> I'm at work doing Application Assembler > > I'm confused. You are writing application level assembler code and you want > to know what you

Re: IEAVPSE2 in type 2 SVC

2017-01-17 Thread Joseph Reichman
This is on my Zpdt machine I'm assuming based in your post that ieavpse2 Is valid in a type 2 SVC I'm at work doing Application Assembler I'll re-post with detail later Thanks > On Jan 17, 2017, at 10:26 AM, Elardus Engelbrecht > wrote: > > Joe

Re: IEAVPSE2 in type 2 SVC

2017-01-17 Thread Joseph Reichman
No meaning I can't use the service > On Jan 17, 2017, at 7:11 AM, Steve Smith <sasd...@gmail.com> wrote: > > No, unfortunately, IBM provides no manuals or documentation, and there's no > way to search the web. > > sas > > On Mon, Jan 16, 2017 at 9:38

Re: IEAVPSE2 in type 2 SVC

2017-01-19 Thread Joseph Reichman
I'll investigate the abend Thanks Joe Reichman 8045 Newell St Apt 403 Silver Spring MD 20910 Home (240) 863-3965 Cell (917) 748 -9693 > On Jan 19, 2017, at 4:31 PM, Greg Dyck wrote: > >> On 1/19/2017 9:24 AM, Greg Dyck wrote: >> Many, many, moons ago type 2 SVCs were

Re: IEAVPSE2 in type 2 SVC

2017-01-19 Thread Joseph Reichman
That's what I thought Peter Relson seemed to imply that Suspend may not necessarily mean The Suspend macro in which case IEAVPSE2 wouldn't work I asked if that is what he meant and I didn't hear anything > On Jan 19, 2017, at 6:19 PM, Walt Farrell wrote: > >> On

Re: IEAVPSE2 in type 2 SVC

2017-01-20 Thread Joseph Reichman
I got a S0C1 and I do have an FRR the SVC is in CSA since I can set a breakpoint in CSA I have been using WTO's from what I see the FRR Never got control Regardless it seems I can't use this service in the SVC Thanks On Jan 20, 2017, at 10:23 AM, Peter Relson wrote: >>

IEAVPSE2 in type 2 SVC

2017-01-16 Thread Joseph Reichman
Hi I was looking in the notes on user SVC's For type 2 says can not suspend their caller That means suspend macro Would anyone know about ieavpse2 Thanks -- For IBM-MAIN subscribe / signoff / archive access instructions,

Re: IEAVPSE2 in type 2 SVC

2017-01-19 Thread Joseph Reichman
RD I would like to use sysplex and Z/VM but alas I'm not an ISV > On Jan 19, 2017, at 11:04 AM, Tom Marchant > <000a2a8c2020-dmarc-requ...@listserv.ua.edu> wrote: > >> On Thu, 19 Jan 2017 08:55:59 -0500, Joseph Reichman wrote: >> >> I us

Re: Assembly Error IEAMSCHD I can't see it may be you can and can Help thanks

2017-02-25 Thread Joseph Reichman
Thanks > On Feb 26, 2017, at 12:29 AM, Tony Harminc wrote: > >> On 26 February 2017 at 00:21, Joe Reichman wrote: >> I just cut and past the "RTMRADDR" from the documentation site and it >> assembled don't understand > > The keyword is RMTRADDR= . If

Re: ESTAE exit not being entered on abend

2016-08-31 Thread Joseph Reichman
You are better at this than me First thing I would think of is ESTAE appropriate Maybe I would try an FRR not sure Don't know the environment in the new AS > On Aug 31, 2016, at 11:54 AM, Blaicher, Christopher Y. > wrote: > > I have a job that does an address space

Re: EZAFTPKS

2016-09-09 Thread Joseph Reichman
The example just had a init command Joe Reichman 8045 Newell St Apt 403 Silver Spring MD 20910 Home (240) 863-3965 Cell (917) 748 -9693 > On Sep 9, 2016, at 8:30 AM, Kurt Quackenbush <ku...@us.ibm.com> wrote: > >> On 9/8/2016 10:38 PM, Joseph Reichman wrote: >>

Re: What is the STCB?

2016-09-12 Thread Joseph Reichman
I think 31 bit extension of the TCB > On Sep 12, 2016, at 10:21 AM, John McKown > wrote: > >> On Mon, Sep 12, 2016 at 9:16 AM, Charles Mills wrote: >> >> What is the STCB? For example, >> >> 312 (138) ADDRESS 4 TCBSTCB ADDRESS OF STCB >> >>

Re: EZAFTPKS

2016-09-09 Thread Joseph Reichman
t; > -Original Message----- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Joseph Reichman > Sent: Friday, September 09, 2016 9:03 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: EZAFTPKS > > Looking at the FCAI control block > &

EZAFTPKS

2016-09-08 Thread Joseph Reichman
Hi I have a FTP batch job which puts a file on my PC The input DD * Card has the ip of the PC with the port Username and password And a put command I would like to use the EZAFTPKS program interface to do this I looked the communication server ip programmers guide and reference and cannt

Re: S99ERROR = 21C For &

2016-09-23 Thread Joseph Reichman
If I allocate it as new without cataloging or keeping it will disappear after it used by HLASM Now that I think about it it disappears after The job step and since I am running this as started task oh well I get the idea Thanks > On Sep 23, 2016, at 5:34 PM, Farley, Peter x23353 >

Re: S99ERROR = 21C For &

2016-09-25 Thread Joseph Reichman
Thank you there is something up why the next dataset SYSPRINT is not catalogued after SVC 99 I copied the sysout allocation and redid the those applicable to sysprint Maybe I have a subtle bug Thanks > On Sep 25, 2016, at 5:25 PM, Paul Gilmartin >

Re: S99ERROR = 21C For & UNIT=VIO SYSOUT Class Question How about ATTACH JSTCB=YES

2016-09-25 Thread Joseph Reichman
Hi JR I think it's after the jobstep That the disp takes effect I know you have to be authorized for this But if I attach the assembler with JSTCB=YES The disp will happen Yes? > On Sep 25, 2016, at 3:31 PM, Paul Gilmartin > <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > >> On

Re: S99ERROR = 21C For & UNIT=VIO SYSOUT Class Question

2016-09-25 Thread Joseph Reichman
ne > >> On Sep 25, 2016, at 14:18, Joseph Reichman <reichman...@gmail.com> wrote: >> >> This is all very surprising to me >> >> Doesn't the assembler CLOSE sysprint >> >> If so wouldn't the CLOSE catalogue the dataset >> &g

Re: S99ERROR = 21C For &

2016-09-25 Thread Joseph Reichman
To All I absolutely have no idea what it was But I copied my code that allocated And catalogued my sysout file later used For input sysin to Assembler And got a 0 from SVC 99 And went to 3.4 and was able to see it > On Sep 25, 2016, at 5:25 PM, Paul Gilmartin >

Re: S99ERROR = 21C For & UNIT=VIO

2016-09-26 Thread Joseph Reichman
ailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Joseph Reichman > Sent: Monday, September 26, 2016 5:29 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: S99ERROR = 21C For & UNIT=VIO > > I guess I'll specify both of them > > ---

Re: intermittent errors using FTP program Interface EZAFTPKS

2016-10-09 Thread Joseph Reichman
> FCAI_Result at offset 32 into the FCAI, and what command is being passed in > the 3rd argument? Is the halfword length in front of the command correct? > > Bill > >> On Sun, 9 Oct 2016 20:07:53 -0400, Joseph Reichman wrote: >> >> That's what I am going to do

Re: intermittent errors using FTP program Interface EZAFTPKS

2016-10-09 Thread Joseph Reichman
Thanks I didn't the worst errors are things that work Sometimes only I have RD passport advantage don't know If I can I.E ( my level of support) As aside do you know where the doc is for IND$FILE Seems like it's a TSO command processor Maybe I can invoke via IKJTSOEV Thanks Joe Reichman

Re: ESD info using ENTRY name

2016-08-24 Thread Joseph Reichman
and do not represent > IBM Corporation. > == > > IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> wrote on > 08/24/2016 07:18:28 AM: > >> From: Joseph Reichman <reichman...@gmail.com> >> To: IBM-MAIN@LISTSER

Re: ESD info using ENTRY name

2016-08-24 Thread Joseph Reichman
d do not represent > IBM Corporation. > == > > IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> wrote on > 08/24/2016 10:36:26 AM: > >> From: Joseph Reichman <reichman...@gmail.com> >> To: IBM-MAIN@LISTSERV.UA.EDU >> Date: 08/24/2016 10:

ESD info using ENTRY name

2016-08-24 Thread Joseph Reichman
Hi Would anyone know if it's possible to get ESD info for a CSECT using an entry point label Either with IEWBIND getd or gete Thanks -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: S99ERROR = 21C For & UNIT=VIO

2016-09-25 Thread Joseph Reichman
Well I was able to allocate the datasets run Or BASSM to the assembler But I cann't find the sysprint dataset I had disp=(new,catlg) Thanks I am going to change the name and see > On Sep 25, 2016, at 7:52 AM, J R wrote: > > SA23-1371-05 > > z/OS V2R2 MVS

Re: S99ERROR = 21C For & UNIT=VIO

2016-09-24 Thread Joseph Reichman
So If I code DALSTATS = 04 and DALNDISP = 04 Which is disp=(NEW,DELETE) It should work I don't have a dataset name Regardless S99ERROR is 21C > On Sep 24, 2016, at 9:46 PM, Charles Mills wrote: > > Well, yeah, it has to be temporary -- you can't catalog a dataset in VIO!

Re: S99ERROR = 21C For & UNIT=VIO

2016-09-24 Thread Joseph Reichman
0002 0001 0005 50 D3 D6 C1 C4 > > Have you tried UNIT=SYSALLDA? > > Sent from my iPhone > >> On Sep 24, 2016, at 22:05, Joseph Reichman <reichman...@gmail.com> wrote: >> >> So If I code DALSTATS = 04 and DALNDISP = 04 >> Which is disp=(NEW,DELE

Re: S99ERROR = 21C For & UNIT=VIO WITH DALDUMMY no problem

2016-09-24 Thread Joseph Reichman
0001 0005 50 D3 D6 C1 C4 > > Have you tried UNIT=SYSALLDA? > > Sent from my iPhone > >> On Sep 24, 2016, at 22:05, Joseph Reichman <reichman...@gmail.com> wrote: >> >> So If I code DALSTATS = 04 and DALNDISP = 04 >> Which is disp=(NEW,DELE

Re: S99ERROR = 21C For & UNIT=VIO SYSOUT Class Question

2016-09-25 Thread Joseph Reichman
This is all very surprising to me Doesn't the assembler CLOSE sysprint If so wouldn't the CLOSE catalogue the dataset > On Sep 25, 2016, at 2:15 PM, Paul Gilmartin > <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > >> On Sun, 25 Sep 2016 13:47:15 -0400, Joe Reichman wrote: >> >>

Re: S99ERROR = 21C For & UNIT=VIO

2016-09-26 Thread Joseph Reichman
Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On >> Behalf Of Edward Gould >> Sent: Monday, September 26, 2016 4:44 PM >> To: IBM-MAIN@LISTSERV.UA.EDU >> Subject: Re: S99ERROR = 21C For & UNIT=VIO >> >> What options did you pass to the assembler? >> &

Re: S99ERROR = 21C For & UNIT=VIO

2016-09-26 Thread Joseph Reichman
Thanks Joe Reichman 8045 Newell St Apt 403 Silver Spring MD 20910 Home (240) 863-3965 Cell (917) 748 -9693 > On Sep 26, 2016, at 8:21 PM, Charles Mills wrote: > > As I said once, NODECK obviates the need for SYSPUNCH, not SYSLIN. You need > NOOBJ (?) to turn off SYSLIN. > >

Re: S99ERROR = 21C For & UNIT=VIO

2016-09-26 Thread Joseph Reichman
I guess I'll specify both of them > On Sep 26, 2016, at 8:21 PM, Charles Mills wrote: > > As I said once, NODECK obviates the need for SYSPUNCH, not SYSLIN. You need > NOOBJ (?) to turn off SYSLIN. > > Charles > -Original Message- > From: IBM Mainframe Discussion List

Re: intermittent errors using FTP program Interface EZAFTPKS

2016-10-09 Thread Joseph Reichman
Do you mean I can Call, Link Attach EP=SUBMIT Having R1 point to A(JCL) On Oct 9, 2016, at 9:38 PM, Charles Mills wrote: >> SUBMIT surely uses the VSAM-like (RPL) JES interface so that it can get the >> jobid upon ENDREQ ... > > Fair enough. > > Another option available to

Re: intermittent errors using FTP program Interface EZAFTPKS

2016-10-09 Thread Joseph Reichman
om: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Joseph Reichman > Sent: Sunday, October 09, 2016 6:43 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: intermittent errors using FTP program Interface EZAFTPKS > > Do you mean I can Call,

Re: TSO Command to issue message to Outtrap

2016-11-03 Thread Joseph Reichman
I have used it to capture data in test I.E list command where I can interrogate the data at A breakpoint > On Nov 2, 2016, at 3:13 PM, Dyck, Lionel B. (TRA) wrote: > > Does anyone know of any TSO command (or REXX function) that will let me send > text to the screen

Re: intermittent errors using FTP program Interface EZAFTPKS

2016-10-11 Thread Joseph Reichman
Still working on the problem Tom Bre... ( not sure of the correct spelling author Of Vista ) suggested I try to link to FTP Link EP=FTP Wrote a dummy program and it worked However when I tried to test the code under TEST in my program bombed with a S0C4 I did have all three required files

Re: intermittent errors using FTP program Interface EZAFTPKS

2016-10-11 Thread Joseph Reichman
> INTRDR dynamically with SVC 99. Look for a text unit called "output writer" > or something like that. > > Charles > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Joseph Reichman > Sent: Tuesda

Re: intermittent errors using FTP program Interface EZAFTPKS

2016-10-09 Thread Joseph Reichman
ld do an internet search on > ibm ind$file > > You may find documentation that way > > Lizette > > >> -Original Message- >> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On >> Behalf Of Joseph Reichman >> Sent: Sunday

Re: intermittent errors using FTP program Interface EZAFTPKS

2016-10-09 Thread Joseph Reichman
V.UA.EDU > Subject: Re: intermittent errors using FTP program Interface EZAFTPKS > > Joe, > > > You could do an internet search on > ibm ind$file > > You may find documentation that way > > Lizette > > >> -Original Message----- >> From

Re: intermittent errors using FTP program Interface EZAFTPKS

2016-10-09 Thread Joseph Reichman
ocumentation you will find (watch the > wrap): > http://www3.rocketsoftware.com/bluezone/help/v52/en/bz/bzdp_href_technical-r > eference.htm#bzdp_href_technical-reference_Bzdp_href_technical-refere281 > > Charles > -Original Message- > From: IBM Mainframe Discussion Li

Re: intermittent errors using FTP program Interface EZAFTPKS

2016-10-09 Thread Joseph Reichman
rom: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Joseph Reichman > Sent: Sunday, October 09, 2016 4:51 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: intermittent errors using FTP program Interface EZAFTPKS > > I am looking to down load an Assemble

Re: Problems installing Suse Linux under zpdt.

2017-01-12 Thread Joseph Reichman
There is a z1090 yahoo usergroup You can also open up a PMR Joe Reichman 8045 Newell St Apt 403 Silver Spring MD 20910 Home (240) 863-3965 Cell (917) 748 -9693 > On Jan 12, 2017, at 4:17 AM, Itschak Mugzach wrote: > > I am trying to install Suse linux 12 SP2 on a zPDT

Re: Problems installing Suse Linux under zpdt.

2017-01-12 Thread Joseph Reichman
Call 18004267378 IBM Or post your problem to z1...@yahoogroups.com Joe Reichman 8045 Newell St Apt 403 Silver Spring MD 20910 Home (240) 863-3965 Cell (917) 748 -9693 > On Jan 12, 2017, at 7:47 AM, R.S. wrote: > > W dniu 2017-01-12 o 10:17, Itschak Mugzach

Re: Multi SRB

2016-12-29 Thread Joseph Reichman
That's a really good question in windows there is no concept of RB each program is a task thread Seems like openmvs unix creates a new Address space what are all those Bpxas jobs running Joe Reichman 8045 Newell St Apt 403 Silver Spring MD 20910 Home (240) 863-3965 Cell (917) 748 -9693

Thanks John Mckown

2016-12-27 Thread Joseph Reichman
John Thanks that's what I was looking for only at the TCB level ( 2 different TCBs) can there be concurrent execution of code -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: Multitasking question

2016-12-27 Thread Joseph Reichman
It's misleading the unit of work is really the RB One more somewhat pertinent question in a address space if the unit of work is a SRB that address is ASCBSAWQ > On Dec 27, 2016, at 12:57 PM, Ed Jaffe wrote: > >> On 12/27/2016 9:51 AM, Joe Reichman wrote: >>

Current work unit

2017-01-14 Thread Joseph Reichman
Hi If PSATOLD is zero Would the current workunit Be PSAAOLD->ASXBFSRB first SRB of the home address space ? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the

Re: Current work unit

2017-01-14 Thread Joseph Reichman
That is a Pointer to a SRB ? > On Jan 15, 2017, at 12:22 AM, Binyamin Dissen <bdis...@dissensoftware.com> > wrote: > > No. It would be an SRB. > > On Sat, 14 Jan 2017 21:31:32 -0500 Joseph Reichman <reichman...@gmail.com> > wrote: > > :>If PSATOLD

Re: Spool file

2017-03-22 Thread Joseph Reichman
te text) that requires you to IPL. > > I am guessing you are seeing HASP message and maybe IEC messages. But show us > what you see. > > Thank you > > Lizette > > >> -Original Message- >> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTS

Re: Spool file

2017-03-23 Thread Joseph Reichman
t; -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Joseph Reichman > Sent: Thursday, 23 March 2017 8:53 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Spool file > > My parmlib member points to SPOOL as the volu

Re: Spool file

2017-03-23 Thread Joseph Reichman
gt;> -Original Message- >> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On >> Behalf Of Joseph Reichman >> Sent: Thursday, March 23, 2017 8:12 AM >> To: IBM-MAIN@LISTSERV.UA.EDU >> Subject: Re: Spool file >> >> Thanks >>

  1   2   3   4   5   6   7   8   9   10   >