Re: empty KSDS behavior - why?

2018-06-04 Thread J R
The point made was that the paragraph did not make sense as printed. The suggestion was *not* that LSR and RLS were equivalent. > On Jun 4, 2018, at 08:26, Allan Staller wrote: > > "(I'm assuming that last usage of "RLS" > should be "LSR".)" > > No. RLS and LST are *VERY* different. ---

Re: Tapeless delivery

2018-04-27 Thread J R
> Dr. Evil wrote: > > ... The data that is in these files are only known by the President of the > company and I think one VP. The President’s boss work’s in another country > and the board is scattered around the world, if I met one in the hallway I > would not know him. The “board” is only

Re: IRS - 60-Year-Old IT System Failed on Tax Day Due to New Hardware (nextgov.com)

2018-04-20 Thread J R
That looks more like when the TOD clock overflows. > On Apr 20, 2018, at 18:17, Lester, Bob wrote: > > I, OTOH, seem to remember 2049 as the (or our?) window. Not sure these days, > I'm busy in penguin land > > BobL --

Re: IRS Assembler Java Big Plus Jobs

2018-04-19 Thread J R
I don't often agree with you, Scott, but when one of the leading mainframe advisers advocates replacing mainframe assembler code with multi-platform java, it's only a matter of time before businesses will try to save money on hardware also. > On Apr 18, 2018, at 20:50, scott Ford wrote: > >

Re: Software Delivery on Tape to be Discontinued

2018-03-26 Thread J R
Assuming the current tape delivery is "outside data", how do you get it into the building? If Ted McNeil were still active in this forum, he'd say that auditors don't make policy, they just enforce it. This whole attitude seems a little weird: Replacing z/OS with Windows because IBM is cha

Re: Abend cross memory post

2018-03-21 Thread J R
ld be l(255) m(2) > Anyway I’ll check out the ASCB again though I’m sure it was right > > Thanks > > > >> On Mar 21, 2018, at 10:22 PM, J R wrote: >> >> Also, the second half of your data is misaligned. L 1R? L(256) M(2) XC >> would fix that.

Re: Abend cross memory post

2018-03-21 Thread J R
Are you sure R15 is not 0? 00 The target address space control block (ASCB) is incorrect. On Mar 21, 2018, at 22:45, Joseph Reichman mailto:reichman...@gmail.com>> wrote: As I look in the SDWA R15 is 000C The only reason code documented is 0 For 602 is 0 On Mar 21, 2018, at 10:22

Re: Abend cross memory post

2018-03-21 Thread J R
Also, the second half of your data is misaligned. L 1R? L(256) M(2) XC would fix that. > On Mar 21, 2018, at 21:54, Joe Reichman wrote: > > .hi > I am getting an abend on xmem post I’ll post the macro > >POST (R4),X >

Re: Abend cross memory post

2018-03-21 Thread J R
Are you sure the abend isn't s602? > On Mar 21, 2018, at 21:54, Joe Reichman wrote: > > > Of the post everything is okay -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.ed

Re: Codepage

2018-03-06 Thread J R
>From an ASCII v EBCDIC standpoint, x'00' is NUL on both sides. Why not use it >as your end of message delimiter. Of course, you haven't given the complete picture. What else is in the message stream? Is it text only? Are there any binary fields included? Control fields? Etc? > On Ma

Re: Product license key program

2018-03-05 Thread J R
I apologize up front for my pedantry. However, in the context of this argument ... er ... discussion, it seems apropos: You typed 'incite' I think you meant 'insight'. You typed 'site' I think you meant 'cite' (twice). Peace! On Mar 5, 2018, at 16:02, Savor, Thomas (Alpharetta) mailto:thomas.

Re: Cobol EBCDIC to ASCII

2018-02-18 Thread J R
Yes, I'm well aware of that. Historically, however, it's been more likely for a started task to use the interface than a batch job. > On Feb 18, 2018, at 16:04, Seymour J Metz wrote: > > Those all apply to batch jobs as well.

Re: Cobol EBCDIC to ASCII

2018-02-18 Thread J R
Actually, I was primarily thinking of CSCB, CIB, use of QEDIT, etc. On Feb 18, 2018, at 15:00, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: >> Side note 2: I notice that you code in COBOL. If the fact that your >> program runs as an STC is relevant, I would recomme

Re: Cobol EBCDIC to ASCII

2018-02-18 Thread J R
If the spec you are working to says nothing about the inbound data other than "ASCII", you should be able to assume (yes, I know) that the data contains nothing more than the basic characters 'A' to 'Z', 'a' to 'z' and '0' to '9'. No punctuation, no characters with diacritical marks, no binary

Re: Passing data from step-to-step in single job using memory??

2017-12-03 Thread J R
"z/OS Unix" as opposed to "Normal MVS" I like that clarification! > On Dec 3, 2017, at 10:20, Peter Relson wrote: > > Given that an unauthorized user has access only to unauthorized subpools > and that all unauthorized subpools are freed between steps, some less > direct approach would

Re: Shocking Bug in Latest PCOMM Release

2017-11-23 Thread J R
I've detested PCOMM for decades. User configuration never seemed friendly and, even with perseverance, didn't always cater to valid combinations. IND$FILE was like using a screwdriver to bang in a nail. Then there was the XMIT hoop to jump through. The best I've ever been able to use to get

Re: Finally joined Linkedin

2017-11-21 Thread J R
Hear, hear! I was beginning to fear the worst. > On Nov 21, 2017, at 18:35, Charles Mills wrote: > > Welcome back! > > Charles > > --- > > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Seymour J Metz > Sent: Tuesday, No

Re: [EXTERNAL] Re: Pipelines in the z/OS base.

2017-11-16 Thread J R
That's pretty standard for any CP whose I/O is not specifically intended for terminal management. > On Nov 16, 2017, at 09:04, John McKown wrote: > > ​Looking at the above, I can see that, if such were implemented, it would > probably have a requirement that the TSO command whose output is bei

Re: how to copy JES2 Report that contains ASCII Chars to a dataset in SDSF and retain ASCII

2017-09-25 Thread J R
I think 8B is an ordinary printer channel command, either print-then-space or space-then-print. The OP may be confused between ASCII and ASA/ANSI. Looks like JES2 knew the data was ASCII and displayed it accordingly. > On Sep 25, 2017, at 17:32, Paul Gilmartin > <000433f07816-dmarc-re

Re: how to copy JES2 Report that contains ASCII Chars to a dataset in SDSF and retain ASCII

2017-09-25 Thread J R
So ... you didn't actually want to save it as ASCII? > On Sep 25, 2017, at 17:22, Lizette Koehler wrote: > > When editing the file in SDSF, I need to use the SOURCE ASCII command -- For IBM-MAIN subscribe / signoff / archi

Re: changing the STC identifier

2017-08-16 Thread J R
IEFRDER/unitaddr was originally for unit record tasks (readers & writers) which would never be shared. (Also worked for tape drives.) It enables start/stop/modify commands to be issued against the unit address. What's odd is why you're using it in this day and age for shareable devices. If

Re: Formatting a ZFS

2017-07-05 Thread J R
Well known? I only "know" you from this and the assembler list. As far as I recall, you are the only person that has categorized yourself as weird! > On Jul 5, 2017, at 12:03, John McKown wrote: > > But I'm well known for doing "weird" things. --

Re: IBM customer anchor

2017-06-30 Thread J R
The right thing to do is obvious. The major problem, though, is that the right thing being done is on the honor system. Obviously, some of the biggest players in the arena are antisocial enough to believe that being honorable and doing what's right are not applicable to them. > On Jun 24, 20

Re: Assembler program

2017-06-30 Thread J R
LR15,PSAAOLD-PSAASCB ADDRESS ICM R15,15,ASCBTSB-ASCB(R15) TSB ADDR BZ NOTTSO On Jun 30, 2017, at 14:54, PINION, RICHARD W. mailto:rpin...@firsttennessee.com>> wrote: I need to know if the program has been executed from batch job or if i

Re: JES2 Exit 16 (was Re: how to keep messages in the sys1.broadcast for ever)

2017-06-30 Thread J R
I used the term "horsepower" in the general sense, collectively CPU, memory and external storage (DASD). But, you're right, memory was the primary requirement because that's the basis of a region. > On Jun 29, 2017, at 18:50, Edward Gould wrote: > > That is not how I remember it (multiple T

Re: JES2 Exit 16 (was Re: how to keep messages in the sys1.broadcast for ever)

2017-06-29 Thread J R
No. I've heard of ROSCOE but I've never encountered it. > On Jun 29, 2017, at 20:31, Anthony Thompson > wrote: > > Is it possible that it is ROSCOE (alternative to TSO) that your lonely last > brain cell is trying to remember?

Re: JES2 Exit 16 (was Re: how to keep messages in the sys1.broadcast for ever)

2017-06-29 Thread J R
> On Jun 29, 2017, at 17:52, J R wrote: > > It really was a long time ago, but I think only one TSO user was swapped in > at a time within each region. (There were TSEVENTs then, much like SYSEVENTs > now). > > Caveat: I'm pretty much down to my last

Re: JES2 Exit 16 (was Re: how to keep messages in the sys1.broadcast for ever)

2017-06-29 Thread J R
It really was a long time ago, but I think only one TSO user was swapped in at a time within each region. (There were TSEVENTs then, much like SYSEVENTs now). Caveat: I'm pretty much down to my last brain cell, so I could be misremembering. I spent 50 years in this business; the knowledge

Re: JES2 Exit 16 (was Re: how to keep messages in the sys1.broadcast for ever)

2017-06-29 Thread J R
Well, DAIR was invented for TSO and required TSO calling parameters when invoked. (PSCB, UPT, etc). However, MVS introduced one address space per TSO user (no TSO regions) and the distinction between TSO users and other job types became blurred. This included DYNALLOC which was/is not dependan

Re: JES2 Exit 16 (was Re: how to keep messages in the sys1.broadcast for ever)

2017-06-29 Thread J R
Well, it's a long, long time ago, but I seem to remember that many TSO sessions would share a TSO Region, which was a single job. (No address spaces then.). If you had lots of TSO users, and sufficient horsepower, you would run multiple TSO Regions. On Jun 29, 2017, at 15:15, John McKown wr

Re: JES2 Exit 16 (was Re: how to keep messages in the sys1.broadcast for ever)

2017-06-29 Thread J R
More likely that all I/O was done in a TMP task that supported requests from the SEND and LISTBC commands. > On Jun 29, 2017, at 13:13, John McKown wrote: > > The DCB was in common storage so that the SEND command could just write to > the DSN using it. ---

Re: JES2 Exit 16 (was Re: how to keep messages in the sys1.broadcast for ever)

2017-06-29 Thread J R
The original API for dynamic allocation was DAIR. > On Jun 29, 2017, at 13:13, John McKown wrote: > > ​This originated back is MVT days. MVT did not really have an API for > dynamic allocation. The data set was "fake opened" (i.e. code other than > OPEN found the DSN & extents, and built an "o

Re: ERBSCAN problem

2017-06-21 Thread J R
Its just that it was a temporary dataset allocated to SYSPRINT that got the B37 abend. > On Jun 21, 2017, at 12:05, Mark Pace wrote: > > I'm not sure how I would that, or how to point ERBSCAN to use that dataset. > >> On Wed, Jun 21, 2017 at 11:26 AM, J R wrote

Re: ERBSCAN problem

2017-06-21 Thread J R
Have you tried preallocating a large SYSPRINT dataset? > On Jun 21, 2017, at 11:05, Mark Pace wrote: > > I'm trying to run an ERBSCAN against a really large SMF file. > > Please Wait... Copying to temporary VSAM dataset... > > Then after a minute. > > IEC030I B37-04,IFG0554A,MARPACE,IKJAC

Re: APF authorization and AC(00)

2017-06-11 Thread J R
Another question: Wasn't REFR for SVC type 3/4 modules so that they could be refreshed in the transient area following preemption without fear that they may have been modified prior to being preempted? Sent from my iPhone > On Jun 11, 2017, at 20:52, Steve Thompson wrote: > > Question: Was

Re: APF authorization and AC(00)

2017-06-11 Thread J R
Another question: Wasn't REFR for SVC type 3/4 modules so that they could be refreshed in the transient area following preemption without fear that they may have been modified prior to being preempted? Sent from my iPhone > On Jun 11, 2017, at 20:52, Steve Thompson wrote: > >> On 06/11/201

Re: job output into dataset

2017-05-09 Thread J R
It also returns the JES JobId of the submitted job which is extremely helpful if the same JobName is submitted multiple times. Sent from my iPhone > On May 9, 2017, at 14:58, John McKown wrote: > > Also, any more, I use the ACB interface instead of the DCB interface. This > allows the use of

Re: job output into dataset

2017-05-07 Thread J R
Huh? REPORTS? Someone's confused. Sent from my iPhone > On May 7, 2017, at 12:34, Lizette Koehler wrote: > > INTRDR is used to submit REPORTS or JCL into SPOOL. -- For IBM-MAIN subscribe / signoff / archive access instr

Re: SFTP issue with GDG Dataset

2017-05-01 Thread J R
Yep, my first response was returned because it began with a slash. Listserv thought it might be a command. Sent from my iPhone > On May 1, 2017, at 11:36, Carmen Vitullo wrote: > > Thanks, that must have been snipped from some responses - > Carmen -

Re: SFTP issue with GDG Dataset

2017-05-01 Thread J R
" //SORTINDD DSN=TEST.TEST.TEMP(0),UNIT=3390, // VOL=SER=TSO020 DISP defaults to NEW,DELETE. GDG (0) requires OLD or SHR. Sent from my iPhone > On May 1, 2017, at 11:04, Carmen Vitullo wrote: > > Very good pointers from Lizette, I'm confused, I don't see any SORTIN DD > where

Re: Snap

2017-04-28 Thread J R
Depending on circumstances, you may need a FREEPOOL also. Sent from my iPhone > On Apr 28, 2017, at 08:30, scott Ford wrote: > > John: > > Thank you kind sir. Much appreciated..I am verifying I dont have a storage > creep issue when we call IRRSEQ00... > > Scott > > On Fri, Apr 28, 2017 at

Re: Issue with SK4T-4949-13 - IBM Online Library: z/OS V2R2 Collection, March 2017

2017-04-27 Thread J R
Hear, hear! Sent from my iPhone > On Apr 27, 2017, at 09:50, Dana Mitchell wrote: > >> On Thu, 27 Apr 2017 07:31:11 +0200, Peter Hunkeler wrote: >> >> Now, I B M w i l l y o u p l e a s e, p l e a s e n o t a b a n d >> o n t h i s "Download books in PDF format" support ever!

Re: Terminology - Datasets

2017-04-26 Thread J R
When I first heard the term "dataset", it meant "modem". Sent from my iPhone -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: SYS1.BRODCAST

2017-04-21 Thread J R
Going back to your original question, I think a reasonable UACC for BRODCAST would be NONE. This is because all "normal access", ie writing and reading, is handled under the covers by the SEND and LISTBC commands. Even with user logs, the likelihood is that the id sending the message is not

Re: SYS1.BRODCAST

2017-04-19 Thread J R
I haven't looked anything up and it may have changed since the dark ages. However, BRODCAST (and presumably the "user" equivalents) is updated by the SEND command. I don't think you want UACC of UPDATE because then any old user would be able to update it and possibly destroy its format in the

Re: 3270 emulator display/translation oddity with windows 10

2017-03-10 Thread J R
I have to disagree with you there. Of all the emulators I've been encumbered with, IBM's PComm is the worst. The best I've ever used is Tom Brennan's Vista! Just my opinion. Sent from my iPhone > On Mar 10, 2017, at 13:30, Jack J. Woehr wrote: > > Mike Beer wrote: >> there are some very g

Re: curious: why S/360 & decendants are "big endian".

2017-03-09 Thread J R
Originally archaic, of course. But these days it's also poetic. "Twenty-four blackbirds" would not maintain the meter/metre. ;-) Sent from my iPhone > On Mar 9, 2017, at 18:16, Bill Woodger wrote: > > Four-and-twenty is not poetic, it is archaic, with continuing regional use in > the UK.

Re: curious: why S/360 & decendants are "big endian".

2017-03-09 Thread J R
"Four-and-twenty blackbirds ..."? When poetic licence kicks in, all bets are off! Sent from my iPhone On Mar 9, 2017, at 17:05, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: On Thu, 9 Mar 2017 15:27:58 -0600, Moha

Re: Check out Massive Amazon cloud service outage disrupts sites

2017-03-03 Thread J R
Maybe a side effect of Agile / DevOps. Ah, well, time for a Scrum! Sent from my iPhone -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: TPROT question

2017-02-19 Thread J R
One other thing: If you do use TPROT, you don't need to loop along the target. Just the first byte is good unless it crosses a page boundary. In that case you need to TPROT one byte in each page that the target occupies. Sent from my iPhone ---

Re: JCL IF Condition - I'm Missing Something

2017-02-17 Thread J R
Did you mean RC > 0 ? Sent from my iPhone > On Feb 17, 2017, at 14:29, Hardee, Chuck > wrote: > > William, > > Here's a modified version of your test without SETs: > > //* > //CKEXIST1 EXEC PGM=IDCAMS > //SYSPRINT DD SYSOUT=*

Re: Debit card PIN block encryption

2017-02-01 Thread J R
Mike, I think you may be "spinning your wheels" because no one said from what perspective exactly they want you to look into it. Tell them you've done that, then ask what specifically they want to know. Are these people application types? Do they want to know what's changed from v1.13 to

Re: Subsystem function code 16, 17, 18, and 19

2017-01-22 Thread J R
I don't think Chip wants to invoke those function codes. He wants to develop a subsystem that supports those functions. Sent from my iPhone > On Jan 22, 2017, at 10:26, Lizette Koehler wrote: > > This chapter that lists codes you can use. The ones you are asking about are > not in the list

Re: IEC141I 013-A8: how to read VS data sets?

2017-01-06 Thread J R
I think the "wrinkle" is that a file mark need not be written if there is no room for it at end-of-extent. ie. no point getting a new extent just for the file mark; end-of-(last)extent is a valid EOF. Too bad "DASD Bill" (Fairchild) hasn't chimed in. I'm sure he would cite the gospel on thi

Re: IEC141I 013-A8: how to read VS data sets?

2017-01-06 Thread J R
Sent from my iPhone > On Jan 6, 2017, at 10:27, Bill Woodger wrote: > > 1) short or coincidentally-full block, unfilled track; So, in the case of a favorable TRKBAL, the access method doesn't back up over the file mark and write the first new block in its stead? It would have to remove th

Re: IEC141I 013-A8: how to read VS data sets?

2017-01-06 Thread J R
Sent from my iPhone > On Jan 6, 2017, at 09:37, Bill Woodger wrote: > > "with the exception of the last block or track." Are we not talking about the "last (used) track" in the case of MOD? -- For IBM-MAIN subscribe / signo

Re: IEC141I 013-A8: how to read VS data sets?

2017-01-06 Thread J R
MOD, I believe, does start by filling the last track; but it would be sheer luck if the erstwhile last block were a standard block. Consequently, the odds are stacked against the dataset remaining properly standard. In any event, DISP=MOD with RECFM=FBS leaves the dataset labelled as RECFM=F

Re: IEC141I 013-A8: how to read VS data sets?

2017-01-05 Thread J R
What does RECFM=FS mean? How does it differ from RECFM=F? Sent from my iPhone > On Jan 5, 2017, at 20:12, Bill Woodger wrote: > > Yet in modern times the S for F has its uses. If a C/C++ program is going to > use a "seek" for a file, if the file is F/FB, then the file will be read from >

Re: Knowledge Center

2017-01-03 Thread J R
Isn't this just yet another example of why DevOps does not meet mainframers' expectations? Sent from my iPhone > On Jan 3, 2017, at 08:24, Allan Staller wrote: > > Allan Staller asked: >> When is KC going to be as available as a typical z/OS sysplex? >> i.e. 99.% availability? -

Re: TSO LINE COMMAND - EDIT MODE

2016-12-16 Thread J R
How about ))15 followed by ((15 on the last line? With complementary )) and (( on the last line. Sent from my iPhone > On Dec 16, 2016, at 10:24, willie bunter > <001409bd2345-dmarc-requ...@listserv.ua.edu> wrote: > > John, > > I tried out your suggestion and it pariallly worked.. Th

Re: Uppercasing MVS operator commands

2016-12-14 Thread J R
Commands by and large do not need to be folded to uppercase because the SVC34 / MGCR interface does a smart "fold" which honors quotation marks. I suspect the immediate /cmd option knows not to mess with the command but the extended panel is at the mercy of the ISPF uppercase panel option which

Re: TSO Help - showing incomplete information - Friday conundrum

2016-11-18 Thread J R
It's been a while, so I could be wrong, but I seem to recall that HELP's behaviour is influenced by the contents of ECTPCMD and ECTSCMD. Sent from my iPhone > On Nov 18, 2016, at 18:11, Jesse 1 Robinson wrote: > > As Ed says, it's always been like this. I believe that all commands with > sub

Re: Randomly disappearing IGD101I messages.

2016-10-20 Thread J R
Sorry, I didn't properly articulate what I meant to convey. I was trying to point out that the term "allocation" is used in more than one context, ie. in the case of datasets, (1) assigning datasets to DD names, and, specifically in the case of datasets on DASD, (2) their creation and placement

Re: Randomly disappearing IGD101I messages.

2016-10-20 Thread J R
Dynalloc's S99MSGL0 is the equivalent of JCL's MSGLEVEL=0, ie. the allocation of datasets to ddnames. Messages describing the details of actually creating new datasets on DASD are related to DADSM. Sent from my iPhone > On Oct 20, 2016, at 15:18, Peter Hunkeler wrote: > > >> "So, it is D

Re: Changing the primary AUTHID using RACROUTE

2016-10-13 Thread J R
016 1:14 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Changing the primary AUTHID using RACROUTE >Put the address of the new ACEE in ASCBSENV and/or TCBSENV as appropriate? >J R I think it's ASXBSENV. For my test application TCBSENV is 0. I get a S0C4 when I do attempt to replace

Re: Changing the primary AUTHID using RACROUTE

2016-10-12 Thread J R
Put the address of the new ACEE in ASCBSENV and/or TCBSENV as appropriate? Sent from my iPhone On Oct 12, 2016, at 21:36, Janet Graff <004dc9e91b6d-dmarc-requ...@listserv.ua.edu> wrote: >> Thanks for the info. It helps a bit, but not enough. > >> First, just to make sure you know, you can

Re: intermittent errors using FTP program Interface EZAFTPKS

2016-10-09 Thread J R
You can use either ACB or DCB, but you can only retrieve the jobid using ACB. Sent from my iPhone > On Oct 9, 2016, at 22:07, Joseph Reichman wrote: > > You mean DCB right it's QSAM > >> On Oct 9, 2016, at 10:04 PM, Charles Mills wrote: >> >> Nope. You can (details from memory) open an ACB

Re: Link to the September 16 refresh of the z/OS 2.2 manuals?

2016-09-26 Thread J R
Is this what you're looking for? https://www.ibm.com/e-business/linkweb/publications/servlet/pbi.wss?CTY=US&FNC=SRX&PBL=SK4t-4949 Sent from my iPhone On Sep 26, 2016, at 15:38, Horacio Villa mailto:hvi...@ar.ibm.com>> wrote: I've searched IBM Publications Center with no success. Could someone t

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

2016-09-25 Thread J R
I don't think so. Even with JSTCB=YES, it's stil in the same step, so the initiator doesn't get involved. Sent from my iPhone > On Sep 25, 2016, at 16:32, Joseph Reichman wrote: > > Hi > > JR I think it's after the jobstep > > That the disp takes effect > > I know you have to be authoriz

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

2016-09-25 Thread J R
No. It's the FREE or end-of-step that triggers the DISP. Did you try the DALCLOSE that you mentioned? Sent from my iPhone > On Sep 25, 2016, at 14:18, Joseph Reichman wrote: > > This is all very surprising to me > > Doesn't the assembler CLOSE sysprint > > If so wouldn't the CLOSE catalo

Re: S99ERROR = 21C For &&OBJ UNIT=VIO

2016-09-25 Thread J R
ua.edu>> wrote: On Sun, 25 Sep 2016 02:02:43 +, J R wrote: >From the FM: Verb code 01 - Dsname allocation text units Dsname specification - Key = '0002' DALDSNAM specifies the name of the data set to be allocated. The data set name can contain special characters

Re: S99ERROR = 21C For &&OBJ UNIT=VIO

2016-09-24 Thread J R
If you specify NODECK you shouldn't need SYSLIN. Sent from my iPhone > On Sep 24, 2016, at 22:23, Joseph Reichman wrote: > > I wonder if I can dummy SYSLIN as I just want the assembler listing > > > >> On Sep 24, 2016, at 10:15 PM, J R wrote: >

Re: S99ERROR = 21C For &&OBJ UNIT=VIO

2016-09-24 Thread J R
FM says you can have a DSN : Example: To specify the temporary dsname &LOAD, code: KEY # LEN PARM 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 wrote: > > So If I code DALSTATS = 04 a

Re: S99ERROR = 21C For &&OBJ UNIT=VIO

2016-09-24 Thread J R
>From the FM: Verb code 01 - Dsname allocation text units Dsname specification - Key = '0002' DALDSNAM specifies the name of the data set to be allocated. The data set name can contain special characters, if the data set name is enclosed in apostrophes. The system cannot catalog a data set nam

Re: Binder: What happened to nice simple x37 abend

2016-09-23 Thread J R
I meant to say that the access method issues the STOW, if the JFCB contains a member name, *within* CLOSE. Sent from my iPhone > On Sep 23, 2016, at 20:07, J R wrote: > > I think x37 for directory full condition only occurs when writing to a member > as a result of an alloc

Re: Binder: What happened to nice simple x37 abend

2016-09-23 Thread J R
I think x37 for directory full condition only occurs when writing to a member as a result of an allocation with a member name. The access method writes the data, then tries to STOW the member name. If that fails, it issues a x37 instead of a CLOSE. If an application is issuing its own STOW,

Re: SVC 99 Quick Question

2016-09-18 Thread J R
No! Sent from my iPhone > On Sep 18, 2016, at 12:31, Joe Reichman wrote: > > Hi > > > > I am allocating a new ds using SVC 99 does the order the Text Units matter ? > or as long as I have them all there > > > > Thanks > > > > > > > ---

Re: Jesmaster manual

2016-09-17 Thread J R
If you are familiar with SDSF this may help: https://www.yumpu.com/en/document/view/24299153/jesmaster-to-sdsf-commands Sent from my iPhone > On Sep 17, 2016, at 09:11, Peter wrote: > > Hello > > Does anyone has jesmaster manual and willing to share ? > > Peter > > ---

Re: z/OS not always superior to z/VSE was Re: Reading IDCAMS BACKUP Tape generated on Z/Vse with my Z/Os

2016-09-06 Thread J R
n Sep 6, 2016, at 07:32, John McKown wrote: > >> On Mon, Sep 5, 2016 at 6:58 PM, J R wrote: >> >> Don't know about "people friendly mm/dd/yy format". At least half the >> world use dd/mm. And more than one third of dates can't be assumed wit

Re: z/OS not always superior to z/VSE was Re: Reading IDCAMS BACKUP Tape generated on Z/Vse with my Z/Os

2016-09-05 Thread J R
Don't know about "people friendly mm/dd/yy format". At least half the world use dd/mm. And more than one third of dates can't be assumed with certainty unless there is at least one certain other for guidance. Personally, I find -mm-dd the most friendly. (Much to the disquietude of my fam

Re: z/OS Operating System size

2016-09-05 Thread J R
NDGEN approach was used for the inclusion of instructions that the > compiler would not generate (like PTLB). > > Mike Myers > z.OS systems programmer and consultant > Mentor Services Corporation > >> On 09/03/2016 09:03 PM, J R wrote: >> That may not reliably indi

Re: z/OS Operating System size

2016-09-03 Thread J R
That may not reliably indicate "size" in lines of PL/S code. As I recall, the vast majority of modules were migrated to PL/S by simply wrapping them in the equivalent of: PROC GENERATE ENDGEN END Sent from my iPhone > On Sep 3, 2016, at 20:35, Rob Schramm wrote: > > Maybe

Re: Comments in SYS1.PARMLIB

2016-08-23 Thread J R
Use the REXX approach. Start with a comment that signals that the new standard syntax is being used. /* CARDINAL SYNTAX */ Sent from my iPhone > On Aug 23, 2016, at 12:08, Mike Schwab wrote: > > But how would you switch over to the new syntax? > > On Tue, Aug 23, 2016 at 10:44 AM, Paul Gilma

Re: Delta Outage

2016-08-19 Thread J R
* One time, this guy handed me a picture of him, he said "Here's a picture of me when I was younger." Every picture is of you when you were younger. "Here's a picture of me when I'm older." "You son-of-a-bitch! How'd you pull that off? Lemme see that camera... What's it look like? "

Re: GMail vs. COBOL

2016-08-18 Thread J R
Hear, hear! (Or "me too" as Skip mooted.) Sent from my iPhone > On Aug 18, 2016, at 17:40, Jesse 1 Robinson wrote: > > I'm totally on the side of top-posting. The only justification I've heard for > bottom-feeding is the vacuous observation that a first time reader of a > thread has to rea

Re: AW: Re: Interface to query length of storage allocated with CEEGTST LE service

2016-07-22 Thread J R
Of my vast collection of laptops, I use only the most recent two. One started life under W7, the other under W8. Of course, MS eventually cajoled me into "upgrading" them both to W10! Their scrolling-by-gesture works in opposite directions and I have yet to bother fixing one to match the othe

Re: Need Help Idenifying Control Blocks

2016-07-17 Thread J R
r MQ, Nor WebSphere, they are z/OS structues. > > > conr blocks.-- Original Message ------ > From: J R > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Need Help Idenifying Control Blocks > Date: Sat, 16 Jul 2016 15:01:48 + > > What is the relevance of these

Re: Need Help Idenifying Control Blocks

2016-07-16 Thread J R
What is the relevance of these control blocks? If they're not core MVS related, I wouldn't expect them to be in MACLIB or MODGEN. If they are, say, CICS related, you would need to find the appropriate macro library for CICS. Sent from my iPhone > On Jul 16, 2016, at 09:32, esst...@juno.com

Re: ISPF Profile basic question

2016-07-07 Thread J R
SC19-3621 ISPF Edit and Edit Macros ? On Jul 7, 2016, at 11:41, Charles Mills mailto:charl...@mcn.org>> wrote: I know this is an incredibly basic question and I am sure the answer is RTFM -- I just cannot figure out which FM to R -- and not from lack of trying. In ISPF Edit or View you can of

Re: ISPF and Dataset alias usage

2016-07-07 Thread J R
Technical detail: Does not OPEN (and therefore CLOSE, etc.) do everything with the real DSN? The resulting ENQ is on the real DSN. Sent from my iPhone > On Jul 7, 2016, at 05:38, Vernooij, CP (ITOPT1) - KLM > wrote: > > Technical detail: ISPF does not write SMF14, CLOSE does. To have CLOS

Re: [EXTERNAL] Re: IBM Knowledge Centre

2016-07-06 Thread J R
My humble apologies. I was looking at the stacked lines at the upper right. Sorry to add to the confusion. Sent from my iPhone > On Jul 6, 2016, at 17:20, Walt Farrell wrote: > >> On Wed, 6 Jul 2016 20:57:13 +, J R wrote: >> >> Both screenshots show the stack

Re: [EXTERNAL] Re: IBM Knowledge Centre

2016-07-06 Thread J R
Both screenshots show the stacked line icon for me. Are you sure you are viewing the full width? Sent from my iPhone > On Jul 6, 2016, at 16:28, Walt Farrell wrote: > >> On Wed, 6 Jul 2016 13:48:58 -0500, Dyck, Lionel B. (TRA) >> wrote: >> >> Thank you for the reply > >> 1) I use IE as tha

Re: IBM Knowledge Centre

2016-07-04 Thread J R
That just gives me a tax break. I still have to pay for the service. Sent from my iPhone > On Jul 4, 2016, at 18:42, Edward Finnell > <000248cce9f3-dmarc-requ...@listserv.ua.edu> wrote: > > 634-5789? Actually, put them in business expense column and declare on > itemized deductions. >

Re: IBM Knowledge Centre

2016-07-04 Thread J R
Edward, do you have an account number I can bill it to? Sent from my iPhone > On Jul 4, 2016, at 17:42, Edward Finnell > <000248cce9f3-dmarc-requ...@listserv.ua.edu> wrote: > > Since they're loose leaf(mostly) any 'office products' store can convert > them in a matter of minutes. Don't h

Re: IBM Knowledge Centre

2016-07-04 Thread J R
Bit savers would be interested in scans of old manuals. Can you give > them a list of what manuals you have? > >> On Sun, Jul 3, 2016 at 8:03 PM, J R wrote: >> " >> We programmers just tend to be highly nervous packrats, and we should >> probably get over it.

Re: IBM Knowledge Centre

2016-07-03 Thread J R
m my iPhone On Jul 3, 2016, at 20:40, Jack J. Woehr mailto:j...@well.com>> wrote: J R wrote: And, even if I eventually do get everything downloaded, I have no idea how to organize it I'm more or less a compulsive PDF downloader (and before that a compulsive bookshelf collector, still

Re: IBM Knowledge Centre

2016-07-03 Thread J R
I'm fine with PDFs (KC not so much) but, despite several posts of where/how to download all z/OS manuals in one fell swoop, I've yet to manage that feat to a mobile device. And, even if I eventually do get everything downloaded, I have no idea how to organize it so that it's useful. Sent fro

Re: TSO TEST and SYSOUTTRAP/SYSOUTLINE

2016-07-03 Thread J R
"I believe OUTTRAP catches lines written by PUTLINE(?) but not by TPUT. Why must there be two of them? If TPUT must be retained for comaptibility, couldn't it be made simply a wrapper for PUTLINE, providing uniform behavior?" TPUT is specifically for terminal output. PUTLINE is more generalized

Re: Multithreaded output to stderr and stdout

2016-06-29 Thread J R
Agreed. I just reread the OP and it's not clear if he's tried DSN= . I originally assumed he had. Sent from my iPhone > On Jun 29, 2016, at 17:13, Clark Morris wrote: > > [Default] On 29 Jun 2016 12:37:05 -0700, in bit.listserv.ibm-main > t...@harminc.net (Tony Harminc) wrote: > >>> On 29

Re: Multithreaded output to stderr and stdout

2016-06-29 Thread J R
Possibly fundamental difference between JES (simulating unit record) and DASD (probably blocked). Sent from my iPhone > On Jun 29, 2016, at 13:30, Michael Knigge wrote: > > All, > > > I have a multithreaded Java application that writes to stdout (and stderr) > thru a native C library usin

  1   2   3   >