Re: GDG

2011-10-26 Thread Robert A. Rosenberg

At 14:52 -0700 on 10/25/2011, Steve Thompson wrote about Re: GDG:

Do you actually mean version or generation? I ask this because now 
and then someone actually means version (rarely). And what you asked 
could be either.


Version will be A.B.C.G0001V00  then A.B.C.G0001V01.

Generation will be A.B.C.G0001V00 then A.B.C.G0002V00

This makes a big difference in what you will have to do!!


Note that when you create and catalog A.B.C.G0001V01 it will replace 
A.B.C.G0001V00 as A.B.C(n) - IOW: If after A.B.C.G0002V00 was created 
A.B.C.G0001V00 would be A.B.C(-1). Creating A.B.C.G0001V01 at this 
point would make IT A.B.C(-1) and A.B.C.G0001V00 would no longer be 
cataloged (it would be handled just like a generation that rolled off 
the GDG base.


The purpose of creating a GVyy (where yy is NOT 00) is to replace 
the V00 (or current) version. This might occur if you want move the 
file from one media to another while leaving it in the GDG chain.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Looking for clues on a bug in assembler

2011-10-26 Thread Robert A. Rosenberg
At 05:54 -0700 on 10/25/2011, Charles Mills wrote about Re: Looking 
for clues on a bug in assembler:



My conclusion was the following sequence -- and there may be other details
that are significant, but this is my best guess as to the significant
details:

1. OPEN DCB, no error
2. GET DCB -- Drives SYNAD exit as expected
3. CLOSE DCB, no error reported
4. OPEN DCB, no error
5. GET, GET, GET, ..., GET (last record), GET -- QSAM branches to random
address, not the specified EOD address -- S0C4

However, if between steps 3 and 4 I add a step to restore the DCB to the
values it had before step 1, then all works as expected.

This behavior is contrary to the clearly stated QSAM CLOSE documentation:
The fields of the data control block (DCB) and DCBE are restored to the
condition that existed before the OPEN macro was issued, and the data set is
disconnected from the processing program.


Have you tried writing a sanity check program? Have it do steps 1-3 
and compare what is in the EOD field before and after steps 1 and 3. 
If the field has not been restored then this should catch it. Also 
try doing a compare of the copy of the DCB that you use for the 
restore with the DCB which was opened and closed. That should show a 
bad restore. Doing snap shot dumps of the DCB and DCBE at each stage 
should show the failure. Sending that in should help document the 
problem as it occurs.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Looking for clues on a bug in assembler

2011-10-26 Thread Elardus Engelbrecht
Ed Gould wrote:

When we were debugging the many bugs in the first PSF we had the occasions to 
send listings to the PSF people along with various traces etc etc. I always 
asked the user if there were any issues with sending sensitive  data (trading 
information)  he asked who we were sending it to and when we told him IBM, he 
said no problem.

Agreed. Thanks Ed. Big Blue has formal agreements and documentations just for 
that.

Look for these two pages for example:

'Exchanging diagnostic data with IBM' -

http://www-05.ibm.com/de/support/ecurep/service.html

'Agreement for exchange of confidential information' - 

http://www-304.ibm.com/businesscenter/cpe/download0/186137/aeci_us.pdf

There are more such pages.

Ok, I'm now leaving this thread, I'm tired of it... grin :-D

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Dynamic calls in Binder sysprint

2011-10-26 Thread K Zafirop
Thank you all for your responses.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


SV: GDG

2011-10-26 Thread Thomas Berg
 -Ursprungligt meddelande-
 Från: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] För
 Robert A. Rosenberg
 Skickat: den 26 oktober 2011 07:27
 Till: IBM-MAIN@bama.ua.edu
 Ämne: Re: GDG
 
 At 14:52 -0700 on 10/25/2011, Steve Thompson wrote about Re: GDG:
 
 Do you actually mean version or generation? I ask this because now
 and then someone actually means version (rarely). And what you asked
 could be either.
 
 Version will be A.B.C.G0001V00  then A.B.C.G0001V01.
 
 Generation will be A.B.C.G0001V00 then A.B.C.G0002V00
 
 This makes a big difference in what you will have to do!!
 
 Note that when you create and catalog A.B.C.G0001V01 it will replace
 A.B.C.G0001V00 as A.B.C(n) - IOW: If after A.B.C.G0002V00 was created
 A.B.C.G0001V00 would be A.B.C(-1). Creating A.B.C.G0001V01 at this
 point would make IT A.B.C(-1) and A.B.C.G0001V00 would no longer be
 cataloged (it would be handled just like a generation that rolled off
 the GDG base.
 
 The purpose of creating a GVyy (where yy is NOT 00) is to replace
 the V00 (or current) version. This might occur if you want move the
 file from one media to another while leaving it in the GDG chain.
 

By curiosity, how do You specify version in the JCL ?  
I mean in the same way we specify latest generation by aaa(0) 
and a new by aaa(+1) etc. 


 
Regards, 
Thomas Berg 
_ 
Thomas Berg   Specialist   A M   SWEDBANK 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: SV: GDG

2011-10-26 Thread R.S.

W dniu 2011-10-26 12:09, Thomas Berg pisze:

-Ursprungligt meddelande-
Från: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] För
Robert A. Rosenberg
Skickat: den 26 oktober 2011 07:27
Till: IBM-MAIN@bama.ua.edu
Ämne: Re: GDG

At 14:52 -0700 on 10/25/2011, Steve Thompson wrote about Re: GDG:


Do you actually mean version or generation? I ask this because now
and then someone actually means version (rarely). And what you asked
could be either.

Version will be A.B.C.G0001V00  then A.B.C.G0001V01.

Generation will be A.B.C.G0001V00 then A.B.C.G0002V00

This makes a big difference in what you will have to do!!


Note that when you create and catalog A.B.C.G0001V01 it will replace
A.B.C.G0001V00 as A.B.C(n) - IOW: If after A.B.C.G0002V00 was created
A.B.C.G0001V00 would be A.B.C(-1). Creating A.B.C.G0001V01 at this
point would make IT A.B.C(-1) and A.B.C.G0001V00 would no longer be
cataloged (it would be handled just like a generation that rolled off
the GDG base.

The purpose of creating a GVyy (where yy is NOT 00) is to replace
the V00 (or current) version. This might occur if you want move the
file from one media to another while leaving it in the GDG chain.



By curiosity, how do You specify version in the JCL ?
I mean in the same way we specify latest generation by aaa(0)
and a new by aaa(+1) etc.


You specify DSN=HLQ.GDGBASE.G0008V01,DISP=(,CATLG)
It will REPLACE HLQ.GDGBASE.G0008V00 - the older version will be deleted.
Actually you can specify V07 jsut after V00, or even V03 after V07. In 
any case the newest version will be kpet, despite of the version number.



BTW: IMHO moving from one media to another is bad example. It can be 
done by using DSS COPY with TGTGDS option.
Versions are for unsuccesful job runs. You can rerun the job and create 
another version.



--
Radoslaw Skorupka
Lodz, Poland


--
Tre tej wiadomoci moe zawiera informacje prawnie chronione Banku 
przeznaczone wycznie do uytku subowego adresata. Odbiorc moe by jedynie 
jej adresat z wyczeniem dostpu osób trzecich. Jeeli nie jeste adresatem 
niniejszej wiadomoci lub pracownikiem upowanionym do jej przekazania 
adresatowi, informujemy, e jej rozpowszechnianie, kopiowanie, rozprowadzanie 
lub inne dziaanie o podobnym charakterze jest prawnie zabronione i moe by 
karalne. Jeeli otrzymae t wiadomo omykowo, prosimy niezwocznie 
zawiadomi nadawc wysyajc odpowied oraz trwale usun t wiadomo 
wczajc w to wszelkie jej kopie wydrukowane lub zapisane na dysku.

This e-mail may contain legally privileged information of the Bank and is intended solely for business use of the addressee. This e-mail may only be received by the addressee and may not be disclosed to any third parties. If you are not the intended addressee of this e-mail or the employee authorised to forward it to the addressee, be advised that any dissemination, copying, distribution or any other similar activity is legally prohibited and may be punishable. If you received this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software and delete permanently this e-mail including any copies of it either printed or saved to hard drive. 


BRE Bank SA, 00-950 Warszawa, ul. Senatorska 18, tel. +48 (22) 829 00 00, fax 
+48 (22) 829 00 33, e-mail: i...@brebank.pl
Sd Rejonowy dla m. st. Warszawy XII Wydzia Gospodarczy Krajowego Rejestru Sdowego, nr rejestru przedsibiorców KRS 025237, NIP: 526-021-50-88. 
Wedug stanu na dzie 01.01.2011 r. kapita zakadowy BRE Banku SA (w caoci wpacony) wynosi 168.346.696 zotych.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


SV: SV: GDG

2011-10-26 Thread Thomas Berg
 -Ursprungligt meddelande-
 Från: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] För R.S.
 Skickat: den 26 oktober 2011 12:29
 Till: IBM-MAIN@bama.ua.edu
 Ämne: Re: SV: GDG
 
 W dniu 2011-10-26 12:09, Thomas Berg pisze:
  -Ursprungligt meddelande-
  Från: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] För
  Robert A. Rosenberg
  Skickat: den 26 oktober 2011 07:27
  Till: IBM-MAIN@bama.ua.edu
  Ämne: Re: GDG
 
  At 14:52 -0700 on 10/25/2011, Steve Thompson wrote about Re: GDG:
 
  Do you actually mean version or generation? I ask this because now
  and then someone actually means version (rarely). And what you asked
  could be either.
 
  Version will be A.B.C.G0001V00  then A.B.C.G0001V01.
 
  Generation will be A.B.C.G0001V00 then A.B.C.G0002V00
 
  This makes a big difference in what you will have to do!!
 
  Note that when you create and catalog A.B.C.G0001V01 it will replace
  A.B.C.G0001V00 as A.B.C(n) - IOW: If after A.B.C.G0002V00 was created
  A.B.C.G0001V00 would be A.B.C(-1). Creating A.B.C.G0001V01 at this
  point would make IT A.B.C(-1) and A.B.C.G0001V00 would no longer be
  cataloged (it would be handled just like a generation that rolled off
  the GDG base.
 
  The purpose of creating a GVyy (where yy is NOT 00) is to replace
  the V00 (or current) version. This might occur if you want move the
  file from one media to another while leaving it in the GDG chain.
 
 
  By curiosity, how do You specify version in the JCL ?
  I mean in the same way we specify latest generation by aaa(0)
  and a new by aaa(+1) etc.
 
 You specify DSN=HLQ.GDGBASE.G0008V01,DISP=(,CATLG)
 It will REPLACE HLQ.GDGBASE.G0008V00 - the older version will be deleted.
 Actually you can specify V07 jsut after V00, or even V03 after V07. In
 any case the newest version will be kpet, despite of the version number.
 
 
 BTW: IMHO moving from one media to another is bad example. It can be
 done by using DSS COPY with TGTGDS option.
 Versions are for unsuccesful job runs. You can rerun the job and create
 another version.
 

Ok, so there are no symbolic syntax for it.  I'm not surprised as I have never 
seen such, but logically I would have expected something like aaa(0(+1)) etc. 


 
Regards, 
Thomas Berg 
_ 
Thomas Berg   Specialist   A M   SWEDBANK 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ABEND0F8-20

2011-10-26 Thread Peter Relson
Due to a screw-up on our part many of the z/OS 1.13 RMODE 64-related 
updates to the books did not make it. This was one. While the books 
themselves might not get updated for some time, there will likely be an 
info APAR directing you to some web location where you can find all the 
missing information. That is not in place yet.

I can confirm that ABEND0F8-20 is indeed you issued an SVC other than SVC 
X'D' (ABEND) from code that resides = 2G

Peter Relson
z/OS Core Technology Design

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Lines per page - IDCAMS output

2011-10-26 Thread Binyamin Dissen
On Tue, 25 Oct 2011 12:58:56 -0500 Shmuel Metz (Seymour J.)
shmuel+ibm-m...@patriot.net wrote:

:In 8447645509998585.wa.chris.hilliardnorfolk@bama.ua.edu, on
:10/25/2011
:   at 09:49 AM, Chris Hilliard chris.hilli...@norfolk.gov said:

:Curious if anyone knows whether or not you can change the lines per
:page for IDCAMS output. 

:There's a design principle from OS/360 that all utilities should be
:callable as subroutines. Most of them allow for parameters besides the
:PARM, e.g., ddname override, lines per page. Assuming that there is an
:appropriate parameter, you may have to call AMS from an authorized
:program, depending on what commands you want it to perform.

Perhaps if you had taken the effort to look at the manual you would have seen
that there is no such parm.

The best he can do is to run LISTCAT or the such directly under the TMP or
write an output module.

--
Binyamin Dissen bdis...@dissensoftware.com
http://www.dissensoftware.com

Director, Dissen Software, Bar  Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ABEND0F8-20

2011-10-26 Thread Mark Zelden
I admit I had to read it twice, but I understood.  Also I'm pretty sure this
was mentioned not too long ago by (probably) Peter or Jim. 

Mark
--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS   
mailto:m...@mzelden.com
Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html 
Systems Programming expert at http://expertanswercenter.techtarget.com/


On Wed, 26 Oct 2011 12:11:30 +1000, Shane ibm-m...@tpg.com.au wrote:

On the contrary - Dave asked a question, you answered it.
More than sufficient - and understandable.

Shane ..

On Tue, 25 Oct 2011 20:22:33 -0400 Tom Harper wrote:

 Maybe I was too brief.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Achim Görlich ist außer Haus / is out of the office

2011-10-26 Thread Achim Goerlich
Ich bin ab 26.10.2011 außer Haus und ab 31.10.2011 wieder im Büro.
I'm out of the office from 26.10.2011 and will be back on 31.10.2011.

In dringenden Fällen unter +49172 7796545 zu erreichen.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


John McCarthy 1927-2011

2011-10-26 Thread John Gilmore
sit tibi terra levis, John.

LISP and the world view it embodies will, I suppose, be his monument;
but he changed everything he touched.

The very full obituary in today's New York Times ends by citing one of
his favorite apothegms:

Do the arithmetic or be doomed to talk nonsense.


--jg

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ABEND0F8-20

2011-10-26 Thread Bill Fairchild
The full meaning is that z/OS disallows execution of the SVC instruction in 
many environments; e.g., when disabled for I/O interrupts, when holding a 
system lock, when in SRB mode, possibly some others, and now also if the SVC 
instruction is located above the bar.  However, the one SVC 13 (or D, aka 
ABEND) is allowed in any environment, since the result of trying to execute an 
SVC in an unsupported environment results in an ABEND macro (SVC 13) issued by 
the operating system in order to drive RTM and clean up after the program that 
attempted to execute the original SVC instruction improperly.  One way to 
remember the environments in which extra care must be taken is the acronym EUT, 
meaning Enabled, Unlocked, Task mode.  EUT is used as a parameter on the SETFRR 
macro, which also mentions some other things that might not be allowed in these 
rarified environments.

Bill Fairchild
Rocket Software

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Ted MacNEIL
Sent: Tuesday, October 25, 2011 7:16 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: ABEND0F8-20

Only ABEND. All others disallowed.

What does this response even mean?
-
Ted MacNEIL
eamacn...@yahoo.ca
Twitter: @TedMacNEIL

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at 
http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: CRLF in Unix being translated on Mainframe to x'25'

2011-10-26 Thread Steve
it's easy via a unix script -  something like this...(there are other 
options besides crnl which might be useful depending on your particular 
situation.  this worked for us 


cp -F crnl unixfile.xml  //'dataset.xml'  


See the USS Ported Tool Manual..


you can also use IEBGENER if you can deal with a VB file.

//INPUT   EXEC PGM=IEBGENER  
//SYSPRINT DD  SYSOUT=*   
//SYSINDD  DUMMY  
//SYSUT1   DD  PATH='/xxx/xxx/xxx.txt',  
// PATHOPTS=(ORDONLY),
// RECFM=VB,LRECL=255,BLKSIZE=27998,  
// FILEDATA=TEXT  
//SYSUT2   DD  DSN=DATASET.FILE, 
etc

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: CRLF in unix, translated

2011-10-26 Thread Tom Marchant
On Mon, 24 Oct 2011 14:11:04 -0700, glen herrmannsfeldt wrote:

As unix, and many other systems, store files in 512 byte disk
blocks, it makes some sense to transfer them to the IBM system
in blocks of that size.  I would probably use RECFM=U, LRECL=512,
but it doesn't matter so much.

Why does that make sense?  Files on Unix, Linux and Windows are 
stored as a byte stream and the applications that write and process 
them do not know or care what the underlying sector size is.

Do you mean BLKSIZE=512? That is quite inefficient, wasting over 
half of the space on each track.  AFAIK LRECL has no meaning for
a RECFM=U data set.

Once you get these ASCII data to the mainframe in a RECFM=U 
data set, what would you do with them?

-- 
Tom Marchant

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Lines per page - IDCAMS output

2011-10-26 Thread Ed Gould
 This sounds like a SHARE requirement. 

Ed

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: John McCarthy 1927-2011

2011-10-26 Thread Anne Lynn Wheeler
johnwgilmore0...@gmail.com (John Gilmore) writes:
 sit tibi terra levis, John.

 LISP and the world view it embodies will, I suppose, be his monument;
 but he changed everything he touched.

 The very full obituary in today's New York Times ends by citing one of
 his favorite apothegms:

 Do the arithmetic or be doomed to talk nonsense.

some mainframe connection ... I worked with his wife on System/R,
she is discussed here:
http://www.mcjones.org/System_R/SQL_Reunion_95/sqlr95-Vera.html

longer winded thread/post
http://www.garlic.com/~lynn/2011n.html#40 John McCarthy
http://www.garlic.com/~lynn/2011n.html#44 John McCarthy

other posts mentioning original relational/sql implementation
http://www.garlic.com/~lynn/submain.html#systemr

-- 
virtualization experience starting Jan1968, online at home since Mar1970

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Our community strengths

2011-10-26 Thread Chip Grantham
This is an interesting thread. 

I listened to a webex by a Dr. at IBM entitled How to reduce mips ... It 
was a great run at the techie numbers of server versus z196 /  z114 hybrid 
computing with customer examples.  I'd love to see more like it too.  If 
you send me a note off line, I'd send the power point. 

Chip Grantham  |  Ameritas  |  Sr. IT Consultant | cgrant...@ameritas.com 
5900 O Street, Lincoln NE 68510 | p: 402-467-7382 | c: 402-429-3579 | f: 
402-325-4030

 



Linda Mooney linda.lst...@comcast.net 
Sent by: IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu
10/25/2011 10:24 PM
Please respond to
IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu


To
IBM-MAIN@bama.ua.edu
cc

Subject
Re: Our community strengths






Hi Steve, 



I frequently run into people who remember the IBM ad about the servers 
being stolen, but they have really been consolodated onto the one 
mainframe.  There weren't any follow on ads about how well that worked out 
for the company, nothing with the worried and frightened looking boss 
happliy going over the balance sheets, looking good at the customer 
meetings, getting promoted for his vision, winning recognition in the 
local community  for going green.  



I am often reading one of th e fine manuals on transit and when folks look 
curious, we chat.  Most say that they thought that the mainframe was gone 
now - they don't hear anything more about it.   They are always surprised 
to hear about some of the mainframes here, in my area, and the kind of 
work they do.  That IBM ad seems to be the last thing that many of the 
public has heard about mainframes. For all of the efforts any of us make, 
if the public isn't informed, and encouraged, they aren't going to go to 
work and talk about how they heard, saw, read that mainframes were more 
reliable, better suited to critical services, etc. 

  

With the z196 and z114 now in play, where are the marketers?  It is 
insufficient for t hem to market only to the relative few who already 
know.  The Super Bowl is coming soon.  I'm hopeful, but I'm not holding my 
breath.


Thanks, 


Linda 

- Original Message -


From: Steve Comstock st...@trainersfriend.com 
To: IBM-MAIN@bama.ua.edu 
Sent: Tuesday, October 25, 2011 7:32:51 PM 
Subject: Re: Our community strengths 

On 10/25/2011 7:36 PM, Dale Miller wrote: 
 OK, so we squabble, and disagree, but it is my belief that this 
community has in 
 its membership many of the giants who built a technological marvel that 
 underpins our society today, or at least would do so if 
 management could be induced to extend its event-horizon beyond the 
current 
 fiscal year, and to start counting real costs. Most of us have plied our 
trade 
 in an environment where an unplanned outage or functional failure were 
simply 
 not to be allowed. Because we built systems to perform well and 
reliably, we 
 were invisible, except when we made mistakes. I'm sure I'm not alone in 
 experiencing the almost-every-day complaint from a clerk in a store that 
'the 
 computer isn't working right today'. 
 I believe that we should be getting the word out that computers don't 
have to 
 act this way, and that we know how to build systems that behave 
properly. We 
 certainly face an uphill battle against the mind-set 
 among management that leads them to set unreasonable requirements for 
job 
 descriptions and set the salary schedules far below current going rates. 
It 
 really gets my goat that they use these machinations to spread the lies 
that 
 they cannot get skilled IT personnel. See 
 
http://online.wsj.com/article_email/SB10001424052970204422404576596630897409182-lMyQjAxMTAxMDIwNDEyNDQyWj.html?mod=wsj_share_email
 

 . 
 I retired when I could no longer put up with the asininity of company 
politics, 
 but if I wanted to continue in my chosen career, I would certainly 
undertake to 
 build my skills in database, communications, and UNIX, however 
distasteful that 
 might be. I could go on for hours about the poor design features of UNIX 
and 
 current email and internet protocols, but if I needed a job, I would 
swallow my 
 pride and start hitting the books. 
 Of course, with the current political climate regarding Social Security 
and 
 Medicare, I might have to go back to work. Perhaps I should have made 
larger 
 private investments, but then maybe I would have invested in Enron, AIG, 
Lehman 
 Brothers, or Bernie Madoff. 
 
 Dale Miller 


You'd think IBM would be interested in telling the story. But, 
sadly, that doesn't seem to be the case. I have been after 
many IBM'ers to launch an effort to win the hearts and minds 
of people in IT and to raise the level of awareness of 
mainframes (especially z/OS) in the general public. But they 
don't seem to care about it: they are either hopelessly lost 
or they have a future plan that does not include z/OS. 


-- 

Kind regards, 

-Steve Comstock 
The Trainer's Friend, Inc. 

303-393-8716 
http://www.trainersfriend.com 

* 

Re: ABEND0F8-20

2011-10-26 Thread David Cole

Thanks Peter.

Your answers are directly on point.

I appreciate it.
Dave


At 10/26/2011 07:48 AM, Peter Relson wrote:
Due to a screw-up on our part many of the z/OS 1.13 RMODE 
64-related updates to the books did not make it. This was one. 
While the books themselves might not get updated for some time, 
there will likely be an info APAR directing you to some web location 
where you can find all the missing information. That is not in place yet.


I can confirm that ABEND0F8-20 is indeed you issued an SVC other 
than SVC X'D' (ABEND) from code that resides = 2G


Peter Relson
z/OS Core Technology Design


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: z/OS UNIX file can't be deleted. (Was confusing and confused)

2011-10-26 Thread Wayne Driscoll
Complaining about a correction is one thing.  Knowingly providing an 
invalid response (referencing a VTAM command to delete a file which is 
an unheard of structure to VTAM) was uncalled for and could have delayed 
the OP from being able to resolve the problem that he reported.  And the 
claim of confusion meant that the message text was ignored, since the 
first line of text spelled out that the problem was in the /tmp 
filesystem.
===
Wayne Driscoll
OMEGAMON DB2 L3 Support/Development
wdrisco(AT)us.ibm.com
===



From:
Shmuel Metz (Seymour J.) shmuel+ibm-m...@patriot.net
To:
IBM-MAIN@bama.ua.edu
Date:
10/25/2011 06:29 PM
Subject:
Re: z/OS UNIX file can't be deleted. (Was confusing and confused)
Sent by:
IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu



In
1505488263-1319523459-cardhu_decombobulator_blackberry.rim.net-690171122-@b11.c1.bise6.blackberry,
on 10/25/2011
   at 06:17 AM, Ted MacNEIL eamacn...@yahoo.ca said:

There is also the group that is like a dog with a bone and has
nothing better to do but bitch about a TLA that even IBM uses in both
contexts.

That's the null set. But there *is* the group of those who reply
solely to complain about a correction.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
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...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html




--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


HSM Logging Disabled

2011-10-26 Thread O'Brien, David W. (NIH/CIT) [C]
Trying to figure out why the following msg. is appearing at HSM startup:

ARC0021I  DFSMSHSM LOGGING FUNCTION DISABLED
ARC0020I **

ARC9921I
ARC0021I DFSMSHSM LOGGING FUNCTION DISABLED

Explanation:  During DFSMShsm startup, either one or both of the DFSMShsm
log data sets was not specified or was specified as DD DUMMY on the
startup procedure through the DD names of ARCLOGX and ARCLOGY. This
message also occurs if the log data set's JFCB or data set VTOC entry
cannot be read.

Both log data sets must be specified on the startup procedure before the
logging function is enabled.

System Action:  DFSMShsm processing continues. DFSMShsm logging is not
performed.

Operator Response:  Notify the storage administrator if your installation
procedures require that DFSMShsm functions be recorded in DFSMShsm log
data sets.

Application Programmer Response:  Shut down DFSMShsm. Before restarting
DFSMShsm, ensure that two DFSMShsm log data sets are specified on the
DFSMShsm startup procedure.

JCL contains:

//ARCLOGX  DD DSN=SYSHSM.LOGX4,DISP=OLD
//ARCLOGY  DD DSN=SYSHSM.LOGY4,DISP=OLD

Note: Both datasets are newly allocated using Iefbr14.

Logsw=yes in Parm list

I've no idea what I might have changed to disable or when I might have done it.
All suggestions gratefully accepted.

Regards,
Dave O'Brien



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: CRLF in unix, translated

2011-10-26 Thread John Gilmore
It is worth recalling, misused only a little, Chomsky's dictum:

There is no reason to suppose that translation is in general possible.

His point is analogous to the statement  that equations of degree
greater than four cannot in general be solved. Particular quintics can
sometimes, of course, be solved; and particular felicitous
translations are sometimes possible.

Regrettably, however, we are not here dealing with a version of Sappho
by Catullus.  No cobbled-together solution to the EBCDIC-to-ASCII and
MVS-to-UNIX problem is likely to be entirely satisfactory in any
circumstances, and even if one were found for one such set of
circumstances it would cease to be so when these circumstances
changed.

CR anciently meant carriage return; LF anciently meant line feed; and
LF was sometimes used, usefully, before EOL.  Confounding them, as
Shmuel has already pointed out somewhat gnomically, is all but certain
to give trouble in some circumstances, however convenient it may be in
others.

Some problems just do not have neat solutions.

--jg

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Our community strengths

2011-10-26 Thread Bobbie Justice
I agree, and the servers being stolen ads were some of the best commercials 
around, there should have been follow on ads to those. 





-
I frequently run into people who remember the IBM ad about the servers being 
stolen, but they have really been consolodated onto the one mainframe.  There 
weren't any follow on ads about how well that worked out for the company, 
nothing with the worried and frightened looking boss happliy going over the 
balance sheets, looking good at the customer meetings, getting promoted for his 
vision, winning recognition in the local community  for going green.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: HSM Journal dataset is almost full

2011-10-26 Thread Uriel Carrasquilla
I keep on getting messages that the Journal dataset is 80% (which I confirmed 
under ISPF 3.2).
My plan is to shutdown HSM, rename the existing file, create a new one with the 
same characteristics, copy the renamed file, and bring up HSM.
Is my thinking appropriate?
Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: CRLF in unix, translated :-)

2011-10-26 Thread Tony's Comcast account
Quintics?
Gnomically? 

I looked them them up but due to my limited gray matter I no longer know the
capital of Bulgaria or who composed La Traviata.

 


  

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf
Of John Gilmore
Sent: Wednesday, October 26, 2011 10:31 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: CRLF in unix, translated

It is worth recalling, misused only a little, Chomsky's dictum:

There is no reason to suppose that translation is in general possible.

His point is analogous to the statement  that equations of degree
greater than four cannot in general be solved. Particular quintics can
sometimes, of course, be solved; and particular felicitous
translations are sometimes possible.

Regrettably, however, we are not here dealing with a version of Sappho
by Catullus.  No cobbled-together solution to the EBCDIC-to-ASCII and
MVS-to-UNIX problem is likely to be entirely satisfactory in any
circumstances, and even if one were found for one such set of
circumstances it would cease to be so when these circumstances
changed.

CR anciently meant carriage return; LF anciently meant line feed; and
LF was sometimes used, usefully, before EOL.  Confounding them, as
Shmuel has already pointed out somewhat gnomically, is all but certain
to give trouble in some circumstances, however convenient it may be in
others.

Some problems just do not have neat solutions.

--jg

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: HSM Journal dataset is almost full

2011-10-26 Thread O'Brien, David W. (NIH/CIT) [C]
No, it is not correct.

Issue a Backup cds command. That will null the Journal as well as give you a 
set of CDS Backups.

-Original Message-
From: Uriel Carrasquilla [mailto:uriel.carrasqui...@mail.mcgill.ca] 
Sent: Wednesday, October 26, 2011 11:39 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: HSM Journal dataset is almost full

I keep on getting messages that the Journal dataset is 80% (which I confirmed 
under ISPF 3.2).
My plan is to shutdown HSM, rename the existing file, create a new one with the 
same characteristics, copy the renamed file, and bring up HSM.
Is my thinking appropriate?
Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: HSM Journal dataset is almost full

2011-10-26 Thread O'Brien, David W. (NIH/CIT) [C]
Correction, that should be Backvol cds

-Original Message-
From: O'Brien, David W. (NIH/CIT) [C] 
Sent: Wednesday, October 26, 2011 11:45 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: HSM Journal dataset is almost full

No, it is not correct.

Issue a Backup cds command. That will null the Journal as well as give you a 
set of CDS Backups.

-Original Message-
From: Uriel Carrasquilla [mailto:uriel.carrasqui...@mail.mcgill.ca] 
Sent: Wednesday, October 26, 2011 11:39 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: HSM Journal dataset is almost full

I keep on getting messages that the Journal dataset is 80% (which I confirmed 
under ISPF 3.2).
My plan is to shutdown HSM, rename the existing file, create a new one with the 
same characteristics, copy the renamed file, and bring up HSM.
Is my thinking appropriate?
Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: HSM Journal dataset is almost full

2011-10-26 Thread Ed Gould
 Uriel,
The real question you should be looking for is to why the automatic jobs that 
should be running are not.

Ed

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: CRLF in Unix being translated on Mainframe to x'25'

2011-10-26 Thread Steve Lescure
and i shoud have mentioned...once the file is in a dataset using cp you can 
use a SORT to get it into the FB format you want.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Lines per page - IDCAMS output

2011-10-26 Thread Turriff, Leslie
There's no easy way to do this.  You could route the listing through a 
REXX program that would strip out the page headings and reinsert them in 
appropriate places, then print its output.
If you have TSO Pipelines installed you can write a little filter to do 
the same.

Here's a possible solution (not tested; may need tweaking):
/*.-- REXX --.*/
/*|LONGAMS - reformat the output of IDCAMS for longer pages  |*/
/*|  |*/
/*|Syntax:   |*/
/*|   .-LINECT-55-.  |*/
/*|-LONGAMS-+---+|*/
/*|   '-LINECT-nn-'  |*/
/*'--'*/
  if arg(1) = '?',
   | arg(1) = 'HELP'
  then
do
  call help
  exit 0
end

  trace normal
  parse upper arg options

  do while words(options)  0
parse var options option options

select
  when option = 'LINECT' then
parse var options linect options

  otherwise
say 'Option' option 'is not recognized.'
exit 8
end

  address TSO
 execio 1 diskr SYSUT1 (open stem amsline
  hdrline = amsline
 execio 1 diskw SYSUT2 (open stem hdrline
  line# = 1

  do while rc = 0
if left(amsline,24) = '1IDCAMS  SYSTEM SERVICES' then
  do
   execio 1 diskr SYSUT1 (stem amsline
amsline = ' 'substr(amsline,2)
  end

   execio 1 diskw SYSUT2 (stem amsline
line# = line# + 1

if line#  linect then
  do
   execio 1 diskw SYSUT2 (stem hdrline
line# = 1
  end

   execio 1 diskr SYSUT1 (stem amsline
  end

 execio 0 diskw SYSUT1 (finis
 execio 0 diskw SYSUT2 (finis
exit rc

help: procedure
  trace normal
  say; say; say

  do l = 2 by 1 while left(sourceline(l),2) = '/*'
parse value sourceline(l) with '/*|' text '|*/' .
say text
  end
return

and JCL to run it (also not tested; may need tweaking):

//jobname  JOB (account),
// programmer,
// CLASS=A,
// MSGCLASS=A
//*
//IDCAMS   EXEC PGM=IDCAMS
//SYSINDD  *
   LISTCAT ENTRY(dataset.name) ALL
/*
//SYSPRINT DD  DSN=IDCAMS,
// UNIT=SYSDA,
// SPACE=(CYL,(1,1)),
// DCB=(RECFM=FBA,LRECL=121),
// DISP=(NEW,PASS)
//*
//LONGASM  EXEC PGM=IRXJCL,
// PARM='LONGAMS LINECT 80'
//SYSTSIN  DD  DUMMY
//SYSUT1   DD  DSN=IDCAMS,
// DISP=(OLD,DELETE)
//SYSUT2   DD  SYSOUT=A,
// DCB=(RECFM=FBA,LRECL=121)
//SYSTSPRT DD  SYSOUT=A
//*
//

Leslie Turriff
State of Missouri
Information Technology Services Division


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Chris Hilliard
Sent: Tuesday, October 25, 2011 09:49
To: IBM-MAIN@bama.ua.edu
Subject: Lines per page - IDCAMS output

Curious if anyone knows whether or not you can change the lines per page for 
IDCAMS output.  It appears to be set to something like 52.  On occasion we need 
to print off rather large LISTCAT listings.  In the interest of saving paper, 
being able to fill up the page would be useful.  I serached the archive but 
didn't find too many hits.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: HSM Journal dataset is almost full

2011-10-26 Thread McKown, John
I think the OP was wonder how to expand the size of the journal so that it 
would not fill up as quickly. Not how to automate doing the backvol command or 
how to do the backvol cds command. He knows how, he just wants to do it less 
often. At least, that's how I read his intent.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * 
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Ed Gould
 Sent: Wednesday, October 26, 2011 11:33 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: HSM Journal dataset is almost full
 
  Uriel,
 The real question you should be looking for is to why the 
 automatic jobs that should be running are not.
 
 Ed
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html
 
 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: GDG

2011-10-26 Thread Ron Thomas
So Jo skip how is this done, could you please let me know more about IGDSM00 .

Thanks,
Ron

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: HSM Logging Disabled

2011-10-26 Thread Edgard Balter Jr.
David,

please verify if the datasets are allocated on the same volume (as 
required).

Regards,
Edgard 





De: O'Brien, David W. (NIH/CIT) [C] obrie...@mail.nih.gov
Para:   IBM-MAIN@bama.ua.edu
Data:   26/10/2011 13:30
Assunto:HSM Logging Disabled
Enviado por:IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu



Trying to figure out why the following msg. is appearing at HSM startup:

ARC0021I  DFSMSHSM LOGGING FUNCTION DISABLED
ARC0020I **

ARC9921I
ARC0021I DFSMSHSM LOGGING FUNCTION DISABLED

Explanation:  During DFSMShsm startup, either one or both of the DFSMShsm
log data sets was not specified or was specified as DD DUMMY on the
startup procedure through the DD names of ARCLOGX and ARCLOGY. This
message also occurs if the log data set's JFCB or data set VTOC entry
cannot be read.

Both log data sets must be specified on the startup procedure before the
logging function is enabled.

System Action:  DFSMShsm processing continues. DFSMShsm logging is not
performed.

Operator Response:  Notify the storage administrator if your installation
procedures require that DFSMShsm functions be recorded in DFSMShsm log
data sets.

Application Programmer Response:  Shut down DFSMShsm. Before restarting
DFSMShsm, ensure that two DFSMShsm log data sets are specified on the
DFSMShsm startup procedure.

JCL contains:

//ARCLOGX  DD DSN=SYSHSM.LOGX4,DISP=OLD
//ARCLOGY  DD DSN=SYSHSM.LOGY4,DISP=OLD

Note: Both datasets are newly allocated using Iefbr14.

Logsw=yes in Parm list

I've no idea what I might have changed to disable or when I might have 
done it.
All suggestions gratefully accepted.

Regards,
Dave O'Brien



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: z/OS UNIX file can't be deleted. (Was confusing and confused)

2011-10-26 Thread Ted MacNEIL
That's the null set. 

Gee, I don't think you should call Mr. Mason a null.
If he's not complaining, he's doing a pretty good approximation.


But there *is* the group of those who reply solely to complain about a 
correction.

Who, besides you and he, believes it's a correction?

IBM uses it -- they introduced me to the term almost 15 years ago.

Also, where do you get the temerity to do the 'corrrection'?
Do you represent IBM in any (legal) way?

Or, are you just a self-appointed evangelist?

I complain about the 'correction' because it's a dead horse you two keep 
flogging.

Since you two aren't listening to the fact that, except for the useless chatter 
from you two and the deliberately misleading post(s), we don't care!

I, for one, shall continue to 'misuse' the TLA.
And, since I have already put both of you on my kill list a long time ago, I 
shall only be seeing any posts indirectly, by others quoting you.
So, most of the time, I won't have to exercise the delete key.
But, I shall not be responding to any more bump on USS.
The world will continue to spin and the sun to shine, while I blithely tool 
along in my 'arrogance'.
But, none are so arrogant as those who continue to 'correct' those who do not 
wish it, and said 'correctors' have no valid authority.

-
Ted MacNEIL
eamacn...@yahoo.ca
Twitter: @TedMacNEIL

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Lines per page - IDCAMS output

2011-10-26 Thread Shmuel Metz (Seymour J.)
In a6sfa7tso5l4nig4imab0cefqilsgug...@4ax.com, on 10/26/2011
   at 01:38 PM, Binyamin Dissen bdis...@dissensoftware.com said:

Perhaps if you had taken the effort to look at the manual you would
have seen that there is no such parm.

Perhaps you don't understand the difference between a suggestion and a
complete solution. Had I had the requirement, it would have been my
responsibility to check whether that was an option. I assume that
Chris knows how to consult the manual as well as I do.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
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...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: HSM Logging Disabled

2011-10-26 Thread O'Brien, David W. (NIH/CIT) [C]
Yes, both are on volume HSMPRM.

-Original Message-
From: Edgard Balter Jr. [mailto:edgard.bal...@ibge.gov.br] 
Sent: Wednesday, October 26, 2011 1:08 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: HSM Logging Disabled

David,

please verify if the datasets are allocated on the same volume (as 
required).

Regards,
Edgard 





De: O'Brien, David W. (NIH/CIT) [C] obrie...@mail.nih.gov
Para:   IBM-MAIN@bama.ua.edu
Data:   26/10/2011 13:30
Assunto:HSM Logging Disabled
Enviado por:IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu



Trying to figure out why the following msg. is appearing at HSM startup:

ARC0021I  DFSMSHSM LOGGING FUNCTION DISABLED
ARC0020I **

ARC9921I
ARC0021I DFSMSHSM LOGGING FUNCTION DISABLED

Explanation:  During DFSMShsm startup, either one or both of the DFSMShsm
log data sets was not specified or was specified as DD DUMMY on the
startup procedure through the DD names of ARCLOGX and ARCLOGY. This
message also occurs if the log data set's JFCB or data set VTOC entry
cannot be read.

Both log data sets must be specified on the startup procedure before the
logging function is enabled.

System Action:  DFSMShsm processing continues. DFSMShsm logging is not
performed.

Operator Response:  Notify the storage administrator if your installation
procedures require that DFSMShsm functions be recorded in DFSMShsm log
data sets.

Application Programmer Response:  Shut down DFSMShsm. Before restarting
DFSMShsm, ensure that two DFSMShsm log data sets are specified on the
DFSMShsm startup procedure.

JCL contains:

//ARCLOGX  DD DSN=SYSHSM.LOGX4,DISP=OLD
//ARCLOGY  DD DSN=SYSHSM.LOGY4,DISP=OLD

Note: Both datasets are newly allocated using Iefbr14.

Logsw=yes in Parm list

I've no idea what I might have changed to disable or when I might have 
done it.
All suggestions gratefully accepted.

Regards,
Dave O'Brien



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: z/OS UNIX file can't be deleted. (Was confusing and confused)

2011-10-26 Thread Shmuel Metz (Seymour J.)
In
of57ada4cc.6b03be91-on86257935.0053dbce-86257935.00544...@us.ibm.com,
on 10/26/2011
   at 10:20 AM, Wayne Driscoll wdri...@us.ibm.com said:

Complaining about a correction is one thing.  Knowingly providing an 
invalid response (referencing a VTAM command to delete a file which
is  an unheard of structure to VTAM)

Could you quote the text in question? I don't recall seing any such
reply.

More to the point, is it true that all posts from the same author are
of that sort? I tend to doubt it, and Ted's word on it is worthless.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
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...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Lines per page - IDCAMS output

2011-10-26 Thread Shmuel Metz (Seymour J.)
In
87348bf0403c3e42b369e1989a8961130183c1d...@exchvs5a.mx.state.mo.us,
on 10/26/2011
   at 11:38 AM, Turriff, Leslie leslie.turr...@oa.mo.gov said:

There's no easy way to do this.

 1. Run the commands under TSO and trap the output

 2. Use the SYSPRINT exit, subject to authorization
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
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...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: z/OS UNIX file can't be deleted. (Was confusing and confused)

2011-10-26 Thread Mark Zelden
On Wed, 26 Oct 2011 12:22:12 -0500, Shmuel Metz (Seymour J.) 
shmuel+ibm-m...@patriot.net wrote:

In
of57ada4cc.6b03be91-on86257935.0053dbce-86257935.00544...@us.ibm.com,
on 10/26/2011
   at 10:20 AM, Wayne Driscoll wdri...@us.ibm.com said:

Complaining about a correction is one thing.  Knowingly providing an
invalid response (referencing a VTAM command to delete a file which
is  an unheard of structure to VTAM)

Could you quote the text in question? I don't recall seing any such
reply.


You could check the archives or google it.Why this is being brought up
again 2 weeks later, I don't know.  Well, maybe I do...

OP:
http://bama.ua.edu/cgi-bin/wa?A2=ind1110L=ibm-mainD=1O=DT=0X=0E4B87165A2879B0C9Y=mark%40mzelden.comP=455654

Response:
http://bama.ua.edu/cgi-bin/wa?A2=ind1110L=ibm-mainD=1O=DT=0X=0E4B87165A2879B0C9Y=mark%40mzelden.comP=459202

My response and subsequent ad hominem attack after a legitimate question 
about a reply that made no sense to me based on the post.  

http://bama.ua.edu/cgi-bin/wa?A2=ind1110L=ibm-mainD=1T=0O=DF=S=X=0E4B87165A2879B0C9Y=mark%40mzelden.comP=475252

http://bama.ua.edu/cgi-bin/wa?A2=ind1110L=ibm-mainD=1O=DT=0X=0E4B87165A2879B0C9Y=mark%40mzelden.comP=484186

Then a claim that only the subject was read and not the context (if true, then 
that
was the only response needed to my post) and more ad hominem attacks on 
every poster that disagreed with everyone that disagreed with Mr. Mason.  


--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS   
mailto:m...@mzelden.com
Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html 
Systems Programming expert at http://expertanswercenter.techtarget.com/

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


question about tcpip

2011-10-26 Thread Kurt Eastwood
Hello,

Thanks to any and all who consider my question.

Can  the TCPIP.ETC.SERVICES file be changed at will or are there special 
considerations for changing this file , such as task usage, back up, etc that 
must be taken into account before changing this file?

Can anyone give me a brief explanation when and how this file is used?

Thanks for any help anyone is willing to offer.

Kurt

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Looking for clues on a bug in assembler

2011-10-26 Thread Charles Mills
 Have you tried writing a sanity check program? 

Nope.

 Have it do steps 1-3 and compare what is in the EOD field before and after
steps 1 and 3. 

A dump shows that the EOD field is unchanged and correct. That was one of
the first things I checked. My first guess was that the EOD address (in the
DCBE, FWIW) had been clobbered by some stupid user (me!) programming error.
DCB still points correctly to DCBE. I did cover all of this about eighteen
posts ago. (The problem with a listserve as opposed to a threaded forum.)

 Also try doing a compare of the copy of the DCB that you use for the
restore with the DCB which was opened and closed. That should show a bad
restore. 

Agreed, a good next step, but I have moved on. The solution was a single
MVC, the same one I was doing before the first OPEN, so that pretty much
convinces me that *something* had changed, but no, I have moved on from
diagnosing IBM's bug to solving my client's problem. BTW, I am only
re-initializing the DCB, not the DCBE that has the actual EOD address.

 Doing snap shot dumps of the DCB and DCBE at each stage should show the
failure.

Yup, that's what I did.

Charles

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: HSM Logging Disabled

2011-10-26 Thread O'Brien, David W. (NIH/CIT) [C]
That was fun. Logx4 was apparently loaded into a HSM Temp file. When I 
allocated Logx4 on HSMPRM, HSM then thought it had a duplicate file.

Renamed the temp file, allocated new logs and HSM is working as designed. 

-Original Message-
From: Sambataro, Anthony (NIH/NBS) [E] 
Sent: Wednesday, October 26, 2011 2:05 PM
To: O'Brien, David W. (NIH/CIT) [C]
Subject: RE: HSM Logging Disabled

Dave,

Don't see SYSHSM.LOGX4 on that volume, although it's cataloged there?

Tony S.

-Original Message-
From: O'Brien, David W. (NIH/CIT) [C] 
Sent: Wednesday, October 26, 2011 1:53 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: HSM Logging Disabled

Yes, both are on volume HSMPRM.

-Original Message-
From: Edgard Balter Jr. [mailto:edgard.bal...@ibge.gov.br] 
Sent: Wednesday, October 26, 2011 1:08 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: HSM Logging Disabled

David,

please verify if the datasets are allocated on the same volume (as 
required).

Regards,
Edgard 





De: O'Brien, David W. (NIH/CIT) [C] obrie...@mail.nih.gov
Para:   IBM-MAIN@bama.ua.edu
Data:   26/10/2011 13:30
Assunto:HSM Logging Disabled
Enviado por:IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu



Trying to figure out why the following msg. is appearing at HSM startup:

ARC0021I  DFSMSHSM LOGGING FUNCTION DISABLED
ARC0020I **

ARC9921I
ARC0021I DFSMSHSM LOGGING FUNCTION DISABLED

Explanation:  During DFSMShsm startup, either one or both of the DFSMShsm
log data sets was not specified or was specified as DD DUMMY on the
startup procedure through the DD names of ARCLOGX and ARCLOGY. This
message also occurs if the log data set's JFCB or data set VTOC entry
cannot be read.

Both log data sets must be specified on the startup procedure before the
logging function is enabled.

System Action:  DFSMShsm processing continues. DFSMShsm logging is not
performed.

Operator Response:  Notify the storage administrator if your installation
procedures require that DFSMShsm functions be recorded in DFSMShsm log
data sets.

Application Programmer Response:  Shut down DFSMShsm. Before restarting
DFSMShsm, ensure that two DFSMShsm log data sets are specified on the
DFSMShsm startup procedure.

JCL contains:

//ARCLOGX  DD DSN=SYSHSM.LOGX4,DISP=OLD
//ARCLOGY  DD DSN=SYSHSM.LOGY4,DISP=OLD

Note: Both datasets are newly allocated using Iefbr14.

Logsw=yes in Parm list

I've no idea what I might have changed to disable or when I might have 
done it.
All suggestions gratefully accepted.

Regards,
Dave O'Brien



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: HSM Journal dataset is almost full

2011-10-26 Thread Ed Gould
 John,
Possibly, but I guess don#39;t do Vulcan mind meds as well as you do:)

Ed

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Looking for clues on a bug in assembler

2011-10-26 Thread Chris Mason
Robert

There was a news item I caught recently which dealt with people who were 
condemned to remember everything in their past life rather than simply where 
they were and what they were doing when a significant event happened.[1]

I am not one of those thankfully and so I cannot recall - assuming I ever knew 
just how much detail went along with the submission of the problem. I'm sure 
that he would have made the situation clear in answer to the puzzled response - 
and we were well aware that teething problems were to be expected.

Indeed, the other memory of that time was of some footsteps on the stairs.

Normally customers called the SE number in IBM offices when a supposed bug 
was unearthed. When the new system was established, they were instructed to 
use the CE number instead. One of our favourite customers had mislaid that 
information and so called the SE number. He was politely informed that the 
system had changed and he should call the CE number now. My colleague and I sat 
back in our chairs and waited with conspiratorial smiles on our faces.

It's important to know that the person we knew would be assigned the call had a 
desk near the back stairs one floor down from us who also had a desk (shared in 
those days because we were nearly always out tending to customers, weren't we?) 
just by the door to the back stairs.

Well, I don't have to say anymore do I, the quoted introduction says it all. We 
didn't have to wait long!

-

[1] For example, I was waking up from an autopsy when 9/11 (11/9 in some 
geographies) was in progress or I was listening to sombre - but 
inappropriate[2] - music on a BBC radio channel in the college room of a couple 
of friend while news of the Dallas event was being mulled.

[2] Mendelssohn's 5th Symphony, the one with Luther's hymn as the theme for its 
final movement.

-

Chris Mason

On Tue, 25 Oct 2011 01:01:28 -0400, Robert A. Rosenberg hal9...@panix.com 
wrote:

At 21:12 -0500 on 10/24/2011, Chris Mason wrote about Re: Looking for
clues on a bug in assembler:

This reminded me of a program - in Fortran IIRC - where, in order to
clarify a problem for the newly established IBM system for reporting
problems (around 1968, SE to CE - or FE in some geographies), a
colleague put together a trivial program which illustrated the bug
in the original program which, of course was extensive and where the
code causing the problem was hidden away.

The response was What are you trying to do with such a ridiculous
program? - or something very similar!

Query - When he submitted the bug-demonstration program did the
submitted documentation explain that the bug had been encountered in
a live program and that the submitted one had been specially written
to demonstrate only the bug without all the rest of the code. If so,
that reply was insulting. If there was no such explanation then while
still insulting it could be at least explained by the teething
problems of a new problem resolution and reporting system (where the
responder was expecting to receive a working program not one hand
tailored just to demonstrate an problem encountered in a live working
program). If such a demo problem were submitted at present, I'd
expect IBM to be more familiar with the idea of sending a
proof-of-concept demonstration as opposed to a full working program.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: question about tcpip

2011-10-26 Thread Chris Mason
Kurt

 Thanks to any and all who consider my question.
 Thanks for any help anyone is willing to offer.

You don't have to be so effusive. All we ask is that you donate something 
significant to our favourite charity!

 Can the TCPIP.ETC.SERVICES file be changed at will ...

I'm going to guess that, this being a file associated with the sometimes 
mysterious resolver function, if you can't immediately see any change 
reflected in the translation of a text string such as http being converted to 
the number 80 at the time your program issues the relevant getservbyname() call 
- typically during the initialisation phase of the program - you should 
refresh your resolver address space with the following command:

MODIFY resolver,REFRESH

where resolver is the name of your resolver address space, typically 
RESOLVER, of course.

Now, I have to go to dinner but I'll sniff around the manuals later in order to 
see if there's something definitively stated somewhere.

Incidentally, the greatest concentration of expertise with the IP component of 
z/OS Communications Server is to be found here:

For IBMTCP-L subscribe / signoff / archive access instructions, send email to 
lists...@vm.marist.edu with the message: INFO IBMTCP-L

Another incidentally: How to refresh ETC.SERVICES would have been a subject 
which rather more closely hit the spot don't you think?

Chris Mason

On Wed, 26 Oct 2011 11:14:53 -0700, Kurt Eastwood kurtms...@yahoo.com wrote:

Hello,

Thanks to any and all who consider my question.

Can  the TCPIP.ETC.SERVICES file be changed at will or are there special 
considerations for changing this file , such as task usage, back up, etc that 
must be taken into account before changing this file?

Can anyone give me a brief explanation when and how this file is used?

Thanks for any help anyone is willing to offer.

Kurt

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: VTAM Generic Resource affinity

2011-10-26 Thread Magen Margalit
Hi Chris

Many thanks for you help!

Magen

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: HSM Journal dataset is almost full

2011-10-26 Thread Uriel Carrasquilla
Why I don't get is that the automatic jobs are running but the Journal file 
remains with the same amount of disk space allocated after execution.
We also have a batch job that compresses the HSM files 
(backup/delete/create/reload) but the Journal is not in the list.


From: IBM Mainframe Discussion List [IBM-MAIN@bama.ua.edu] on behalf of 
O'Brien, David W. (NIH/CIT) [C] [obrie...@mail.nih.gov]
Sent: Wednesday, October 26, 2011 12:00 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: HSM Journal dataset is almost full

Correction, that should be Backvol cds

-Original Message-
From: O'Brien, David W. (NIH/CIT) [C]
Sent: Wednesday, October 26, 2011 11:45 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: HSM Journal dataset is almost full

No, it is not correct.

Issue a Backup cds command. That will null the Journal as well as give you a 
set of CDS Backups.

-Original Message-
From: Uriel Carrasquilla [mailto:uriel.carrasqui...@mail.mcgill.ca]
Sent: Wednesday, October 26, 2011 11:39 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: HSM Journal dataset is almost full

I keep on getting messages that the Journal dataset is 80% (which I confirmed 
under ISPF 3.2).
My plan is to shutdown HSM, rename the existing file, create a new one with the 
same characteristics, copy the renamed file, and bring up HSM.
Is my thinking appropriate?
Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Customization MPFLSTxx

2011-10-26 Thread Jorge Garcia
Hello:

 We have a problem with the MPFLSTxx member customization. We want msgid 
IEF403I appears in SYSLOG. At the moment appears only in Netview log. We add 
these parameters in our MPFLSTxx member:

.DEFAULT,AUTO(YES),SUP(NO),RETAIN(YES)
IEF402I /*JJJ FAILED IN ADDRESS SPACE X   
SYSTEM ABEND SXXX REASON - RC 
NOTIFY OPER OF FAILURE /* 
IEF403I /*JJJ-STARTED */  
IEF404I /*JJJ-ENDED */

We enter a SET MPF and then a D MPF command. The new configuration is active:

D MPF  
IEE677I 20.40.31 MPF DISPLAY 961  
MESSAGE ID -MPF  SUPPRESS RETAIN AUTO  TOKEN  EXIT
.NO_ENTRY  -00   NO   YES  YES  
IEF402I   -00   NO   YES  YES  
IEF403I   -00   NOYES  YES  
IEF404I   -00   NOYES  YES  
GENERAL WTO USER EXIT (IEAVMXIT) INACTIVE
SUBSYSTEMS RECEIVING FOREIGN MESSAGES AND DOMS:  
*ALL

But the message doesn't appear in SYSLOG:

$HASP373 IEFBR141 STARTED - INIT 8- CLASS E - SYS VSIS  
-  --TIMINGS (MINS.)--  
  -PAGING COUNTS
-STEPNAME PROCSTEPRC   EXCP   CONNTCBSRB  CLOCK   SERV  
WORKLOAD  PAGE  SWAP   VIO SWAPS
-ALLOC1FLUSH  0  0.00.00 .0  0  
BATCH0 0 0 0
-IEFBR141 ENDED.  NAME-SISTEMAS TOTAL TCB CPU TIME=.00  
TOTAL ELAPSED TIME=.0   
$HASP395 IEFBR141 ENDED 

If we change SUP(NO)  by SUP(YES) parameter the msgid appears:

D MPF  
IEE677I 20.42.03 MPF DISPLAY 981   
MESSAGE ID -MPF  SUPPRESS RETAIN AUTO  TOKEN  EXIT 
.NO_ENTRY  -00 NO   YESYES   
IEF402I  -00  YES  YESYES   
IEF403I  -00  YES  YESYES   
IEF404I  -00  YES  YESYES 

$HASP373 IEFBR141 STARTED - INIT 8- CLASS E - SYS VSIS
IEF403I IEFBR141 - STARTED - TIME=20.42.19
-  --TIMINGS (MINS.)--
  -PAGING COUNTS  
-STEPNAME PROCSTEPRC   EXCP   CONNTCBSRB  CLOCK   SERV
WORKLOAD  PAGE  SWAP   VIO SWAPS  
-ALLOC1FLUSH  0  0.00.00 .0  0
BATCH0 0 0 0  
-IEFBR141 ENDED.  NAME-SISTEMAS TOTAL TCB CPU TIME=.00
TOTAL ELAPSED TIME=.0 
$HASP395 IEFBR141 ENDED   

We've reviewed the CONSOLxx member too and we don't find anything wrong.

Regards

Jorge García Juanino
Técnico de Sistemas Z/Os
DGTP Departamento de Técnica de Sistemas
MAPFRE
Gobelas 47 - 49 2ª C y D
28023 Madrid
Tfno: 91 581 27 34/ 618 33 35 59 
Fax: 91 581 24 01
jgarc...@mapfre.com

   

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: HSM Journal dataset is almost full

2011-10-26 Thread Uriel Carrasquilla
I made the wrong comment.  the F DFSMSHSM,BACKVOL CDS command is running on a 
schedule.  When it runs, last time was yesterday, the HSM1.JRNL dataset does 
get reset to empty.  In my case, it is allocated with 150 CYLS and since 
yesterday it has used up 22 CYLS.
The problem is that I am getting hit with messages that it is 80% full quite 
often.  So my thinking is that I either run the BACKVOL command more often or 
increase the size of the HSM1.JRNL dataset.
If I was to increase the size of the HSM1.JRNL dataset, what would be the best 
practice?
Run the BACKVOL CDS command, take down DFSMSHSM, increase the size of the JRNL 
file size (after deleting and re-allocating) or is it something else?
Thanks.


From: IBM Mainframe Discussion List [IBM-MAIN@bama.ua.edu] on behalf of McKown, 
John [john.mck...@healthmarkets.com]
Sent: Wednesday, October 26, 2011 12:48 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: HSM Journal dataset is almost full

I think the OP was wonder how to expand the size of the journal so that it 
would not fill up as quickly. Not how to automate doing the backvol command or 
how to do the backvol cds command. He knows how, he just wants to do it less 
often. At least, that's how I read his intent.

--
John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone *
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 -Original Message-
 From: IBM Mainframe Discussion List
 [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Ed Gould
 Sent: Wednesday, October 26, 2011 11:33 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: HSM Journal dataset is almost full

  Uriel,
 The real question you should be looking for is to why the
 automatic jobs that should be running are not.

 Ed

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: HSM Journal dataset is almost full

2011-10-26 Thread Uriel Carrasquilla
Ed,
It is ignorance on my part.  
By John and the group asking me the question, I learned what is going on.  
Regards,
Uriel


From: IBM Mainframe Discussion List [IBM-MAIN@bama.ua.edu] on behalf of Ed 
Gould [ps2...@yahoo.com]
Sent: Wednesday, October 26, 2011 2:29 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: HSM Journal dataset is almost full

 John,
Possibly, but I guess don#39;t do Vulcan mind meds as well as you do:)

Ed

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Customization MPFLSTxx

2011-10-26 Thread McKown, John
We don't have NetView, but we do have CA-OPS/MVS. One thing with we can do with 
OPS is suppress messages from going to the consoles and/or the SYSLOG. Perhaps 
the message is being suppressed by NetView?

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets®

9151 Boulevard 26 . N. Richland Hills . TX 76010
(817) 255-3225 phone . 
john.mck...@healthmarkets.com . www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets® is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company®, Mid-West National Life Insurance Company of TennesseeSM and The MEGA 
Life and Health Insurance Company.SM

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Jorge Garcia
 Sent: Wednesday, October 26, 2011 2:25 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Customization MPFLSTxx
 
 Hello:
 
  We have a problem with the MPFLSTxx member customization. We 
 want msgid IEF403I appears in SYSLOG. At the moment appears 
 only in Netview log. We add these parameters in our MPFLSTxx member:
 
 .DEFAULT,AUTO(YES),SUP(NO),RETAIN(YES)
 IEF402I /*JJJ FAILED IN ADDRESS SPACE X   
 SYSTEM ABEND SXXX REASON - RC 
 NOTIFY OPER OF FAILURE /* 
 IEF403I /*JJJ-STARTED */  
 IEF404I /*JJJ-ENDED */
 
 We enter a SET MPF and then a D MPF command. The new 
 configuration is active:
 
 D MPF  
 IEE677I 20.40.31 MPF DISPLAY 961  
 MESSAGE ID -MPF  SUPPRESS RETAIN AUTO  TOKEN  EXIT
 .NO_ENTRY  -00   NO   YES  YES  
 IEF402I   -00   NO   YES  YES  
 IEF403I   -00   NOYES  YES  
 IEF404I   -00   NOYES  YES  
 GENERAL WTO USER EXIT (IEAVMXIT) INACTIVE
 SUBSYSTEMS RECEIVING FOREIGN MESSAGES AND DOMS:  
 *ALL
 
 But the message doesn't appear in SYSLOG:
 
 $HASP373 IEFBR141 STARTED - INIT 8- CLASS E - SYS VSIS
   
 -  --TIMINGS 
 (MINS.)--  
   -PAGING COUNTS  
   
 -STEPNAME PROCSTEPRC   EXCP   CONNTCBSRB  CLOCK   
 SERV  
 WORKLOAD  PAGE  SWAP   VIO SWAPS  
   
 -ALLOC1FLUSH  0  0.00.00 .0   
0  
 BATCH0 0 0 0  
   
 -IEFBR141 ENDED.  NAME-SISTEMAS TOTAL TCB CPU 
 TIME=.00  
 TOTAL ELAPSED TIME=.0 
   
 $HASP395 IEFBR141 ENDED   
   
 
 If we change SUP(NO)  by SUP(YES) parameter the msgid appears:
 
 D MPF  
 IEE677I 20.42.03 MPF DISPLAY 981   
 MESSAGE ID -MPF  SUPPRESS RETAIN AUTO  TOKEN  EXIT 
 .NO_ENTRY  -00 NO   YESYES   
 IEF402I  -00  YES  YESYES   
 IEF403I  -00  YES  YESYES   
 IEF404I  -00  YES  YESYES 
 
 $HASP373 IEFBR141 STARTED - INIT 8- CLASS E - SYS VSIS
 
 IEF403I IEFBR141 - STARTED - TIME=20.42.19
 
 -  --TIMINGS 
 (MINS.)--
   -PAGING COUNTS  
 
 -STEPNAME PROCSTEPRC   EXCP   CONNTCBSRB  CLOCK   
 SERV
 WORKLOAD  PAGE  SWAP   VIO SWAPS  
 
 -ALLOC1FLUSH  0  0.00.00 .0   
0
 BATCH0 0 0 0  
 
 -IEFBR141 ENDED.  NAME-SISTEMAS TOTAL TCB CPU 
 TIME=.00
 TOTAL ELAPSED TIME=.0 
 
 $HASP395 IEFBR141 ENDED   
 
 
 We've reviewed the CONSOLxx member too and we don't find 
 anything wrong.
 
 Regards
 
 Jorge García Juanino
 Técnico de Sistemas Z/Os
 DGTP Departamento de Técnica de Sistemas
 MAPFRE
 Gobelas 47 - 49 2ª C y D
 28023 Madrid
 Tfno: 91 581 27 34/ 618 33 35 59 
 Fax: 91 581 24 01
 jgarc...@mapfre.com
 

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

Re: Lines per page - IDCAMS output

2011-10-26 Thread Binyamin Dissen
On Wed, 26 Oct 2011 12:38:54 -0500 Shmuel Metz (Seymour J.)
shmuel+ibm-m...@patriot.net wrote:

:In a6sfa7tso5l4nig4imab0cefqilsgug...@4ax.com, on 10/26/2011
:   at 01:38 PM, Binyamin Dissen bdis...@dissensoftware.com said:

:Perhaps if you had taken the effort to look at the manual you would
:have seen that there is no such parm.

:Perhaps you don't understand the difference between a suggestion and a
:complete solution. Had I had the requirement, it would have been my
:responsibility to check whether that was an option. I assume that
:Chris knows how to consult the manual as well as I do.

When you suggest RTFM, make sure that there is something in the FM. Otherwise,
what is the point of a useless suggestion?

--
Binyamin Dissen bdis...@dissensoftware.com
http://www.dissensoftware.com

Director, Dissen Software, Bar  Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: GDG

2011-10-26 Thread Skip Robinson
I'm not an SMS guy, but I believe that any data set managed by SMS will 
get created with implicit EOF. 

.
.
JO.Skip Robinson
SCE Infrastructure Technology Services
Electric Dragon Team Paddler 
SHARE MVS Program Co-Manager
626-302-7535 Office
323-715-0595 Mobile
jo.skip.robin...@sce.com



From:   Ron Thomas ron5...@gmail.com
To: IBM-MAIN@bama.ua.edu
Date:   10/26/2011 10:15 AM
Subject:Re: GDG
Sent by:IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu



So Jo skip how is this done, could you please let me know more about 
IGDSM00 .

Thanks,
Ron




--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Customization MPFLSTxx

2011-10-26 Thread Patrick Lyon
On Wed, 26 Oct 2011 14:24:58 -0500, Jorge Garcia jgarc...@mapfre.com wrote:

.DEFAULT,AUTO(YES),SUP(NO),RETAIN(YES)
IEF402I /*JJJ FAILED IN ADDRESS SPACE X
SYSTEM ABEND SXXX REASON - RC
NOTIFY OPER OF FAILURE /*   
IEF403I /*JJJ-STARTED */
IEF404I /*JJJ-ENDED */

Jorge - The inverted comment may be your problem.  Should be */, not /*.

HTH,
Pat L.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: GDG

2011-10-26 Thread Mark Zelden
On Wed, 26 Oct 2011 13:21:30 -0700, Skip Robinson jo.skip.robin...@sce.com 
wrote:

I'm not an SMS guy, but I believe that any data set managed by SMS will
get created with implicit EOF.

.

True .   The DFSMS Implementing SMS manual says this:   
   
 For sequential data sets, SMS writes a hardware EOF at   
  the beginning of the data set at initial allocation. 
  This prevents data integrity problems when   
  applications try to read the data before data is 
  written in the data set.

I think I recall a  discussion where it didn't but the problem was that there
was no DSORG specified or defaulted by the DATACLAS routine.
Or something along those lines.

Mark
--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS   
mailto:m...@mzelden.com
Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html 
Systems Programming expert at http://expertanswercenter.techtarget.com/

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ABEND0F8-20

2011-10-26 Thread Neil Duffee
Dave:  Is there the off chance that you're looking at a decimal value (20) 
output which would translate to 0x'14': The issuer had established an enabled, 
unlocked task (EUT) mode functional recovery routine (FRR)...?

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2H7C0/SPTM014982

'course it really *might* be a documentation failure...

ps.  I get the digest so this might already have been discussed/hashed to death.
--  signature = 6 lines follows --
Neil Duffee, Joe SysProg, U d'Ottawa, Ottawa, Ont, Canada
telephone:1 613 562 5800 x4585 fax:1 613 562 5161
mailto:NDuffee of uOttawa.ca http:/ /aix1.uottawa.ca/ ~nduffee
How *do* you plan for something like that? Guardian Bob, Reboot
For every action, there is an equal and opposite criticism.
Systems Programming: Guilty, until proven innocent John Norgauer 2004 

 -Original Message-
 From: David Cole [mailto:dbc...@colesoft.com] 
 Sent: October 25, 2011 19:20
 Subject: ABEND0F8-20
 
 Does anyone know what an abend s0F8-20 means?
 Code 20 is not documented even in R1.13's MVS System Codes manual.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Customization MPFLSTxx

2011-10-26 Thread Jorge Garcia
Hello John, Patrick:

 Patrick We've changed the comment. It doesn't work

John we'll review the customization in Netview. We've reviewed the CNMSTYLE 
member but we didn't find anything wrong. 

Thanks

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Customization MPFLSTxx

2011-10-26 Thread Scott Ford
Jorge:
 
Has this MPF member been customized ? If so, it may be wrong , we are running 
IBM standard no-customization member and those messages are find:
 
This is a snippet of ours from the beginning:
 
/*  CONSERVATIVE LIST OF NON-JES SUPRESSIBLE MESSAGES  */   00020003
/* */   00030003
ARC0100I   /* SETSYS COMMAND COMPLETED */   00040003
ARC0200I   /* TRAP IN MODULE XXX   */   00050003
ARC0208I   /* TRAP FOR ERROR CODE XX   */   00060003
ARC0503I   /* ALLOCATION ERROR, RETURN CODE=XX */   00070003
ARC0728I   /* VTOC FOR VOLUME XX COPIED TO DATA SET    */   00080003
ARC0734I   /* ACTION=MIGRATE FRVOL=XX TOVOL=XX TRACKS  */   00090003
BPXF032D   /* FILESYSTYPE TERMINATED   */   00091007
CSV003I    /* MODULE NOT FOUND */   0013
CSV011I    /* FETCH FAILED */   00110003
CSV300I    /* PROBABLE INVALID RECORD COUNT    */   00120003
DFS035I    /* BATCH INITIALIZATION COMPLETE    */   00130003
DFS092I    /* IMS/VS LOG TERMINATED    */   00140003
DFS627I    /* IMS/VS RESOURCE CLEANUP COMPLETED OR FAILED FOR JOB */    00150003
DFS629I    /* IMS TCB ABEND IMS SYS    */   00160003
DFS2207I   /* IMS/VS LOG(S) BLOCKSIZE=XXX,BUFNO=YYY    */   00170003
DFS2208I   /*  LOGGING IN EFFECT ON IMS/VS     */   00180003
DFS2500I   /* *MDA00 DATABASE/DATASET ALLOCATED/UNALLOCATED    */   00190003
DSI090I    /* NCCF LOAD FAILED MSG DURING STARTUP  */   0023
IAT4801    /* JOB JJJ EXPRESS CANCELLED BY INTERPRETER DSP */   00210003
ICB402I    /* VOLUME XXX NOT FOUND IN MSVC INVENTORY   */   00220003
ICB411I    /* UNABLE TO RESTORE BASE VOLUME XX RECORD  */   00230003
ICH408I    /*  Started Task User ID Revoked    */   00231003
ICH70001I  /* LAST ACCESS AT HH.MM.SS ON YY.DDD    */   00232003
ICH70006I  /*  Started Task User ID Revoked    */   00233003
IEA848I    /* NO DUMP PRODUCED FOR THIS ABEND ...  */   00234003
IEA989I    /* SLIP TRAP MATCHED    */   00235003
IEA995I    /* SYMPTOM DUMP OUTPUT  */   00236003
IEC070I    /* (VSAM EOB ERROR) */   00237003
IEC130I    /* DD STATEMENT MISSING */   00238003
IEC141I    /* 013-RC (open error)  */   00239003
IEC331I    /* ABEND MESSAGES   */   00240003
IEC161I    /* VSAM OPEN ERROR MESSAGES.    */   00250003

We have no Netview or products that suppress messages, as John mentioned if 
your MPF member is correct, the next place to look is Netview or a product that 
does the 
suppression. But, I would ask the question, has this MPF member ever worked ? 
If so, when did it stop working ? What was changed ?

Scott J Ford
Software Engineer
http://www.identityforge.com
 



From: Jorge Garcia jgarc...@mapfre.com
To: IBM-MAIN@bama.ua.edu
Sent: Wednesday, October 26, 2011 3:24 PM
Subject: Customization MPFLSTxx

Hello:

We have a problem with the MPFLSTxx member customization. We want msgid IEF403I 
appears in SYSLOG. At the moment appears only in Netview log. We add these 
parameters in our MPFLSTxx member:

.DEFAULT,AUTO(YES),SUP(NO),RETAIN(YES)                
IEF402I         /*JJJ FAILED IN ADDRESS SPACE X      
                    SYSTEM ABEND SXXX REASON - RC    
                    NOTIFY OPER OF FAILURE /*        
IEF403I         /*JJJ-STARTED */                      
IEF404I         /*JJJ-ENDED */                        

We enter a SET MPF and then a D MPF command. The new configuration is active:

D MPF                                                  
IEE677I 20.40.31 MPF DISPLAY 961                      
MESSAGE ID -MPF  SUPPRESS RETAIN AUTO  TOKEN      EXIT
.NO_ENTRY  -00           NO       YES      YES                  
IEF402I       -00           NO       YES      YES  
IEF403I       -00           NO        YES      YES  
IEF404I       -00           NO        YES      YES  
GENERAL WTO USER EXIT (IEAVMXIT) INACTIVE        
SUBSYSTEMS RECEIVING FOREIGN MESSAGES AND DOMS:  
*ALL    

But the message doesn't appear in SYSLOG:

$HASP373 IEFBR141 STARTED - INIT 8    - CLASS E - SYS VSIS              
-                                              --TIMINGS (MINS.)--      
      -PAGING COUNTS                                            
-STEPNAME PROCSTEP    RC   EXCP   CONN    TCB    SRB  CLOCK   SERV      
WORKLOAD  PAGE  SWAP   VIO SWAPS                             

Re: Customization MPFLSTxx

2011-10-26 Thread Skip Robinson
Good catch! I'll bet that the entire IEF403I entry is being treated as a 
comment following the IEF402I entry. 


.
.
JO.Skip Robinson
SCE Infrastructure Technology Services
Electric Dragon Team Paddler 
SHARE MVS Program Co-Manager
626-302-7535 Office
323-715-0595 Mobile
jo.skip.robin...@sce.com



From:   Patrick Lyon ptl...@midamerican.com
To: IBM-MAIN@bama.ua.edu
Date:   10/26/2011 01:38 PM
Subject:Re: Customization MPFLSTxx
Sent by:IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu



On Wed, 26 Oct 2011 14:24:58 -0500, Jorge Garcia jgarc...@mapfre.com 
wrote:

.DEFAULT,AUTO(YES),SUP(NO),RETAIN(YES)
IEF402I /*JJJ FAILED IN ADDRESS SPACE X
SYSTEM ABEND SXXX REASON - RC
NOTIFY OPER OF FAILURE /*   
IEF403I /*JJJ-STARTED */
IEF404I /*JJJ-ENDED */

Jorge - The inverted comment may be your problem.  Should be */, not /*.

HTH,
Pat L.



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Looking for clues on a bug in assembler

2011-10-26 Thread Dale Miller
Chris Mason related his experience with negative comments from a  
support center about his ridiculous sample program. Some time ago  
(in a galaxy far away) I was teaching a JCL class. I was contriving an  
example set of JCL where I was demonstrating the use of  
DSN=dataset(member) by using IEBGENER to copy from a member of a PDS  
we had previously built to a sequential file. Due to a bonehead error  
on my part in some of my JCL, I got an error message indicating that  
EOV had an I/O error in switching volumes (sorry - at this far remove  
in time, memory is a little fuzzy). I did find in reading through the  
PLM's that a user error (which I had made) could be discovered many  
levels deep within nested calls, and return codes passed back up the  
call tree. By the time the error was acted on, the actual nature of  
the error had evaporated, and was diagnosed as an I/O error. It was  
a bonehead error on my part, but I tried to initiate a PMR with the  
support center over the misleading and useless error message. The  
support center rep read me the riot act for using IEBGENER with a PDS,  
refused to even listen to my complaint about the message, and closed  
the report as user error.


Dale Miller

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: GDG

2011-10-26 Thread Ted MacNEIL
I'm not an SMS guy, but I believe that any data set managed by SMS will get 
created with implicit EOF. 

Unless things have changed, yes. 
-
Ted MacNEIL
eamacn...@yahoo.ca
Twitter: @TedMacNEIL

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: GDG

2011-10-26 Thread Ed Gould
 The member igdms00 must have a specific keyword in order to have the EOF 
occur. It is not a defang uness IBM chaed things.

Ed

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Lines per page - IDCAMS output

2011-10-26 Thread Gerhard Postpischil

On 10/26/2011 3:51 PM, Binyamin Dissen wrote:

When you suggest RTFM, make sure that there is something in the FM. Otherwise,
what is the point of a useless suggestion?


There are way too many new users addicted to the internet, who 
are used to asking a question and getting an answer, without 
having to think or do any work.


The point is that, in the long run, it creates good habits. If 
the OP states that he looked at manual xyz, page nn, and didn't 
understand it or it doesn't seem to work, then the answer will 
be a lot more useful, and the number of posts both ways will 
decline.


Gerhard Postpischil
Bradford, VT

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: CRLF in unix, translated :-)

2011-10-26 Thread Gerhard Postpischil

On 10/26/2011 11:44 AM, Tony's Comcast account wrote:

I looked them them up but due to my limited gray matter I no longer know the
capital of Bulgaria or who composed La Traviata.


Really hard to believe g  But get a piece of paper and write 
down Sofia, and Joe Green for future reference.


Gerhard Postpischil
Bradford, VT

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: z/OS UNIX file can't be deleted. (Was confusing and confused)

2011-10-26 Thread Art Gutowski
On Mon, 24 Oct 2011 21:38:15 -0500, Chris Mason chrisma...@belgacom.net wrote:

Matan has asked VTAM questions in the not too distant past in case you didn't 
know which was a further factor in wanting to point out how this misuse wasted 
my time and that of anyone else who might have more of an interest in 
Communications Server (CS). Once these novices have started to specialise in 
supporting CS they may well be joining me in getting upset by diving into 
posts - or just being alerted by these false subject lines - which are not 
what they might be.

Which pales in comparison to the time wasted responding at length to it each 
and every time it happens...

For former novices, once specialized, might I suggest IBMTCP-L (or whatever 
list exists for SNA)?  Kills several pigeons with one cat, methinks.

Old habits die hard.  Even IBM still disclaims the completeness of their 
corrections to errant references in their products and documentation.  Cut 
some slack.  Let it go once in a while.  Or at least take it up with the 
offenders offline (we don't all need to repeat the lesson).

Regards,
Art Gutowski

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Lines per page - IDCAMS output

2011-10-26 Thread Clark Morris
On 25 Oct 2011 08:08:45 -0700, in bit.listserv.ibm-main you wrote:

Curious if anyone knows whether or not you can change the lines per page for 
IDCAMS output.  It appears to be set to something like 52.  On occasion we 
need to print off rather large LISTCAT listings.  In the interest of saving 
paper, being able to fill up the page would be useful.  I serached the archive 
but didn't find too many hits.

If your company can afford to spend a modest amount of money MacKinney
Systems have some LISTCAT alternatives that use a lot less paper,
virtual or real and are more readable.  If you have FDRABR, you have
very powerful tool for listing catalogs or disk datasets.  Also check
the CBT tape.  IDCAMS is a very poorly designed listing.

Clark Morris

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: HSM Journal dataset is almost full

2011-10-26 Thread Gibney, Dave
We have automation issue the backvol command when the message occurs. 

Dave Gibney
Information Technology Services
Washington State University


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf Of Uriel Carrasquilla
 Sent: Wednesday, October 26, 2011 12:26 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: HSM Journal dataset is almost full
 
 I made the wrong comment.  the F DFSMSHSM,BACKVOL CDS command is
 running on a schedule.  When it runs, last time was yesterday, the
 HSM1.JRNL dataset does get reset to empty.  In my case, it is allocated with
 150 CYLS and since yesterday it has used up 22 CYLS.
 The problem is that I am getting hit with messages that it is 80% full quite
 often.  So my thinking is that I either run the BACKVOL command more often
 or increase the size of the HSM1.JRNL dataset.
 If I was to increase the size of the HSM1.JRNL dataset, what would be the
 best practice?
 Run the BACKVOL CDS command, take down DFSMSHSM, increase the size
 of the JRNL file size (after deleting and re-allocating) or is it something 
 else?
 Thanks.
 
 
 From: IBM Mainframe Discussion List [IBM-MAIN@bama.ua.edu] on behalf
 of McKown, John [john.mck...@healthmarkets.com]
 Sent: Wednesday, October 26, 2011 12:48 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: HSM Journal dataset is almost full
 
 I think the OP was wonder how to expand the size of the journal so that it
 would not fill up as quickly. Not how to automate doing the backvol
 command or how to do the backvol cds command. He knows how, he just
 wants to do it less often. At least, that's how I read his intent.
 
 --
 John McKown
 Systems Engineer IV
 IT
 
 Administrative Services Group
 
 HealthMarkets(r)
 
 9151 Boulevard 26 * N. Richland Hills * TX 76010
 (817) 255-3225 phone *
 john.mck...@healthmarkets.com * www.HealthMarkets.com
 
 Confidentiality Notice: This e-mail message may contain confidential or
 proprietary information. If you are not the intended recipient, please contact
 the sender by reply e-mail and destroy all copies of the original message.
 HealthMarkets(r) is the brand name for products underwritten and issued by
 the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life
 Insurance Company(r), Mid-West National Life Insurance Company of
 TennesseeSM and The MEGA Life and Health Insurance Company.SM
 
  -Original Message-
  From: IBM Mainframe Discussion List
  [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Ed Gould
  Sent: Wednesday, October 26, 2011 11:33 AM
  To: IBM-MAIN@bama.ua.edu
  Subject: Re: HSM Journal dataset is almost full
 
   Uriel,
  The real question you should be looking for is to why the
  automatic jobs that should be running are not.
 
  Ed
 
  --
  For IBM-MAIN subscribe / signoff / archive access instructions,
  send email to lists...@bama.ua.edu with the message: GET IBM-MAIN
 INFO
  Search the archives at http://bama.ua.edu/archives/ibm-main.html
 
 
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: CRLF in unix, translated :-)

2011-10-26 Thread tony's netbook

On 10/26/2011 5:48 PM, Gerhard Postpischil wrote:

On 10/26/2011 11:44 AM, Tony's Comcast account wrote:
I looked them them up but due to my limited gray matter I no longer 
know the

capital of Bulgaria or who composed La Traviata.


Really hard to believe g  But get a piece of paper and write down 
Sofia, and Joe Green for future reference.


Gerhard Postpischil
Bradford, VT

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Joe Green huh, heh heh, chuckle chuckle.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: question about tcpip

2011-10-26 Thread Chris Mason
Kurt

Well, I did say the resolver was mysterious!

I discovered some evidence barely supporting my guess and some evidence that 
doesn't at all support my guess - but just may simply be deficient.

In the z/OS Communications Sever IP Configuration Guide, we find the following:

quote

2.5.5 Managing the resolver address space

The resolver start procedure name is used with the following MVS system 
commands to manage the resolver address space:

- ...

- Modify (F)

Use the MODIFY command to dynamically change resolver setup statements, to 
update the use of TCPIP.DATA statements, or to update the use of local host and 
services tables.

/quote

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/F1A1B3B0/2.5.5

Squirming, as I am obliged always to do, at the policy of the IBM manual 
authors never knowingly to leave any infinitive unsplit,[1] we discover that, 
supposedly, services tables are included along with local host tables as 
well as the resolver setup data set and the one or two[2] generically named 
TCPIP.DATA data sets.

What's a bit of a puzzle here is that there are three types of name to number 
lookup involved with sockets programs, not just two:

- name (strings of concatenated tokens) to IP address and vice versa 
(ETC.IPNODES for example)

- service token to port number and vice versa (ETC.SERVICES for example)

- protocol token to protocol number and vice versa (ETC.PROTO for example)

So what about the protocol numbers? How come they don't get a mention? Surely 
they are handled in just the same manner as the service/port numbers.

Doubt creeps in!

However, now you'd expect that the kind manual authors, having pointed out that 
the MODIFY command is relevant, would expand on the matter in the z/OS 
Communications Sever IP System Administrator's Commands, wouldn't you? Well, 
you'd be in for a disappointment, I'm afraid!

Here is what is said:

quote

1.8.7 MODIFY command: Resolver address space

You can refresh the resolver address space from the operator console using the 
MODIFY command. Issue the REFRESH command to refresh the resolver address space 
and the DISPLAY command to display the current values of the resolver setup 
statements. Issue the FLUSH command to delete the contents of the resolver 
cache. You can also reset the current z/OS knowledge of name server 
capabilities by issuing the REFRESH command.

...

REFRESH

Causes applications to have their TCPIP.DATA information updated on their next 
resolver request after the refresh occurs, including local host tables (for 
example, etc/hosts, etc/ipnodes, HOSTS.SITEINFO, HOSTS.ADDRINFO, or ETC.IPNODES 
information).

/quote

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/f1a1c2a0/1.8.7

Oh dear me, nary a word about services tables, let alone protocol tables!

So, as I said, just a guess!

-

If you have any sort of sandbox facility available, or even on a production 
system if you contrive to create a services table data set specific to just 
own testing userid, you could write a trivial REXX sockets program with just a 
GETSERVBYNAME call in it.

Well, nothing if not conscientious, I decided to be sure that the REXX API 
catered for this suggestion and - what do you know? - what you need is provided 
as an example:

quote

 /* REXX EZARXR17 */
 /*
  * This sample demonstrates the use of the GETSERVBYNAME
  * socket command.
  */
 if perror(socket(INITIALIZE,MYSET01),INITIALIZE) = 0,
then do
src = socket(GETSERVBYNAME,FTP);
Say The FTP service is assigned SUBWORD(src,2);
 end;
 src = perror(socket(TERMINATE,MYSET01),TERMINATE);
 exit 0;
 /* This routine returns -1 if the first word if arg 1 is not zero */
 perror: if word(arg(1),1) = 0 then return 0; else
 Say arg(2) Error : arg(1);
 return -1;

/quote

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/F1A1D490/3.5.2.18

So you can experiment with this in order to see whether your private services 
table simple needs to be edited to record a change or whether a MODIFY 
RESOLVER,REFRESH command is needed.

And do let us all know.

-

[1] Actually the score is 1 out of 3, but it feels like 3 out of 3!
 
[2] Potentially two if the GLOBALTCPIPDATA resolver setup statement is used.

-

Chris Mason

On Wed, 26 Oct 2011 13:55:57 -0500, Chris Mason chrisma...@belgacom.net wrote:

Kurt

 Thanks to any and all who consider my question.
 Thanks for any help anyone is willing to offer.

You don't have to be so effusive. All we ask is that you donate something 
significant to our favourite charity!

 Can the TCPIP.ETC.SERVICES file be changed at will ...

I'm going to guess that, this being a file associated with the sometimes 
mysterious resolver function, if you can't immediately see any change 
reflected in the translation of a text string such as http being converted 
to the number 80 at the time your program issues the relevant getservbyname() 
call - typically during 

Re: CRLF in unix, translated :-)

2011-10-26 Thread John Gilmore
In order to shore up my position as the resident pedant I must protest that

Giuseppe Verdi === Jo[s]e[ph] Greens

The singular form

Giuseppe Verde===Jo[s]e[ph] Green

is uncommon but not unknown.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: CRLF in unix, translated :-)

2011-10-26 Thread tony's netbook

On 10/26/2011 7:59 PM, John Gilmore wrote:

In order to shore up my position as the resident pedant I must protest that

Giuseppe Verdi ===  Jo[s]e[ph] Greens

The singular form

Giuseppe Verde===Jo[s]e[ph] Green

is uncommon but not unknown.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Hah!  As though shoring is needed!:-)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Lines per page - IDCAMS output

2011-10-26 Thread Bonaduce, Frank
Another possibility in addition to those mentioned is using the Catalog Search 
Interface, IGGCSI00. If you are versed in Assembler, it offers a lot of 
flexibility to design a reporting mechanism to meet your requirements.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Clark Morris
Sent: Wednesday, October 26, 2011 7:58 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Lines per page - IDCAMS output

On 25 Oct 2011 08:08:45 -0700, in bit.listserv.ibm-main you wrote:

Curious if anyone knows whether or not you can change the lines per page for 
IDCAMS output.  It appears to be set to something like 52.  On occasion we 
need to print off rather large LISTCAT listings.  In the interest of saving 
paper, being able to fill up the page would be useful.  I serached the archive 
but didn't find too many hits.

If your company can afford to spend a modest amount of money MacKinney
Systems have some LISTCAT alternatives that use a lot less paper,
virtual or real and are more readable.  If you have FDRABR, you have
very powerful tool for listing catalogs or disk datasets.  Also check
the CBT tape.  IDCAMS is a very poorly designed listing.

Clark Morris

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: maxsystem in a sysplex - belated heads-up

2011-10-26 Thread Barbara Nitz
To finish this thread: There is now marketing requirement MR1026112735 that 
describes the need for a cleanup utility and asks for a way to really 
re-initialize the sysplex on the ixc405 message.
Barbara

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Customization MPFLSTxx

2011-10-26 Thread Barbara Nitz
Please provide the full syslog line from IEF403I and run the flag bits shown 
there against SYS1.MODGEN(IHAHCLOG). Look specifically at HCLREQFL.

Barbara Nitz

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Lines per page - IDCAMS output

2011-10-26 Thread Linda Mooney
Hi Chris, 



If you write your IDCAMS output to a temp dataset and pass it to the next step, 
you can use your favorite utility/program to remove the channel 1 from column 1 
of your output.  Optionally, you could remove all of the carriage control or 
edit it as you wish, even change the location of the channel 1 to suit what 
ever form you want to use. 



What kind of printer are you wanting/needing to use?  

  

If you have a printer that supports  AFP, then pagedef and formdef A18C ( and 
there are  other resources in the AFP starter set ) will give you 8.5 x 11, 
duplex, por trait, offset graybar.  Without the channel 1s to force page eject, 
the output will fill the page. I f you use a line printer, you will get the 
number of lines defined in JES parms, which is generally a full page  with a 
bottom margin.  If you are using VPS, the VPS member for the printer can be set 
to use a PostScript or PCL page presentation, or if using line print, you can 
set the font and the number of lines per page that will fit using your chosen 
font.  You have a lot of options. 



I am curious - why print?  Perhaps using XDC from SDSF and writing the output 
to a dataset would save all of the paper :) and the resulting dataset (or PDS 
member) could easily be viewed in ISPF.  



HTH, 



Linda 

- Original Message -


From: Chris Hilliard chris.hilli...@norfolk.gov 
To: IBM-MAIN@bama.ua.edu 
Sent: Tuesday, October 25, 2011 7:49:25 AM 
Subject: Lines per page - IDCAMS output 

Curious if anyone knows whether or not you can change the lines per page for 
IDCAMS output.  It appears to be set to something like 52.  On occasion we need 
to print off rather large LISTCAT listings.  In the interest of saving paper, 
being able to fill up the page would be useful.  I serached the archive but 
didn't find too many hits. 

-- 
For IBM-MAIN subscribe / signoff / archive access instructions, 
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO 
Search the archives at http://bama.ua.edu/archives/ibm-main.html 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html