Re: Sysplex Manager- FILE667 - CBT

2012-09-28 Thread Shmuel Metz (Seymour J.)
In <01b601cd9d7f$c5c93e00$515bba00$@mindspring.com>, on 09/28/2012
   at 06:47 AM, Lizette Koehler  said:

>The CBT TAPE could be considered freeware.  There may not be 
>another version and support is minimal.  The developer will 
>provide help when they can but it is not like a tool you pay for.

It's not that clear-cut. Some developers provide better support for
free software than other developers provide for chargeable software.
I've gotten excellent support for free software, including some from
the CBT. The Devil is in the details.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Can I use IGGCSI00 to Access an Entire Catalog Without Specifying a Filter ?

2012-09-28 Thread Shmuel Metz (Seymour J.)
In , on 09/28/2012
   at 11:07 AM, Scott Ford  said:

>Shmuel is correct..

I'm correct about suggesting LEFT as an alternative to SUBSTR in REXX.
However, Peter is correct about SUBSTR not working the same in PL/I as
in REXX, at least when STRINGRANGE is enabled.

>test = 'abcdefghi';

Try test = 'abc' (if varyying), or declare test as CHAR(3).

>X = substr(test,1,5);

See above.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Another Light goes out

2012-09-28 Thread Shmuel Metz (Seymour J.)
In ,
on 09/28/2012
   at 10:32 AM, "McKown, John"  said:

>As R.S. pointed out, .net is not bundled (I thought it was because
>the MS-Windows at work had it - our Windows people must have
>integrated in; and at home I use only Linux).

Is it legal for you to download .net without owning a windoze license
and then to run it under, e.g., ODIN, wine? If not, then it is not
free.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Another Light goes out

2012-09-30 Thread Shmuel Metz (Seymour J.)
In
,
on 09/29/2012
   at 04:29 PM, Timothy Sipples1  said:

>I'm beginning to wonder if good cost accounting and financial
>analysis are lost arts in many "western" corporations, in the
>"production" and "production-related" portions of their businesses.

If your bonuses are based on 90 day cash flow, what are you going to
optimise? As long as corporate decisions are driven by short term
fluctuations in the stock prices, you are going to see decisions with
adverse long-term consequences.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: PL/I Compile error unresolved symbols

2012-09-30 Thread Shmuel Metz (Seymour J.)
In
,
on 09/29/2012
   at 10:42 AM, Mike Schwab  said:

>Looks like there is some missing code in LOAD_DIR: PROC; This is
>routine to read a PDS directory, and P is an pointer within the
>directory block.
>But I don't see a definition or how the pointer is assigned.

It's ugly, but it's there:

 DO UNSPEC(P) = UNSPEC(ADDR(ENTRIES))0
REPEAT UNSPEC(UNSPEC(P) + 12 + 2*USERCT)
WHILE (UNSPEC(P)<(UNSPEC(UNSPEC(ADDR(ENTRIES))+COUNT))); 

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: JCL Source Library Name Available During Execution?

2012-09-30 Thread Shmuel Metz (Seymour J.)
In <2086667416745713.wa.paulgboulderaim@listserv.ua.edu>, on
09/28/2012
   at 10:01 PM, Paul Gilmartin  said:

>What ever became of MIME types, which are at least defined in an
>RFC?

More than one. See RFC 2048, which describes the registration process
for new types and subtypes. RFC 2046 should suffice for anything on
this list.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Sysplex Manager- FILE667 - CBT

2012-09-30 Thread Shmuel Metz (Seymour J.)
In
,
on 09/28/2012
   at 03:08 PM, John Gilmore  said:

>What Flaubert in fact wrote was

>| Le bon Dieu est dans le détail.

>Then, given the existence of Daniel Defoe's bit of doggerel, the
>inference that the devil would be found there too was inescapable, at
>least for monoglot anglophones.

Why wouldn't a Francophone have made the same change? Also, I was
aware of the original but not of the Defoe connection; what was the
doggerel in question?

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: 047 in TSO command processor

2012-09-30 Thread Shmuel Metz (Seymour J.)
In <35aab4a7-4ffd-4fb9-a943-30a2bfba0...@optonline.net>, on 09/30/2012
   at 11:12 AM, Micheal Burn  said:

>Did a tsolib activate on the dataset

>From the READY prompt?

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Sysplex Manager- FILE667 - CBT

2012-09-30 Thread Shmuel Metz (Seymour J.)
In
,
on 09/30/2012
   at 12:04 PM, John Gilmore  said:

>The Defoe is:

>Wherever God erects a house of prayer,
>The devil always builds a chapel there;
>And 'twill be found upon examination,
>The latter has the largest [sic] congregation.

>It's from The True-Born Englishman, pt i, 1.1

Thanks. Does that derive from the church-chapel quarrel in England?

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Career Advice for the Mainframer - Was RE: Another Light goes out

2012-10-02 Thread Shmuel Metz (Seymour J.)
In
<93891f43642f3c419a7d75acc2b1db6f3cbc75f...@exchangemb2.dhs.state.ia.us>,
on 10/01/2012
   at 03:46 PM, "Roberts, John J"  said:

>Well, to each his own.  You can either resist change, or you can
>embrace it. 

You don't always get to choose. Some companies are compartmentalized,
and the staff for the old platform is not permitted to work on the
new. Some companies will allow you to work on the new platform only if
you already have experience on it.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: How to get a tape's DSCB

2012-10-02 Thread Shmuel Metz (Seymour J.)
In
,
on 10/02/2012
   at 10:14 AM, Robin Atwood  said:

>Subject: How to get a tape's DSCB

There is none. A DSCB is an entry in a VTOC on DASD.

>But of course, the tape *is* mounted.

There is no "of course'; the fact that you can mount the volume at a
later point in time does not mean that it was mounted when you did the
I line command.

>I can run IEBGENER

Which has nothing to do with whether the tape was mounted before your
job ran or will be mounted afterwards. 

>I have a dim memory that OPEN TYPE=J is useful

Not for accessing a tape label. It is useful of you want to
dynamically select a file from the tape.

>but would be grateful for any suggestions.

There are many tape scan programs on the CBT. If you have BLP
authority then you could read the tape labels yourself. You could also
write a program to OPEN a tape dataset for input and examine the DCB
parameters merged into your DCB.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Restore JES2 spool/chkpt to new volumes?

2012-10-02 Thread Shmuel Metz (Seymour J.)
In <1349122686.18145.50.camel@localhost>, on 10/01/2012
   at 04:18 PM, David Andrews  said:

>What did I do wrong?

You gave your test LPAR access to your production SPOOL volumes.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: How to get a tape's DSCB

2012-10-04 Thread Shmuel Metz (Seymour J.)
In <0f2549fd-fa84-4602-9164-d30466d42...@aim.com>, on 10/03/2012
   at 08:35 AM, Paul Gilmartin  said:

>On Oct 3, 2012, at 08:15, McKown, John wrote:

>> It would be very difficult and have a lot of overhead to have IOS (not iOS) 
>> check every CCW chain for "suspect" CCWs. ...
>>  
>Doesn't that need to be done anyway for DASD channel
>programs? 

No.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: How to get a tape's DSCB

2012-10-04 Thread Shmuel Metz (Seymour J.)
In , on 10/03/2012
   at 10:37 AM, J R  said:

>Rather than IOS, the channel should do the checking. 

No! The channel should pass CCW opcodes[1] on to the controller and
let the controller handle them.

[1] Other than TIC.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: How to get a tape's DSCB

2012-10-04 Thread Shmuel Metz (Seymour J.)
In
<77142d37c0c3c34da0d7b1da7d7ca343722f8...@nwt-s-mbx1.rocketsoftware.com>,
on 10/03/2012
   at 04:01 PM, Bill Fairchild  said:

>It does need to be done for DASD. 

No; something different needs to be done.

>It is all handled by CCW prefixing. 

FSVI "it"; CCW prefixing is not a means of scanning the CCW chain, but
an alternative to doing so.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Zero length records outlawed! (Again.)

2012-10-04 Thread Shmuel Metz (Seymour J.)
In <2142487373662645.wa.paulgboulderaim@listserv.ua.edu>, on
10/03/2012
   at 04:34 PM, Paul Gilmartin  said:

>Sigh.  Morons.  Why did they do that!?  It's like being back in old
>OS/360 which specified the minimum count field in an RDW as 5.

For VBS, yes, but not for VB.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Zero length records outlawed! (Again.)

2012-10-05 Thread Shmuel Metz (Seymour J.)
In <0061634022294882.wa.paulgboulderaim@listserv.ua.edu>, on
10/04/2012
   at 11:38 AM, Paul Gilmartin  said:

>Or, the OS can prohibit the occurrence of boundary values, and the
>programmer need never be concerned with them.

No,  the OS can prohibit the occurrence of boundary values, and the
programmer who needs them must design a workaround.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Zero length records outlawed! (Again.)

2012-10-05 Thread Shmuel Metz (Seymour J.)
In <0897781066770312.wa.paulgboulderaim@listserv.ua.edu>, on
10/04/2012
   at 03:51 PM, Paul Gilmartin  said:

>Was the null segment in VBS invented (partly) to deal with the
>problem of noise record processing on tapes?

No The lower limit is higher when going to tape.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Zero length records outlawed! (Again.)

2012-10-05 Thread Shmuel Metz (Seymour J.)
In <136401cda235$aff94dd0$0febe970$@mcn.org>, on 10/04/2012
   at 09:39 AM, Charles Mills  said:

>Who knows? Because it made sense to the programmer. We put lots of
>empty lines in these e-mails. (Technically they contain one or two
>delimiter characters,

No. Technically the message on the wire contains two delimiter
characters for each line, but there is no constraint on how the lines
are stored, per 1.1.  Scope in RFC 5322

   This specification is intended as a definition of what message
   content format is to be passed between systems.  Though some
   message systems locally store messages in this format (which
   eliminates the need for translation between formats) and others
   use formats that differ from the one specified in this
   specification, local storage is outside of the scope of this
   specification.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Zero length records outlawed! (Again.)

2012-10-05 Thread Shmuel Metz (Seymour J.)
In <0897781066770312.wa.paulgboulderaim@listserv.ua.edu>, on
10/04/2012
   at 03:51 PM, Paul Gilmartin  said:

>Are those current or historical?

SC26-7410-09, the 1.11 version of DFSMS Using Data Sets, still gives
the minimum length of an SDW as 5. However, it does not exlicitly say
whether the RDW or SDW limit applies when the segment control field is
00.

Note that the RDW lower limit of 4 only applies to VB, not to VBA or
VBM, and that for tape the limit is higher.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Is there a correspondence between 64-bit IBM mainframes and PoOps editions levels?

2012-10-07 Thread Shmuel Metz (Seymour J.)
In <20121006090110.e889233...@panix2.panix.com>, on 10/06/2012
   at 05:01 AM, Randy Hudson  said:

>I don't believe MVCIN was available on the 360/50; we used the TR
>instruction to reverse fields, or otherwise re-arrange them.

That doesn't suggest that it wasn't available on a 360/50, just that
your installation wasn't aware of it or wasn't willing to pay for it.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Is there a correspondence between 64-bit IBM mainframes and PoOps editions levels?

2012-10-07 Thread Shmuel Metz (Seymour J.)
In
,
on 10/06/2012
   at 08:49 AM, John Gilmore  said:

>and he at once quite correct and utterly wrong.  As usual, it depends
>upon what "was available" is thought to mean.

: 
   Available describes someone or something that can be found,
   used or accessed.

:
   1 [not usually before noun] able to be obtained, taken, or used
   2 [never before noun] not too busy to do something
   3 not married or involved in a romantic relationship and
 therefore able to start a new relationship

Nothing there about being free of charge.

>There is and has "always" been a list of non-standard mainframe
>instructions that IBM can make available for a [small] fee. 

You are at once quite correct and utterly wrong.  As usual, it depends
upon what "make available" is thought to mean. There is a list of RPQ
options that IBM maintains, but IBM does not offer every option for
every processor.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Zero length records outlawed! (Again.)

2012-10-07 Thread Shmuel Metz (Seymour J.)
In <50706996.8050...@valley.net>, on 10/06/2012
   at 01:25 PM, Gerhard Postpischil  said:

>Perhaps I'm missing something, but hex 0004 defines a null 
>record in V, VB, and VBS. VBS runs fine without segment descriptor
>bits.

Note that in <20121005215823.eaa21f58...@smtp.patriot.net> I wrote
"SC26-7410-09, the 1.11 version of DFSMS Using Data Sets, still gives
the minimum length of an SDW as 5. However, it does not explicitly say
whether the RDW or SDW limit applies when the segment control field is
00." and that nobody answered the question. Have you verified that for
VBS an SDW with a zero segment control field is treated as an RDW, and
thus allowed to specify a zero length?

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Is there a correspondence between 64-bit IBM mainframes and PoOps editions levels?

2012-10-07 Thread Shmuel Metz (Seymour J.)
In
,
on 10/06/2012
   at 04:49 PM, John Gilmore  said:

>BIF has come to be the generic term, but the same notion has been
>given different names in different statement-level procedural
>languages.  COBOL, for example, calls them intrinsic functions.

>The idea is an important one.  None of us wants to use an SLPL in
>which such constructs as

>y = sqrt(x) ;

>or the like are not immediately available.  The weasel C term
>'library function' is for this reason unfortunate.  It leaves open
>the question who must implement them.  (BIF instead makes it clear
>than they must come with a compiler or interpeter.)

Not even close. A BIF is a function that the compiler recognizes;
adding a routine to a link or run time library does not make it a BIF.
Frequently, but not always[1], the compiler will generate inline code
for a BIF.

[1] E.g., not for evry BIF or not for every use of a specific BIF.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: free subpool 236 or 237 of JES

2012-10-08 Thread Shmuel Metz (Seymour J.)
In
,
on 10/08/2012
   at 11:05 AM, Mil Hashoul  said:

>Any help how could I release that storage?

Yes; what I don't know is whether it is safe to do so. SP 237 is SWA.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SMP/E question

2012-10-09 Thread Shmuel Metz (Seymour J.)
In
,
on 10/07/2012
   at 10:43 AM, Skip Robinson  said:

>While Ed and I differ on the need for CHECK and on the practice of 
>injecting maintenance directly into the body of a running system, we
>agree on the pointlessness of chasing down sysmod error chains.

There seems to be disagreement as to how to handle other types of
holds as well. In particular, I consider it risky to bypass action or
doc holds without first reading the comments in the hold or cover
letter.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Is there a correspondence between 64-bit IBM mainframes and PoOps editions levels?

2012-10-09 Thread Shmuel Metz (Seymour J.)
In
,
on 10/07/2012
   at 01:22 PM, John Gilmore  said:

>It would not be unfair, I think, to characterize Shmuel's posts 
>as a mixture of gratuitous contention and redeeming technical 
>information.

If so, you haven't done a good job of figuring out which is which. It
would not be unfair to characterize your posts as falsely attributing
malicious intent to statements that you don't understand, and not just
mine either.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Is there a correspondence between 64-bit IBM mainframes and PoOps editions levels?

2012-10-09 Thread Shmuel Metz (Seymour J.)
In
,
on 10/07/2012
   at 08:10 AM, zMan  said:

>What's your point?

Why ask when you have no interest in the truth?

>Oh, right, you don't have one.

Wrong again.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Question about Catalogs and VSAM

2012-10-11 Thread Shmuel Metz (Seymour J.)
In
<5a5d121d7293fe498308f3835183d19413c70...@ch1prd0510mb380.namprd05.prod.outlook.com>,
on 10/10/2012
   at 08:43 PM, Daniel Allen  said:

>We have a SYSPLEX of four LPARs, each LPAR has a separate Master
>Catalog and a separate User Catalog defined to the Master Catalog.

>Each Master Catalog has an alias called JUNK, which is defined to a
>User Catalog.

Why not have uniques names for unique data sets?

>Is this correct ? If so, is there a way to get around it ?

The ENQ done by Allocation is normal behavior, and getting around it
is dangerous. 

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Is there a correspondence between 64-bit IBM mainframes and PoOps editions levels?

2012-10-11 Thread Shmuel Metz (Seymour J.)
In
<77142d37c0c3c34da0d7b1da7d7ca34372300...@nwt-s-mbx1.rocketsoftware.com>,
on 10/10/2012
   at 06:35 PM, Bill Fairchild  said:

>Shmuel,  you often attribute malicious intent to other posters when
>you call them hypocritical.

Only when they appear hypocritical.

>I believe your reply to Mr. Gilmore is therefore hypocritical.

You're free to believe what you want to believe, however incorrect.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SMP/E question

2012-10-11 Thread Shmuel Metz (Seymour J.)
In
,
on 10/10/2012
   at 08:36 AM, Skip Robinson  said:

>I've said previously that a DOC record requiring action should be 
>(re)classified (or accompanied by) an ACTION hold.

Typically a DOC hold is there because of new messages; an ACTION hold
for that would be inappropriate. Similarly, if the DOC hold is because
of new function that is off by default the ACTION is again
inappropriate.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Zero length records outlawed! (Again.)

2012-10-11 Thread Shmuel Metz (Seymour J.)
In <2370190418757832.wa.paulgboulderaim@listserv.ua.edu>, on
10/09/2012
   at 04:23 PM, Paul Gilmartin  said:

>I've been told there is a Track Balance system call that tells 
>(used to) how much space remained on a track.

"7.5  Performing Track Calculations" in z/OS DFSMSdfp Advanced
Services, SC26-7400-09.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Getting keyword in a verify exit

2012-10-12 Thread Shmuel Metz (Seymour J.)
In <2d344cf2.284d6.13a52911363.webto...@optonline.net>, on 10/11/2012
   at 09:22 PM, micheal butz  said:

>I am using a  the same VALIDCK exit when processing 2 different 
>subfields

Why?

>Is there anyway to determine what the corresponding keyword would be
>in  the exit

Not using documented interfaces. I tecommend writing two stub routines
that call common code with an indication of which exit is in control.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: how do you answer the "My job is too important to follow normal channels for help" statement?

2012-10-12 Thread Shmuel Metz (Seymour J.)
In <00b701cda7fc$50789790$f169c6b0$@akphs.com>, on 10/11/2012
   at 06:03 PM, Phil Smith III  said:

>the previous one quit, after being told that a long-scheduled,
>expensive vacation had to be postponed with no notice and no
>recompense because his boss wanted him to do something.

Did he quit on the spot or take the vacation and quit when he got
back. I'm also curious as to the legalities.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Strange PDS members

2012-10-14 Thread Shmuel Metz (Seymour J.)
In
<30744842.1350077573400.javamail.r...@elwamui-karabash.atl.sa.earthlink.net>,
on 10/12/2012
   at 02:32 PM, Lizette Koehler  said:

>I have a strange issue. I browse a member of a PDS and it looks 
>fine. But if I use SAS UNLOAD and that same member is showing 
>tons of hex characters.

The member name or the member contents? If the former, what are the
hex characters in the name? If the latter, check whether the member is
packed.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SMP/E question

2012-10-14 Thread Shmuel Metz (Seymour J.)
In , on 10/12/2012
   at 11:38 PM, Jeremy Nicoll - ls mainframes
 said:

>"Shmuel Metz (Seymour J.)"  wrote:

>> Typically a DOC hold is there because of new messages; an ACTION hold for
>> that would be inappropriate.

>Not necessarily; it could affect the way message automation table
>entries are coded.

Is new function considered action? You might want to exploit the new
messages, but you might also ignore them.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2<http://patriot.net/~shmuel>
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Convert data tape to ASCII format

2012-10-17 Thread Shmuel Metz (Seymour J.)
In <9715449747547526.wa.paulgboulderaim@listserv.ua.edu>, on
10/15/2012
   at 01:17 PM, Paul Gilmartin  said:

>Is there a TXT2TXT utility that will convert FORTRAN-style 
>carriage motion codes to the standard USASCII equivalents such as 
>, , ...?

Given how old the ANSI standard for those codes is, shouldn't there be
PC software that can deal with them?

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Peculiar behavior of D PROG,LNKLST....

2012-10-21 Thread Shmuel Metz (Seymour J.)
In <2872469204284460.wa.bruce.schagmail@listserv.ua.edu>, on
10/17/2012
   at 10:38 AM, Bruce Schaefer  said:

>Am I wrong to expect the same response from these commands:

Yes. The general rule in MVS is that positional operands precede
keyword operands.

>On my z/OS 1.12 systems, anything after NAME=CURRENT is ignored,

Anything, or only positional parameters?

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Pars Ipars TPF and APC

2012-10-21 Thread Shmuel Metz (Seymour J.)
In <22812F8E8B2542AC95AEDBCD8E53A58B@asus>, on 10/17/2012
   at 09:46 PM, T Gold  said:

>I came here to find anyone in public or private that wants to talk
>about pars, ipars, tpf and or apc or all of the above.

You already got an explanation of LPAR and TPF. Note that Airline
Control Program (ACP) is the OS for TPF. This is an appropriate venue
to discuss the IBM software, but probably not airline and bank
software running under TPF or the specifics of a customer-vendor
dispute.

>In short it mostly seems to "be IBM".  Recent statements by the
>major GDSs  are that their problems are "IBM's fault".

They might be telling the truth, but they have an incentive to make
the claim even if it's false.

>I've love to see IBM follow that up with a statement in the manner 
>of "Stop using our code or be  subject to legal penalties".

I doubt that there's a contractual basis for yanking the license. Even
if IBM sued for libel and prevailed, I'm confident that they'd have to
continue licensing z/TPF on the same terms as for other customers.

>Is Pars or Ipars an actual operating system?

PARS is an application running under ACP. An LPAR is a virtual machine
managed by the PR/SM feature of an IBM processor, which started as the
CP component of VM.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Nested enclaves and POSIX(ON)

2012-10-21 Thread Shmuel Metz (Seymour J.)
In
,
on 10/18/2012
   at 10:27 PM, John Gilmore  said:

>It is difficult for me to avoid the conclusion that Paul Gilmartin's
>latest post in this thread was disingenuous.

That says more about you than it does about him. I see nothing in
Message-ID:  <5318340582333965.wa.paulgboulderaim@listserv.ua.edu>
to suggest that he doesn't believe what he wrote.

>There is much anecdotal evidence that secondary-school 
>debating-society posts all but empty of substantive content are 
>becoming more and more common here.

Yours among them.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: GDG definition for DB2 DSNUTILB TEMPLATE

2012-10-21 Thread Shmuel Metz (Seymour J.)
In
,
on 10/19/2012
   at 12:38 PM, af dc  said:

>I know that this list isn't for DB2 isssues,

While there is a DB2 list, that doesn't mean that DB2 is off topic
here.

>DB2 TEMPLATE has no parms for gdg besides LIMIT and UNIT.

Ask your SMS people to handle it in the ACS rules.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Nested enclaves and POSIX(ON)

2012-10-21 Thread Shmuel Metz (Seymour J.)
In <8836369831477103.wa.paulgboulderaim@listserv.ua.edu>, on
10/19/2012
   at 06:18 PM, Paul Gilmartin  said:

>I know very little COBOL.  But I understand that the "levels" are for
>record/control block definitions.

Except when they aren't. 77 and 88 are "magic numbers" in COBOL.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Nested enclaves and POSIX(ON)

2012-10-21 Thread Shmuel Metz (Seymour J.)
In
,
on 10/20/2012
   at 09:19 AM, John Gilmore  said:

>COBOL's 88-level machinery is an artefact of lacunæ elsewhere.  In
>particular, boolean variables,

A variable definition in COBOL can be followed by more than two level
88 declarations; they are closer to status variables in JOVIAL than
they are to boolean variables.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Book Enquiry

2012-10-22 Thread Shmuel Metz (Seymour J.)
In
<93891f43642f3c419a7d75acc2b1db6f3cc0958...@exchangemb2.dhs.state.ia.us>,
on 10/22/2012
   at 11:22 AM, "Roberts, John J"  said:

>I am waiting for computer historians to recognize that my library of
>Donald Knuth books is in the same class as the Dead Sea Scrolls,
>Magna Charta, etc.

Not unless it's autographed; they're still in print, and probably will
be for a long time to come.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Book Enquiry

2012-10-22 Thread Shmuel Metz (Seymour J.)
In <6921522608355946.wa.m42tomibmmainyahoo@listserv.ua.edu>, on
10/22/2012
   at 11:50 AM, Tom Marchant  said:

>If you are looking for an introductory text for learning Assembler,
>you could go to bitsavers and download IBM's "A Programmer's
>Introduction to IBM System/360 Assembler Language - Student Text".

The one with the incorrect explanation of PACK and UNPK?

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Book Enquiry

2012-10-22 Thread Shmuel Metz (Seymour J.)
In
,
on 10/22/2012
   at 06:42 PM, shai hess  said:

>Sorry if I hurt anybody feeling but if we inform about closing 
>sites why I can not post what I posted?

You can; you have as much authority as ted does.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



Re: Nested enclaves and POSIX(ON)

2012-10-23 Thread Shmuel Metz (Seymour J.)
In
,
on 10/21/2012
   at 04:21 PM, John Gilmore  said:

>bad manners

PKB.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Book Enquiry

2012-10-23 Thread Shmuel Metz (Seymour J.)
In <0461273688451840.wa.m42tomibmmainyahoo@listserv.ua.edu>, on
10/23/2012
   at 07:56 AM, Tom Marchant  said:

>Hmmm   If so, I don't see the errors.  Perhaps it has been
>corrected.  This is the -6 edition of the book, published in August,
>1970.  I do see  where it has, "The Pack instruction does not check
>zones, except in  the rightmost byte..."  It doesn't check the
>rightmost zone, but it does  move it.  Is that what you mean?

It may not be the student text I'm thinking of, although the date is
in the right era. The one that I'm thinking of was around for several
years and "simplified" the explanation in PoOps by claiming that the
instructions only operated on decimal data. That made it hard for them
to understand the code for translating between binary and hex.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Disabling interrupt and trace for Rexx execs

2012-10-25 Thread Shmuel Metz (Seymour J.)
In <5087f360.2060...@valley.net>, on 10/24/2012
   at 09:55 AM, Gerhard Postpischil  said:

>If you want to prevent interruptions, the stand way is to issue  an
>ENQ with the (authorized) System Must Complete (SMC) option.

Hasn't that been dead for decades? Certainly the current version of
ENQ only accpets SMC=NONE and SMC=STEP.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Disabling interrupt and trace for Rexx execs

2012-10-25 Thread Shmuel Metz (Seymour J.)
In
<7519195663602734.wa.elardus.engelbrechtsita.co...@listserv.ua.edu>,
on 10/24/2012
   at 09:23 AM, Elardus Engelbrecht 
said:

>Try this in REXX: ISPEXEC "CONTROL DISPLAY LOCK"

Only if he's running under ISPF.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SMS Diagnosis/trace?

2012-10-25 Thread Shmuel Metz (Seymour J.)
In <3386938900015915.wa.paulgboulderaim@listserv.ua.edu>, on
10/24/2012
   at 10:55 AM, Paul Gilmartin  said:

>There's too much DWIM here.

Au contraire; it *didn't* do what you meant. DWIM is hard if not
impossible.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: maintain, distribute multiple copies same-named ZFS files

2012-10-26 Thread Shmuel Metz (Seymour J.)
In
<90ec2e798a22854ebf67a14ec3fe093fa74f2ad...@scmbxc01.bcbad.state.sc.us>,
on 10/26/2012
   at 07:12 AM, "Bonno, Tuco"  said:

>how am i suppsed to clone and DISTRIBUTE (with emphasis on
>*distribute*) zfs files?

First set up youe wnvieonmwnr in accordance with z/OS UNIX System
Services Planning, GA22-7800-16, 7.5.4  Mounting the version file
system; in particular, each version file system should have a unique
name.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Disabling interrupt and trace for Rexx execs

2012-10-26 Thread Shmuel Metz (Seymour J.)
In <5089dd6d.8050...@valley.net>, on 10/25/2012
   at 08:46 PM, Gerhard Postpischil  said:

>FSVO decades. 

Decades meaning prior to 1979. My recollection is that SMC=SYSTEM was
dropped in the transition from OS/VS2 R1 (SVS) to OS/VS2 R2 (MVS), but
IAC see below.

>It's in OS/390; 

SMC=SYSTEM is in the ENQ macro, or SMC=SYSTEM actually causes a system
set-must-complete? OS/VS2 System Logic Library Volume 5, SY28-0717-2,
dated October 1979, only shows STEP for ENQ and STATUS.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Pars Ipars TPF and APC

2012-10-28 Thread Shmuel Metz (Seymour J.)
In
,
on 10/28/2012
   at 02:32 PM, Matthew Donald  said:

>zTPF,TPF,ACP, IPARS,PARS,SABRE are all IPL'able operating systems
>dating back to the 1950's, but in continuous development since then.
>PARS and SABRE originally ran on the IBM 7090(??).

I recall it being the 7090, but that conflicts with your later text.

>A side note: one technical challenge IBM has with developing 
>SABRE was where to store the data - the solution was to
>invent the disk drive (RAMAC).

The 305 RAMAC had a disk drive long before the 7090. It's conceivable
that IBM developed the 1301[1] for SABRE, although I've never seen
such a claim.

[1] Which I believe was derived from the 7303 disk drive on the
IBM 7030 (Stretch.).

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Correction to Carmine's Book Cost

2012-10-29 Thread Shmuel Metz (Seymour J.)
In <508eae71.3020...@ameritech.net>, on 10/29/2012
   at 12:27 PM, scott  said:

>Do they not expire after 25 years?

Blame Disney.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Correction to Carmine's Book Cost

2012-10-29 Thread Shmuel Metz (Seymour J.)
In <45fcfbbb8bc8eb4a9dfedc6fa2cc7fdf2dbc4...@sdkmbx03.emea.sas.com>,
on 10/29/2012
   at 06:18 PM, Lindy Mayfield  said:

>This person didn't say it was his property.  He said that he wouldn't
>give his knowledge away for free.

That's his right. You don't have an obligation to follow his example
if you don't want to.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Correction to Carmine's Book Cost

2012-10-31 Thread Shmuel Metz (Seymour J.)
In ,
on 10/30/2012
   at 08:22 AM, "McKown, John"  said:

>What I would be trying to avoid is the necessity of a person to
>"download" the data for off-line reading.

Chacun à son Goût. I prefer reading offline.

>I am now trying to figure out how to directly download a CBTTape
>file to a z/OS system and process it there.

Talk to your firewall crew.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: OT? But a nice article about IDEs

2012-11-01 Thread Shmuel Metz (Seymour J.)
In , on 11/01/2012
   at 01:17 AM, Tomasz Rola  said:

>I.e., IDEs are ok to use but for me, it is also nice to realise 
>that whenever a language is depending on sophisticated tool 
>to be usable,

What about an IDE that saves time when programming in a language that
doesn't require an IDE?

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Off-topic was: IBM-MAIN Digest - 25 Oct 2012 to 26 Oct 2012 - Unfinished

2012-11-03 Thread Shmuel Metz (Seymour J.)
In
,
on 11/01/2012
   at 10:41 AM, Darth Keller  said:

>BURP?

Batch Uncache Request Protocol?

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: OT? But a nice article about IDEs

2012-11-03 Thread Shmuel Metz (Seymour J.)
In , on 11/01/2012
   at 10:04 PM, Tomasz Rola  said:

>For example, I have never so far needed autocompletion in 
>editor.

Never needed, or never found it useful when available? I wrote XEDIT
macros to automate entry and indentation of common control structures,
and they definitely improved productivity. Similarly, ISPF templates
can speed up coding.

Now, none of those come close to a syntax-directed editor, much less a
full IDE, but they still improved productivity.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SMF 30 records for USS

2012-11-03 Thread Shmuel Metz (Seymour J.)
In <20121101160240.6b0ab191...@listserv01.ua.edu>, on 11/01/2012
   at 05:02 PM, Fabio Massimo Ottaviani 
said:

>I don't think OMVS is by default a subsystem.

>So you probably have to define OMVS as a subsystem in IEFSSNxx.

Why? TSO isn't a subsystem, but it is still valid in SUBSYS.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: The Internet

2012-11-03 Thread Shmuel Metz (Seymour J.)
In <1351875556.38216.yahoomail...@web126204.mail.ne1.yahoo.com>, on
11/02/2012
   at 09:59 AM, Scott Ford  said:

>You dont realize how dependent you are on the  'NET' until you 
>loose it for 5 days. 

I'd rather lose Internet or TV access than have raw sewage backing up
into my home or business, which is what a lot of people on the coast
are facing. The news reports from, e.g., Hoboken, sound grim.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Most Current register values

2012-11-04 Thread Shmuel Metz (Seymour J.)
In <00ca01cdba2e$b3b359f0$1b1a0dd0$@optonline.net>, on 11/03/2012
   at 09:49 PM, Micheal Butz  said:

>What is the most current register values   TCBGRS or RBREGS

That depends. RBREGS reflects register contents when the program or
SVC was called; TCBREGS reflects the most recent register contents for
the task. If you're taking a dump then TCBREGS for the dumping task
will reflect the operation of ABDUMP or ABEND, which is not likely to
be of interest to you.

>I Know it depends where the code is executing for example if it
>executing a in SVC outside of type 1 then it's in the RBREGS 
 
RBREGS is not the *current* register contents.

>If a program is cancelled because it was looping I am guessing the
>most current would be TCBGRS

Unless it's looping in an SRB, Type 1 SVC or Type 6 SVC. Also, see the
note above about the dumping task.

>Another way of asking this when a TCB time slice is up where are the
>registers and PSW saved

That's a different question, because you don't have extraneous SVRB's
complicating the situation; RBOPSW and TCBGRS.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Most Current register value

2012-11-06 Thread Shmuel Metz (Seymour J.)
In , on 11/05/2012
   at 08:36 AM, Micheal Burn  said:

>So regardless of where the registers are saved TCB or RB the PSW is
>always In the most current RB

Yes, for a task not currently dispatched.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: XML to TEXT data

2012-11-07 Thread Shmuel Metz (Seymour J.)
In
,
on 11/06/2012
   at 12:34 PM, Sérgio Lima Costa  said:

>Someone know, if exist a program that run under ZOS 1.12 batch, that
>convert XML data to TEXT file ?

You haven't provided enough information to answer the question. XML is
a generic format; you need to define the transform for the particular
XML document type that you are using.

>next convert again from text to XML

What does that mean?

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Change SL tape to NL

2012-11-08 Thread Shmuel Metz (Seymour J.)
In <0228344275668464.wa.paulgboulderaim@listserv.ua.edu>, on
11/07/2012
   at 04:53 PM, Paul Gilmartin  said:

>I had thought that EXCP could treat labels as if they were data
>regardless of the LABEL option.

After OPEN. Label processing for OPEN is the same for EXCP as for
[BQ]SAM. 

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS region memory (LDA stuff)

2012-11-08 Thread Shmuel Metz (Seymour J.)
In
,
on 11/08/2012
   at 10:07 AM, "Hunkeler Peter (KIUP 4)"
 said:

>I understand the "extended user private storage" to be the area 
>the area (sic) starting just above ECSA and always ending at 2GB 
((-1, or X'7FFF').

Don't the terms "user private storage" and "extended user private
storage" exclude SWA in addition to [E]LSQA? 

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SRB

2012-11-08 Thread Shmuel Metz (Seymour J.)
In <8546016688647659.wa.dlikensinfosecinc@listserv.ua.edu>, on
11/07/2012
   at 10:44 PM, Donald Likens  said:

>I have situation that makes no sense to me.

That suggests that what happend is not what you believe happened.

>The funny thing is the program invoked (at address in WKSELSA)
>calles another program that issues SVC 107 (TESTAUTH) and even 
>does a modeset to put itself in program state.

How do you know that the SVC 107 was actually invoked?

>1) What does a SRB do when the rules are broken (issues a SVC,
>etc.)?

That depends on the rule being broken. For issuing an SVC, it's an
ABEND.

>2) Does anyone know where I can find sample source code for a SRB?

CBT tape.

>3) What happens when a SRB is interrupted by a program check (in
>specific a S0C1)?

S0C1 is an ABEND code, not a program check. What happens with a
program check depends on the specific interrupt code. For those
leading to an ABEND, the behavior depends on your recovery
environment; normally you will have, e.g., an FRR.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: 26.4.2 JCL DD statement parameters and equivalent text units

2012-11-09 Thread Shmuel Metz (Seymour J.)
cc to  re HTML version of z/OS V1R13.0 MVS
Authorized Assembler Services Guide, SA22-7608-17 

In <6731310252845758.wa.paulgboulderaim@listserv.ua.edu>, on
11/08/2012
   at 08:54 PM, Paul Gilmartin  said:

>I'm looking at this page with Firefox:

>http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/iea2a8c1/26.4.2
>26.4.2 JCL DD statement parameters and equivalent text units

>Where I read:

>Use this table to convert ...

>I don't see any table.

It appears to be a formatting problem. I don't see the table on that
page either, but if I click on the right arrow, I see the table in
26.4.3 Using system symbols in text units
.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: An information...

2012-11-09 Thread Shmuel Metz (Seymour J.)
In <509bfdf5.3080...@terra.com.br>, on 11/08/2012
   at 04:46 PM, Carlos Bodra  said:

>I known that z/OS.e is an special offer from IBM for new workloads 

AFAIK, IBM withdrew it a long time ago. I doubt that you can get a
COBOL license for it at this late date. Check with your salseman to be
sure.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: OT, but likely important: Patent troll claims SSL encryption

2012-11-09 Thread Shmuel Metz (Seymour J.)
In <056101cdbe84$134916d0$39db4470$@mxg.com>, on 11/09/2012
   at 08:11 AM, Barry Merrill  said:

>About two years ago, I got a call from the US Patent Office,
>requesting a machine readable copy of my 1984 book, 
>"Merrill's Guide to Computer Performance Evaluation
>using the SAS System";

Isn't that already on the MXG tape?

>Ok, it's a slight brag,

No, but it's a pleasant surprise that someone at USPTO was actually
checking for prior art.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS region memory (LDA stuff)

2012-11-09 Thread Shmuel Metz (Seymour J.)
In <5224342763698953.wa.markmzelden@listserv.ua.edu>, on
11/08/2012
   at 09:10 AM, Mark Zelden  said:

>

>SWA is allocated at the top of each private area intermixed with LSQA
> and subpools 229, 230, and 249.

But is "private area" synonymous with "user private storage"?

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS region memory (LDA stuff)

2012-11-11 Thread Shmuel Metz (Seymour J.)
In <7415900774802771.wa.markmzelden@listserv.ua.edu>, on
11/09/2012
   at 06:06 PM, Mark Zelden  said:

>But this is really nit picking.

The difference berween getting an ABEND and not getting an ABEND is
hardly a nit.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: UNIT=SEP still alive (?)

2013-09-03 Thread Shmuel Metz (Seymour J.)
In <6708946340357622.wa.paulgboulderaim@listserv.ua.edu>, on
09/02/2013
   at 05:13 PM, Paul Gilmartin  said:

>And what's the TU corresponding to PASS?

DALNDISP (0005) and DALCDISP (0006)with value X'02' is close. PASS is
intended for multi-step jobs, and TSO sessions are supposed to be
single step.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: JES2 start fail with S878-10

2013-09-03 Thread Shmuel Metz (Seymour J.)
In
,
on 09/03/2013
   at 02:38 PM, RCG  said:

>While I try to start JES2 its failing with S878 rc 10

What's the complete message? It's hard to say much without knowing the
details of the failed storage request.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Currently dispatched TCB in SRB mode

2013-09-03 Thread Shmuel Metz (Seymour J.)
In <2d80761c-6295-4519-b8fe-4acc25691...@optonline.net>, on 09/03/2013
   at 03:28 PM, Micheal Butz  said:

>Is there a way of knowing the currently
>Dispatched TCB for the target Address Space in SRB mode

I don't even know what that means. There might be none, one or many
currently dispatched TCB's in the address space, none of which have
anything to do with the dispatching of your SRB.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Syncsort v1.4 doesn't support Tape sorting - Need help !

2013-09-04 Thread Shmuel Metz (Seymour J.)
In , on 09/03/2013
   at 05:01 PM, Eric Bielefeld  said:

>The 2 1410's actually shared a 1310 (I think) disk drive. 

1301 or 1302.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: UNIT=SEP still alive (?)

2013-09-04 Thread Shmuel Metz (Seymour J.)
In
,
on 09/03/2013
   at 10:43 PM, Tony Harminc  said:

>But Dynalloc did not exist until MVS,

Not as a supported facility for user code, but it was there for use by
DAIR in TSO. As I recall, the interface was different.

>and MVS has never restricted its use to TSO.

True, but PASS is still intended for the situation where there is a
receiving DD in a subsequent step. Within the same step, KEEP and PASS
are equivalent.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SYSIN in PROC -- technique

2013-09-04 Thread Shmuel Metz (Seymour J.)
In <1001144189627242.wa.paulgboulderaim@listserv.ua.edu>, on
09/03/2013
   at 07:30 PM, Paul Gilmartin  said:

>It's logically impossible for JES3 setup to exploit or even
>accommodate the newer features of JCL, even dating back to
>IF...THEN...ELSE...ENDIF.

Nonsense.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Who is Lagging Whom? (Was: SYSIN in PROC -- technique)

2013-09-04 Thread Shmuel Metz (Seymour J.)
In <89229058.74b4.44a3.800c.8809e9102...@aol.com>, on 09/04/2013
   at 02:58 AM, efinnell15  said:

>I though that went away when they move CI back to MVS? 

MVS just split the interpretation code of the R/I into separate
Converter and Interpreter functions. Spelling errors in keywords were
detected early, because that was done by the converter, but incorrect
values were not detected until the Converter was called. JES3 called
the Interpreter prior to scheduling and JES2 called the Interpreter
only after scheduling.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: RACF Database protection

2013-09-08 Thread Shmuel Metz (Seymour J.)
In
<0539133098161601.wa.elardus.engelbrechtsita.co...@listserv.ua.edu>,
on 09/05/2013
   at 03:31 AM, Elardus Engelbrecht 
said:

>You can wish, but big blue wants backward compatibility,

How is that an obstacle? If they do it, I'm sure that there will be a
switch to enable the new algorithm and that, once enabled, the new
algorithm will only be used incrementally.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Sortlessness?

2013-09-08 Thread Shmuel Metz (Seymour J.)
In <5227bf91.7010...@aim.com>, on 09/04/2013
   at 05:17 PM, Paul Gilmartin  said:

>> On 1 September 2013 00:51, Paul Gilmartin wrote:

>>> LE gave me WAD with a rationale so outrageous that I gave up in
>>> disgust, making no effort to escalate.

An outrageous rationale is precisely when there is the best case to
escalate.

>> Isn't it a POSIX violation to produce incorrect collation results for
>> a locale? Not, I suppose, that that's stopped them before.

Yes. If you can find suitable contacts in the UNIX® community[1],
getting that in the compliance test suite would guaranty that IBM
fixes it.

[1] Presumably either POSIX or The Open Group would do.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: UNIT=SEP still alive (?)

2013-09-08 Thread Shmuel Metz (Seymour J.)
In , on 09/04/2013
   at 09:55 PM, "Robert A. Rosenberg"  said:

>Except for one MAJOR difference - PASS will leave the tape mounted 
>(although it might rewind it) while KEEP will unload the tape 

Not if you specify RETAIN. Unfortunately, there's no text unit for
RETAIN, at least prior to z/OS V2R1, and probably not there either.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Searching for a SUBMIT and WRITER tool

2013-09-08 Thread Shmuel Metz (Seymour J.)
In
<2091430682-1378385115-cardhu_decombobulator_blackberry.rim.net-518132742-@b4.c1.bise6.blackberry>,
on 09/05/2013
   at 12:45 PM, Ted MacNEIL  said:

>Who are you to determine the needs of the user (whom you are
>[supposedly] supporting).

There's only one user at your shop? Or you only support one of them?
Who are you to tell him not to enforce policies set by his management?
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Destination z: Strolling Down Memory (Core) Lane

2013-09-08 Thread Shmuel Metz (Seymour J.)
In <5228c8c4.7020...@gabegold.com>, on 09/05/2013
   at 02:09 PM, Gabe Goldberg  said:

>Strolling Down Memory (Core) Lane

Core? On my first machine, main memory was drum.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: OT: Obscurity Is Not Security... Or Is It?

2013-09-08 Thread Shmuel Metz (Seymour J.)
In <522b1cbc.1070...@bremultibank.com.pl>, on 09/07/2013
   at 02:31 PM, "R.S."  said:

>Sometimes you know (or at least you feel) that your system is not 
>bullteproof. In such case you could do the following: a) make your
>system bullteproof. WRONG. Usually you would already do it if you
>could. But you Couldn't.

Nonsense. There are lots of reasons that a system still has known
security holes, and the reasons are rarely technical, at least not
since the advent of MVS. If you become aware of a security exposure,
get management signoff and close it.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Searching for a SUBMIT and WRITER tool

2013-09-08 Thread Shmuel Metz (Seymour J.)
In <3044928827063159.wa.paulgboulderaim@listserv.ua.edu>, on
09/05/2013
   at 08:30 AM, Paul Gilmartin  said:

>Wouldn't it be nice to be able not to ABEND, but to checkpoint the
>job when it reaches the limlt and allow the user to insert more 
>coins and continue?

Submit a requirement; it sounds like a good idea.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: timezone_name?

2013-09-08 Thread Shmuel Metz (Seymour J.)
In <011401ceaa8d$7b6acab0$72406010$@mcn.org>, on 09/05/2013
   at 04:13 PM, Charles Mills  said:

>EST5EDT

Due to parsing ambiguity, that doesn't tell you when to switch.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS 2.1 and tools like COBOL 5.1, Fault Analyzer, Debug Tool, etc.

2013-09-08 Thread Shmuel Metz (Seymour J.)
In <0810432924290538.wa.dbohnaegonusa@listserv.ua.edu>, on
09/06/2013
   at 08:16 AM, "Bohn, Dale"  said:

>The non-loaded class are only supported in the PM3(?) load modules
>which the binder will only put into a PDSE.

Don't confuse load modules with program objects. The BINDER will only
create a load module in a PDS and will only create a program object in
a PDSE. The formats are pretty much unrelated. I'm not aware of any
new load module features added by the BINDER; in particular, there are
no long names and no classes, hence the need for the output of newer
compilers to go into program objects.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS 2.1 and tools like COBOL 5.1, Fault Analyzer, Debug Tool, etc.

2013-09-08 Thread Shmuel Metz (Seymour J.)
In
<4ee2851a2279b94cb70cd69b17410609ae51c...@s1flokydce2kx01.dm0001.info53.com>,
on 09/06/2013
   at 12:01 PM, "Jousma, David"  said:

>A program object is a new style GOOF executable that is the output 
>from the binder when binding an object module from Enterprise 
>COBOL V5.1.

No. A program object is an old[1] style executable module[2] that is
the output  from the binder when creating an executable module in a
PDSE. What is new with V5.1 is that the creation of load modules in a
PDS is no longer supported.

[1] But not as old as a load module.

[2] Unrelated to GOFF, which is the format for object modules

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS 2.1 and tools like COBOL 5.1, Fault Analyzer, Debug Tool, etc

2013-09-08 Thread Shmuel Metz (Seymour J.)
In , on 09/07/2013
   at 09:22 AM, Tom Ross  said:

>No, the COBOL Migration Guide is correct, all COBOL programs 
>produce GOFF output with COBOL V5, so after Binding you will have 
>a program object and it must reside in a PDSE.

It's not the use of GOFF per se that requires program objects, it's
the use of GOFF features that aren't supported in load modules.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Destination z: Strolling Down Memory (Core) Lane

2013-09-08 Thread Shmuel Metz (Seymour J.)
In <1378659509.50854.yahoomail...@web181006.mail.ne1.yahoo.com>, on
09/08/2013
   at 09:58 AM, Jon Perryman  said:

>WOW. How did it use drum as main memmory?

Same way as any other drum computer.

>Did it have like 1K of real memory

A drum *is* real memory. In this case, 2K 10 digit words.

>Or is drum a similar architecture to ram?

If your RAM is in a centrifuge.

Every drum computer that I know of had a head per track, so access
time was rotational delay.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: timezone_name?

2013-09-08 Thread Shmuel Metz (Seymour J.)
In
,
on 09/08/2013
   at 08:02 AM, Mike Schwab  said:

>http://en.wikipedia.org/wiki/Tz_database does tell you when to
>switch.

The Devil is in the details. The string "EST5EDT" doesn't have enough
information to unambiguously indicate the country and zone.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS 2.1 and tools like COBOL 5.1, Fault Analyzer, Debug Tool, etc

2013-09-09 Thread Shmuel Metz (Seymour J.)
In
<4ee2851a2279b94cb70cd69b17410609ae9bb...@s1flokydce2kx01.dm0001.info53.com>,
on 09/09/2013
   at 11:53 AM, "Jousma, David"  said:

>I'm pretty sure that most of them will be converted with a simple
>DFDSS job

If there is no PDS sharing across sysplex boundaries.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Teletypewriter Model 33

2013-09-09 Thread Shmuel Metz (Seymour J.)
In
,
on 09/09/2013
   at 10:29 AM, Quasar Chunawala  said:

>Today, the mainframe staff in any enterprise work on PC running
>special software(the terminal emulator) to connect to the *mainframe
>server* over the company intranet. But, back in the 1960's, when
>mainframes were young, what were some of input devices?

Just for IBM mainframe their were a variety of IBM and Teletype®
terminals in common use. I believe that the 2741 was the most popular.


>Has anyone typed TSO or compiled programs
>on a tele-typewriter model 33? 

Not I, at least not on an IBM system. I may have done so for a UNIVAC
1230, but, if so, I've gratefully forgotten.

>What was it like to work on a key-punch
>machine? How was the experience?

Better than handing coding sheets to a keypunch operator and
correcting her errors; not as good as using an online text editor.

>I suppose, 3278 terminals were introduced much later by IBM.

Yes, but the 3277 was available much earlier, in 1971.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Teletypewriter Model 33

2013-09-09 Thread Shmuel Metz (Seymour J.)
In <5834228785212676.wa.paulgboulderaim@listserv.ua.edu>, on
09/09/2013
   at 09:50 AM, Paul Gilmartin  said:

>Ah!  Thermal paper?  But that provided me the epiphany that computers
>could deal with mixed-case text. 

IBM supported mixed-case text well before the TI noisy 700.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: The Trainer's Friend Going Out Of Business Sale

2013-09-09 Thread Shmuel Metz (Seymour J.)
In <522dbcd6.9040...@trainersfriend.com>, on 09/09/2013
   at 06:19 AM, Steve Comstock  said:

>After 38 years of creating and delivering training courses for IBM
>mainframe (OS/360 through z/OS) application programmers, The
>Trainer's Friend, Inc. is going out of business.

Bummer!

Good luck in your new endeavors.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Currently dispatched TCB in SRB mode

2013-09-09 Thread Shmuel Metz (Seymour J.)
In , on 09/09/2013
   at 05:20 PM, Micheal Butz  said:

>So in other words STNSM.  AREA,X'FC' before

That affects the PSW of the CPU your code is running on; it doesn't
disable or lock any other CPU.

>And STNSM AREA,X'03'. After

Or

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Teletypewriter Model 33

2013-09-09 Thread Shmuel Metz (Seymour J.)
In <6316392288346624.wa.paulgboulderaim@listserv.ua.edu>, on
09/09/2013
   at 11:14 AM, Paul Gilmartin  said:

>Then what went wrong? 

You used the wrong tool.

>Try "ALLOCATE DD(SYSIN) DSN(*)

Why would I do that for an interactive command? Try EDIT foo.text.

And what does that have to do with justifying "Ah!  Thermal paper? 
But that provided me the epiphany that computers could deal with
mixed-case text."? The processing of DA(*) is the same whether the
terminal is a TI "silent" 700 or an IBM 2741.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Teletypewriter Model 33

2013-09-09 Thread Shmuel Metz (Seymour J.)
In <522e15d6.2000...@valley.net>, on 09/09/2013
   at 02:39 PM, Gerhard Postpischil  said:

>IBM introduced the 1050 (similar to the 1052 operators console)

The 1050 was a family of terminals attached through a 1051; the low
end S/360 console was the 1052-7, which did not require a 1051.

>Starting in the late sixties, terminals started to 
>proliferate (3272, 3275, and 3276),

The 3272 controller, 3275 display and 3277 display were in 1971; the
3276 was about a decade later.

>in which you could define your own characters (similar to  the 3179
>and 3279)

ITYM 3279 and 3179-G.

 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


<    5   6   7   8   9   10   11   12   13   14   >