Re: LE C calling HLASM

2012-04-09 Thread Shmuel Metz (Seymour J.)
In 4f804f4a.3070...@valley.net, on 04/07/2012
   at 10:29 AM, Gerhard Postpischil gerh...@valley.net said:

I ran into an analog of this trying to determine whether a  program
is running under TSO - presence of TSO control blocks  does not
indicate that the immediate caller was the TMP. IBM,  for whatever
reason, disallowed multiple TMP invocation in MVS  (or perhaps SVS?),
so these days one can just rely on the result  from EXTRACT.

If you're running under TSO, won't the length of the PLIST tell you
whether you were invoked directly by a command? Anything other than a
CPPL means a call.

The original TMP ran unauthorized, including the TMP in SVS and OS/VS2
(MVS); if you look at the COOKIE command, you will see that a nested
TMP worked just fine. As I recall, it was the TSO Command Package[1]
that added the parallel TMP structure that required authorization.

[1] Swallowed by TSO/E when it came out.
 
-- 
 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: INFO IBM-MAIN


Re: z/OS X-Windows (was: ASCII (was: Unix path name))

2012-04-09 Thread McKown, John
z/OS does not have a X Window (singular, not plural, a common mistake) server. 
The server in X is the software which provides access to the display and 
keyboard. The X client is the application code which talks to the server. z/OS 
does support X client code. At one time, there was a X Window terminal. That 
was basically some smart hardware which accepted X protocol to drive a 
graphics display.

I think the answer you are looking for is Yes, you can run a program which is 
an X client on z/OS. I do it. I have a Linux desktop. I use SSH to connect to 
z/OS. And I set ssh to set up a reverse X tunnel. Doing this causes a z/OS 
UNIX command prompt to appear on my desktop. It also causes the DISPLAY 
environment to be set up correctly. Basically it causes the ssh server on z/OS 
to listen on a dynamically assigned port (in my case, and by default, 
starting with port 6010). The SSH server then causes any connection to this 
port to be tunnelled back to the desktop over the ssh link. 

You can also use telnet, but it is a bit more difficult. You need to set the 
DISPLAY environment variable to the proper value
export DISPLAY=ip.address:XportNumber . And you must also set up the X server 
on your desktop to listen on the XportNumber port. This is normally port 6000.

On my system, I do this automatically in the /etc/profile file.

===
SSHD=No
set . $(ps -o args -p $PPID)
case $3 in
*telnet*) DISPLAY=$5;;
*rlogin*) DISPLAY=$8;;
*sshd*) SSHD=Yes;;
*)  DISPLAY=None;;
esac
if [ $SSHD = No ]
   then
 DISPLAY=$DISPLAY:0
 if [ $DISPLAY = None:0 ]
 then
unset DISPLAY
 else
export DISPLAY
 fi
   else   
 export DISPLAY
fi
export SSHD
===

You can also use MS-Windows if you have a X server on it. MS-Windows does not 
come with an X server. I have successfully use Cygwin's X server.

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 David Price
 Sent: Monday, April 09, 2012 12:08 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: z/OS X-Windows (was: ASCII (was: Unix path name))
 
 Looking at z/OS UNIX System Services Ported Tools
 http://www-03.ibm.com/systems/z/os/zos/features/unix/bpxa1ty1.html
 there is an X-Windows editor called nedit that IBM makes 
 available for z/OS UNIX.
 
 Does this imply that X-Windows under z/OS UNIX System 
 Services is usable (perhaps with IBM's Ported Tools)?
 I guess if I really wanted to know I'd subscribe to the 
 MVS-OE List Server.
 
 Turning to the z/OS MVS side for a moment, I see that 
 GDDM/MVS supports X-Windows graphics through the GDDMXD/MVS 
 interface.  So if your 3270 emulator doesn't support drawing 
 graphs etc you could have an X-Window pop up on the side and 
 do it that way.
 
 -dap
 __
 On Sun, Apr 8, 2012 at 1:58 PM, Paul Gilmartin 
 paulgboul...@aim.com wrote:
 
  On Sun, 8 Apr 2012 13:39:11 -0700, Sam Siegel wrote:
  
  The IBM XL C/C++ team did a GREAT jobs with ASCII 
 compatibility.  :-)
  
  Overall, yes, but, last time I checked, no Curses; no X11.
  Sockets?  I don't know.
 
  -- gil
 
 On Sun, 8 Apr 2012 14:00:56 -0700, Sam Siegel wrote:
 Good to know.  I'm in luck, my app does not need those features.
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
 
 

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


Re: End of Support for Encryption Key Manager (EKM)

2012-04-09 Thread Jousma, David
I don't know about the EOS on EKM, nor am I aware of the cost of ISKLM Lite, 
but I will tell you that it is plug-to-plug compatible with EKM making the 
conversion pretty easy.   Biggest change was changing the startup JCL, and 
other parameters that changed the letters EKM to ISKLM.

My company went ahead and licensed the new version.   EKM/ISKLM has been very 
stable, with no problems ever at my site, BUT if it broke and we were unable to 
read/write our encrypted tapes the cost of that outage would negate any savings 
from not upgrading to a supported version. 

Does it stink that IBM now charges for something that was free?  You-betcha.   
I guess you have 3 options:  1) Negotiate a better price from IBM and get on a 
supported version, 2) start converting your encrypted tapes to non-encrypted, 
and discontinue the use of the software,  Or 3) continue on unsupported 
software, but get that letter from your CIO as your get-out-of-jail free card 
if the worst ever happens.

_
Dave Jousma
Assistant Vice President, Mainframe Services
david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H
p 616.653.8429
f 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Mark Jacobs
Sent: Friday, April 06, 2012 11:20 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: End of Support for Encryption Key Manager (EKM)

I know all that, but we were floored by the statement made by IBM on the call 
yesterday. I'm trying to get it confirmed.

Mark Jacobs


This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.

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


Re: End of Support for Encryption Key Manager (EKM)

2012-04-09 Thread Mark Jacobs
I don't disagree with you, but we're still waiting for official 
confirmation from IBM on the EOS. If they do confirm it we're going to 
be royally PO'ed since it'll mess up our budget planning.


Mark Jacobs

On 04/09/12 09:09, Jousma, David wrote:

I don't know about the EOS on EKM, nor am I aware of the cost of ISKLM Lite, but I will tell you 
that it is plug-to-plug compatible with EKM making the conversion pretty easy.   Biggest change was changing 
the startup JCL, and other parameters that changed the letters EKM to ISKLM.

My company went ahead and licensed the new version.   EKM/ISKLM has been very 
stable, with no problems ever at my site, BUT if it broke and we were unable to 
read/write our encrypted tapes the cost of that outage would negate any savings 
from not upgrading to a supported version.

Does it stink that IBM now charges for something that was free?  You-betcha.   I guess 
you have 3 options:  1) Negotiate a better price from IBM and get on a supported version, 
2) start converting your encrypted tapes to non-encrypted, and discontinue the use of the 
software,  Or 3) continue on unsupported software, but get that letter from your CIO as 
your get-out-of-jail free card if the worst ever happens.

_
Dave Jousma
Assistant Vice President, Mainframe Services
david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H
p 616.653.8429
f 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Mark Jacobs
Sent: Friday, April 06, 2012 11:20 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: End of Support for Encryption Key Manager (EKM)

I know all that, but we were floored by the statement made by IBM on the call 
yesterday. I'm trying to get it confirmed.

Mark Jacobs


This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.

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

   



--
Mark Jacobs
Time Customer Service
Tampa, FL


Learn from yesterday, live for today, hope for tomorrow.
The important thing is to not stop questioning.

- Albert Einstein

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


Re: z/OS X-Windows (was: ASCII (was: Unix path name))

2012-04-09 Thread Paul Gilmartin
On Mon, 9 Apr 2012 00:08:07 -0500, David Price wrote:

Looking at z/OS UNIX System Services Ported Tools
http://www-03.ibm.com/systems/z/os/zos/features/unix/bpxa1ty1.html
there is an X-Windows editor called nedit that IBM makes available for z/OS 
UNIX.

Does this imply that X-Windows under z/OS UNIX System Services is usable 
(perhaps with IBM's Ported Tools)?
I guess if I really wanted to know I'd subscribe to the MVS-OE List Server.
 
Sam Siegel mentioned, approvingly, the Enhanced ASCII support in
the z/OS C/C++ compiler and RTL.  I partly concurred, but noted
that C/C++ Enhanced lacks X11 and Curses libraries.  Perhaps I
didn't qualify my remark sufficiently; I had expected it to be apparent
from the context.

On Sun, Apr 8, 2012 at 1:58 PM, Paul Gilmartin wrote:

 On Sun, 8 Apr 2012 13:39:11 -0700, Sam Siegel wrote:
 
 The IBM XL C/C++ team did a GREAT jobs with ASCII compatibility.  :-)
 
 Overall, yes, but, last time I checked, no Curses; no X11.
 Sockets?  I don't know.

-- gil

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


OT: Keyboards for the archaic uber-geek

2012-04-09 Thread McKown, John
I apologize, but others may find this interesting. Too expensive for me.

http://www.etsy.com/shop/usbtypewriter

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


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


Re: OT: Keyboards for the archaic uber-geek

2012-04-09 Thread Steve Comstock

On 4/9/2012 7:39 AM, McKown, John wrote:

I apologize, but others may find this interesting. Too expensive for me.

http://www.etsy.com/shop/usbtypewriter

John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)


Pretty funny.

I have been trying for years to interest someone in the
Optimus keyboard, which is a keyboard where each key is
a small (48px * 48px) screen. You can dynamically assign
icons and codepoints and build your own keyboard.

My dream is to have sets of these icon-to-codepoint
mappings and be able to change them on the fly in order
to make a useful Unicode keyboard.

But no one sees the potential and I don't have the
ambition to see it through. But I think it is a
potentially huge market.

Here's their home:

  http://www.artlebedev.com/everything/optimus/

Anyone up for an adventure?



--

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-355-2752
http://www.trainersfriend.com

* To get a good Return on your Investment, first make an investment!
  + Training your people is an excellent investment

* Try our tool for calculating your Return On Investment
for training dollars at
  http://www.trainersfriend.com/ROI/roi.html

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


Re: OT: Keyboards for the archaic uber-geek

2012-04-09 Thread McKown, John
At over $2,000 US, there is no way this will ever be mass market. Neat idea, 
though. I would love it for some things at home. But it's not supported by 
Linux. Would be nice to autoconfigure to show a normal PC (Windows) keyboard in 
normal Linux. But switch to an APL keyboard when I'm using APL (rarely). And, 
lastly for me, switch to a Mac keyboard when I switch (via KVM) to my MacMini.

--
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 Steve Comstock
 Sent: Monday, April 09, 2012 8:55 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: OT: Keyboards for the archaic uber-geek
 
 On 4/9/2012 7:39 AM, McKown, John wrote:
  I apologize, but others may find this interesting. Too 
 expensive for me.
 
  http://www.etsy.com/shop/usbtypewriter
 
  John McKown
  Systems Engineer IV
  IT
 
  Administrative Services Group
 
  HealthMarkets(r)
 
 Pretty funny.
 
 I have been trying for years to interest someone in the
 Optimus keyboard, which is a keyboard where each key is
 a small (48px * 48px) screen. You can dynamically assign
 icons and codepoints and build your own keyboard.
 
 My dream is to have sets of these icon-to-codepoint
 mappings and be able to change them on the fly in order
 to make a useful Unicode keyboard.
 
 But no one sees the potential and I don't have the
 ambition to see it through. But I think it is a
 potentially huge market.
 
 Here's their home:
 
http://www.artlebedev.com/everything/optimus/
 
 Anyone up for an adventure?
 
 
 
 -- 
 
 Kind regards,
 
 -Steve Comstock
 The Trainer's Friend, Inc.
 
 303-355-2752
 http://www.trainersfriend.com
 
 * To get a good Return on your Investment, first make an investment!
+ Training your people is an excellent investment
 
 * Try our tool for calculating your Return On Investment
  for training dollars at
http://www.trainersfriend.com/ROI/roi.html
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
 
 

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


Re: OT: Keyboards for the archaic uber-geek

2012-04-09 Thread Paul Gilmartin
On Mon, 9 Apr 2012 08:39:17 -0500, McKown, John wrote:

I apologize, but others may find this interesting. Too expensive for me.

http://www.etsy.com/shop/usbtypewriter
 
Also consider:

http://xkcd.com/1031/
http://wiki.xkcd.com/irc/Leopard

-- gil

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


Re: DB2 DDL

2012-04-09 Thread Sevetson, Phil
The DB2 z/OS documentation can be found on the Web, at 
http://www-01.ibm.com/support/docview.wss?rs=64uid=swg27011656
-- find the SQL Reference manual there, I recommend searching the PDF version 
for the CREATE STOGROUP statement.

The information you are looking for is in Chapter 5, STATEMENTS, on page 1086 
(p. 1112 in the PDF's own numbering system).


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Lim Ming Liang
Sent: Saturday, April 07, 2012 12:33 PM
To: IBM-MAIN@bama.ua.edu
Subject: DB2 DDL

Hi,
I am new in DB2.
Looking for the reference documentation on DB2 DDL, I am looking for the 
syntax of Creating Storgrp.
I am searching through the IBM DVD Docs on DB2, no luck.
-- 
Regards Lim ML

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

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


IBM Global Copy/Global Mirror

2012-04-09 Thread Steve Dover
We have recently started remote replication to DR site.  We are replicating 
mainframe and open systems data.  We have ironed out all of the issues we have 
except for our DS6800 Global Mirror.  I have had the benefit of speaking with 
2 different resources about the best practices way to do this and have 2 
different answers.  I am hoping there is someone here who is actually doing 
this I could talk to.  I need someone with practical experience and not a bunch 
of book reading.  Any assistance will be appreciated.
Thanks,
Steve

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


Re: IBM Global Copy/Global Mirror

2012-04-09 Thread Skip Robinson
We've been mirroring with XRC (Global for MVS?) for over a decade. Started 
before GDPS existed although we now use it to manage recovery at the DR 
site. We test twice a year. 

.
.
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:   Steve Dover steve.do...@ccbcc.com
To: IBM-MAIN@bama.ua.edu
Date:   04/09/2012 08:27 AM
Subject:IBM Global Copy/Global Mirror
Sent by:IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu



We have recently started remote replication to DR site.  We are 
replicating mainframe and open systems data.  We have ironed out all of 
the issues we have except for our DS6800 Global Mirror.  I have had the 
benefit of speaking with 2 different resources about the best practices 
way to do this and have 2 different answers.  I am hoping there is someone 
here who is actually doing this I could talk to.  I need someone with 
practical experience and not a bunch of book reading.  Any assistance will 
be appreciated.
Thanks,
Steve



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


Re: IBM Global Copy/Global Mirror

2012-04-09 Thread Bill Fairchild
I'm don't know what you started before GDPS existed, but GDPS was alive and 
well in May, 1999 when I began testing software that intercepted GDPS' I/O 
requests for a former employer.  That was 13 years ago.

Bill Fairchild
Software Developer
Rocket Software
275 Grove Street, Suite 3-410 * Newton, MA 02466-2272 * USA
Tel: +1 617 614 4503 * Mobile: +1 615 946 2152
Email: bfairch...@rocketsoftware.com
Web: http://www.rocketsoftware.com

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Skip Robinson
Sent: Monday, April 09, 2012 10:58 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: IBM Global Copy/Global Mirror

We've been mirroring with XRC (Global for MVS?) for over a decade. Started 
before GDPS existed although we now use it to manage recovery at the DR site. 
We test twice a year. 

.
.
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:   Steve Dover steve.do...@ccbcc.com
To: IBM-MAIN@bama.ua.edu
Date:   04/09/2012 08:27 AM
Subject:IBM Global Copy/Global Mirror
Sent by:IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu



We have recently started remote replication to DR site.  We are 
replicating mainframe and open systems data.  We have ironed out all of 
the issues we have except for our DS6800 Global Mirror.  I have had the 
benefit of speaking with 2 different resources about the best practices 
way to do this and have 2 different answers.  I am hoping there is someone 
here who is actually doing this I could talk to.  I need someone with 
practical experience and not a bunch of book reading.  Any assistance will 
be appreciated.
Thanks,
Steve



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

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


Re: Oracle DataGuard on Linux on z

2012-04-09 Thread Mikael Wargh
Thanks, I continue this on linux-390 mailing list. 

-Mikael

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Mark Post
Sent: 8. huhtikuuta 2012 19:57
To: IBM-MAIN@bama.ua.edu
Subject: Re: Oracle DataGuard on Linux on z

 On 4/8/2012 at 05:13 AM, Mikael Wargh mikael.wa...@tietoenator.com wrote: 
 We're planning to run Oracle EE database with Data Guard option on Linux on 
 system z. So far everything seems doable, but we found some net presentation 
 telling that the two instances (active-passive) has to be exactly on same 
 software level and on a same type of hardware (chipset etc) to work properly. 
 Now we're wondering if this will work on z196 (active database) and z10BC 
 (passive replication database) combination.

That should be just fine, but you might get a more definitive answer asking 
this question on the linux-390 mailing list.  Damian Gallagher from Oracle 
hangs out there, and he is very knowledgeable about Oracle running on Linux for 
System z.

 Isn't z/VM same from Linux point 
 of view regardless of z hardware where it's running? 

No.  z/VM doesn't lie about what hardware you're on, it just makes it 
shareable among many guests.


Mark Post

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

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


z10 HMC access

2012-04-09 Thread Don Demor
Anyone running the following:

Windows XP professional and IE8
Windows 7 and IE9

to access the z10 HMC's remotely?


If yes, did you run into any configuration issues? How did you resolve these 
issues? Also, was HMC display settings classic or tree mode? 

Thanks,

Don

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


Re: z10 HMC access

2012-04-09 Thread Jousma, David
No problems, Tree mode.  By remote, that is inside corporate firewalls, using 
web interface at my desk.

_
Dave Jousma
Assistant Vice President, Mainframe Services
david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H
p 616.653.8429
f 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Don Demor
Sent: Monday, April 09, 2012 2:49 PM
To: IBM-MAIN@bama.ua.edu
Subject: z10 HMC access

Anyone running the following:

Windows XP professional and IE8
Windows 7 and IE9

to access the z10 HMC's remotely?


If yes, did you run into any configuration issues? How did you resolve these 
issues? Also, was HMC display settings classic or tree mode? 

Thanks,

Don

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

This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.

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


Re: openssl make - z/OS UNIX question - Help

2012-04-09 Thread Shaffer, Terri E
Hi Kirk,
  I think I made it further now, but get an error about when I to the actual 
gmake

ERROR CCN3115 ../../include/openssl/sha.h:184   Duplicate type specifier long
ignored.   
ERROR CCN3115 ../../include/openssl/sha.h:185   Duplicate type specifier long
ignored.   
ERROR CCN3115 ../../include/openssl/sha.h:187   Duplicate type specifier long
ignored.   
CCN0793(I) Compilation failed for file ./sha_dgst.c.  Object file not created. 
FSUM3065 The COMPILE step ended with return code 12.   
EZZ0158I SELECTEX FAILED: errno=1038176216 errno2=3d623b50 

And think I need to pass the langlvl but can't figure out where it goes after 
many attempts.

Could you please tell me where I set that parm?

Thanks

Ms. Terri E. Shaffer 
terri.e.shaf...@jpmchase.com
Engineer
J.P.Morgan Chase  Co.
GTI DCT ECS Core Services zSoftware Group / Emerging Technologies 
Office: # 614-213-3467
Cell: # 412-519-2592 


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Kirk Wolf
Sent: Friday, April 06, 2012 4:04 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: openssl make - z/OS UNIX question - Help

Sounds to me like config/Configure worked (and generated make files).

Refer to my original response:

-- configure and make
./config --prefix=/usr/local --openssldir=/usr/local/openssl export 
_C89_CCMODE=1 export MAKE=gmake $MAKE

so, do the exports and then execute gmake ($MAKE)

Kirk Wolf
Dovetailed Technologies
http://dovetail.com

On Fri, Apr 6, 2012 at 1:05 PM, Shaffer, Terri E  
terri.e.shaf...@jpmchase.com wrote:

 Thanks Kirk,
  Originally I opened this thread to the MVS-OE but got no response 
 which is why I enter to IBM-MAIN.

 Here are my results.  It looks much better after your suggested 
 changes, I think...

 I see
 RC4_CHUNK is undefined  Not sure if this is an issue or not and
 what it actually means to me.

 So after 10 or so screens worth of: for all the directories.

 gmakeÝ1¨: Entering directory `/u/w012108/temp/openssl-1.0.1/ssl'
 ssl.h = ../include/openssl/ssl.h
 ssl2.h = ../include/openssl/ssl2.h
 ssl3.h = ../include/openssl/ssl3.h
 ssl23.h = ../include/openssl/ssl23.h
 tls1.h = ../include/openssl/tls1.h
 dtls1.h = ../include/openssl/dtls1.h
 kssl.h = ../include/openssl/kssl.h
 srtp.h = ../include/openssl/srtp.h
 ssltest.c = ../test/ssltest.c
 gmakeÝ1¨: Leaving directory `/u/w012108/temp/openssl-1.0.1/ssl'

 I finally get
 Configured for os/compiler.

 Now heres where my knowledge drops off even more.. If that possible 
 when it comes to this.

 What do I do now, How to I get a new openssl module built?

 Thanks

 Ms. Terri E. Shaffer
 terri.e.shaf...@jpmchase.com
 Engineer
 J.P.Morgan Chase  Co.
 GTI DCT ECS Core Services zSoftware Group / Emerging Technologies
 Office: # 614-213-3467
 Cell: # 412-519-2592


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On 
 Behalf Of Kirk Wolf
 Sent: Thursday, April 05, 2012 2:33 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: openssl make - z/OS UNIX question - Help

 Terri -

 try this running config in test mode.  This is what I get for OpenSSL
 0.9.8q:

 ./config -t
 Operating system: 2094-whatever-OS/390 Configuring for OS/390 
 /usr/lpp/perl/bin/perl ./Configure OS/390

 So far so good.  I assume you will get something similar, except your 
 machine is a 2817.

 Why does it say OS/390?  Because that's still how z/OS refers to 
 itself in output from the uname command.

 Now, see if the Configure perl script supports OS/390

 perl ./Configure LIST | grep OS/390

 I assume that this will be missing on 1.0.1, which would explain the 
 error that you are getting.

 If this is the case, what does it mean?  It means that no one has done 
 the porting and testing for configuring the build for z/OS with OpenSSL 1.0.1.

 In 0.9.8q Configure, you will find this:

 # OS/390 Unix an EBCDIC-based Unix system on IBM mainframe # You need 
 to compile using the c89.sh wrapper in the tools directory, because 
 the # IBM compiler does not like the -L switch after any object modules.
 #
 OS390-Unix,c89.sh:-O -DB_ENDIAN -DCHARSET_EBCDIC -DNO_SYS_PARAM_H  
 -D_ALL_SOURCE::(unknown):::THIRTY_TWO_BIT DES_PTR DES_UNROLL MD2_CHAR 
 RC4_INDEX RC4_CHAR BF_PTR:::,

 When I last ported 0.9.8q, I modified this to read:

 *OS/390*,*xlc*:-O -DB_ENDIAN -DCHARSET_EBCDIC -DNO_SYS_PARAM_H  *
 -Wc,xplink* -D_ALL_SOURCE::*::-Wl,xplink*:THIRTY_TWO_BIT DES_PTR 
 DES_UNROLL MD2_CHAR RC4_INDEX RC4_CHAR BF_PTR:::,

 Note that I chose to use XPLINK.   I found that the c89.sh wrapper wasn't
 required if I used the xlc command and exported C89_CCMODE=1 as described
 earlier.   You might also consider adding LANGLVL, ARCH, and TUNE compiler
 options, depending on what 

Re: z10 HMC access

2012-04-09 Thread Mike Myers

Don:

The answer to both is yes (the same for both tree and classic mode), but 
you haven't indicated what your problem is.


Can you access the HMC logon screen? If so, you should be able to 
proceed provided you are using an id that is defined for remote access.


What URL are you using for HMC access? Do you have access to the network 
where the HMC resides? Can you PING the URL?


Give us a better definition of the problem and we can help.

Mike Myers
Mentor Services Corporation

 On 04/09/2012 02:49 PM, Don Demor wrote:

Anyone running the following:

Windows XP professional and IE8
Windows 7 and IE9

to access the z10 HMC's remotely?


If yes, did you run into any configuration issues? How did you resolve these 
issues? Also, was HMC display settings classic or tree mode?

Thanks,

Don

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



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


Re: openssl make - z/OS UNIX question - Help

2012-04-09 Thread Kirk Wolf
langlvl(longlong) would go on the OS/390 Configure line as a compiler
(-Wc ) option.

If you change Configure, you need to rerun ./config



On Mon, Apr 9, 2012 at 2:27 PM, Shaffer, Terri E 
terri.e.shaf...@jpmchase.com wrote:

 Hi Kirk,
  I think I made it further now, but get an error about when I to the
 actual gmake

 ERROR CCN3115 ../../include/openssl/sha.h:184   Duplicate type specifier
 long
 ignored.
 ERROR CCN3115 ../../include/openssl/sha.h:185   Duplicate type specifier
 long
 ignored.
 ERROR CCN3115 ../../include/openssl/sha.h:187   Duplicate type specifier
 long
 ignored.
 CCN0793(I) Compilation failed for file ./sha_dgst.c.  Object file not
 created.
 FSUM3065 The COMPILE step ended with return code 12.
 EZZ0158I SELECTEX FAILED: errno=1038176216 errno2=3d623b50

 And think I need to pass the langlvl but can't figure out where it goes
 after many attempts.

 Could you please tell me where I set that parm?

 Thanks

 Ms. Terri E. Shaffer
 terri.e.shaf...@jpmchase.com
 Engineer
 J.P.Morgan Chase  Co.
 GTI DCT ECS Core Services zSoftware Group / Emerging Technologies
 Office: # 614-213-3467
 Cell: # 412-519-2592


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf Of Kirk Wolf
 Sent: Friday, April 06, 2012 4:04 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: openssl make - z/OS UNIX question - Help

 Sounds to me like config/Configure worked (and generated make files).

 Refer to my original response:

 -- configure and make
 ./config --prefix=/usr/local --openssldir=/usr/local/openssl export
 _C89_CCMODE=1 export MAKE=gmake $MAKE

 so, do the exports and then execute gmake ($MAKE)

 Kirk Wolf
 Dovetailed Technologies
 http://dovetail.com

 On Fri, Apr 6, 2012 at 1:05 PM, Shaffer, Terri E 
 terri.e.shaf...@jpmchase.com wrote:

  Thanks Kirk,
   Originally I opened this thread to the MVS-OE but got no response
  which is why I enter to IBM-MAIN.
 
  Here are my results.  It looks much better after your suggested
  changes, I think...
 
  I see
  RC4_CHUNK is undefined  Not sure if this is an issue or not and
  what it actually means to me.
 
  So after 10 or so screens worth of: for all the directories.
 
  gmakeÝ1¨: Entering directory `/u/w012108/temp/openssl-1.0.1/ssl'
  ssl.h = ../include/openssl/ssl.h
  ssl2.h = ../include/openssl/ssl2.h
  ssl3.h = ../include/openssl/ssl3.h
  ssl23.h = ../include/openssl/ssl23.h
  tls1.h = ../include/openssl/tls1.h
  dtls1.h = ../include/openssl/dtls1.h
  kssl.h = ../include/openssl/kssl.h
  srtp.h = ../include/openssl/srtp.h
  ssltest.c = ../test/ssltest.c
  gmakeÝ1¨: Leaving directory `/u/w012108/temp/openssl-1.0.1/ssl'
 
  I finally get
  Configured for os/compiler.
 
  Now heres where my knowledge drops off even more.. If that possible
  when it comes to this.
 
  What do I do now, How to I get a new openssl module built?
 
  Thanks
 
  Ms. Terri E. Shaffer
  terri.e.shaf...@jpmchase.com
  Engineer
  J.P.Morgan Chase  Co.
  GTI DCT ECS Core Services zSoftware Group / Emerging Technologies
  Office: # 614-213-3467
  Cell: # 412-519-2592
 
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
  Behalf Of Kirk Wolf
  Sent: Thursday, April 05, 2012 2:33 PM
  To: IBM-MAIN@bama.ua.edu
  Subject: Re: openssl make - z/OS UNIX question - Help
 
  Terri -
 
  try this running config in test mode.  This is what I get for OpenSSL
  0.9.8q:
 
  ./config -t
  Operating system: 2094-whatever-OS/390 Configuring for OS/390
  /usr/lpp/perl/bin/perl ./Configure OS/390
 
  So far so good.  I assume you will get something similar, except your
  machine is a 2817.
 
  Why does it say OS/390?  Because that's still how z/OS refers to
  itself in output from the uname command.
 
  Now, see if the Configure perl script supports OS/390
 
  perl ./Configure LIST | grep OS/390
 
  I assume that this will be missing on 1.0.1, which would explain the
  error that you are getting.
 
  If this is the case, what does it mean?  It means that no one has done
  the porting and testing for configuring the build for z/OS with OpenSSL
 1.0.1.
 
  In 0.9.8q Configure, you will find this:
 
  # OS/390 Unix an EBCDIC-based Unix system on IBM mainframe # You need
  to compile using the c89.sh wrapper in the tools directory, because
  the # IBM compiler does not like the -L switch after any object modules.
  #
  OS390-Unix,c89.sh:-O -DB_ENDIAN -DCHARSET_EBCDIC -DNO_SYS_PARAM_H
  -D_ALL_SOURCE::(unknown):::THIRTY_TWO_BIT DES_PTR DES_UNROLL MD2_CHAR
  RC4_INDEX RC4_CHAR BF_PTR:::,
 
  When I last ported 0.9.8q, I modified this to read:
 
  *OS/390*,*xlc*:-O -DB_ENDIAN -DCHARSET_EBCDIC -DNO_SYS_PARAM_H  *
  -Wc,xplink* -D_ALL_SOURCE::*::-Wl,xplink*:THIRTY_TWO_BIT DES_PTR
  DES_UNROLL MD2_CHAR RC4_INDEX RC4_CHAR BF_PTR:::,
 
  Note that I chose to use XPLINK.   I found that the c89.sh wrapper wasn't
  required if I used the xlc command and exported C89_CCMODE=1 as described
  earlier.   You 

Re: z10 HMC access

2012-04-09 Thread Dale McCart
Works both from behind the firewall, and VPN from home or on the road.

Even with a wireless modem on the Amtrak going south from Irvine to San 
Diego the day after it was installed.


Always get a certificate error on all the newer IEs .


There is a problem with this website's security certificate. 
 
 The security certificate presented by this website was issued for a 
different website's address.

Security certificate problems may indicate an attempt to fool you or 
intercept any data you send to the server. 
  We recommend that you close this webpage and do not continue to this 
website. 
  Click here to close this webpage. 
  Continue to this website (not recommended). 


Click  Continue to this website (not recommended).   and it goes right 
in.

Dale McCart 
 Senior Systems Programmer / zSeries, z/OS 
 Kawasaki Motors Corp., U.S.A. 
 9950 Jeronimo Rd. 
 Irvine, California 92618-2084 
Telephone: (949) 770-0400 extension 2316 
 Fax: (949) 460-5576 
 E-mail: dale.mcc...@kmc-usa.com 
 Visit our website at http://www.kawasaki.com 


***
 

This Email is covered by the Electronic Communications Privacy Act, 18 
U.S.C. Sections 2510-2521, and is confidential, legally privileged, and 
exempt from disclosure. 
The information contained in this Email is intended only for the use of 
the individual or entity named above. 
Any review, retransmission, dissemination or other use of, or taking of 
any action in reliance upon, this information by persons other than the 
intended recipient is strictly prohibited. 
If you have received this communication in error, please notify us by 
replying to this Email and destroy all copies of the original message. 

Please note that in accordance with Kawasaki Motors Corp., U.S.A.'s 
signatory rights, no offer, agreement, concession or representation is 
binding on the company, 
unless accompanied by a duly signed separate document (or a scanned 
version thereof), affixed with the company's seal. 

Internet communications cannot be guaranteed to be timely, secure, error 
or virus-free. 
The sender does not accept liability for any errors, omissions or damage 
caused by any virus transmitted by this email. 
The recipient should check this email and any attachments for the presence 
of viruses. 
The view and/or opinions of individuals expressed within this document do 
not necessarily reflect the views of the Kawasaki or it's affiliates. 
Please be aware that any message addressed to our domain is subject to 
archiving and review by persons other than the intended recipient. 
***
 

© 1966-2012 Kawasaki Motors Corp., U.S.A. 

 



From:   Mike Myers m...@mentor-services.com
To: IBM-MAIN@bama.ua.edu, 
Date:   04/09/2012 12:47 PM
Subject:Re: z10 HMC access
Sent by:IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu



Don:

The answer to both is yes (the same for both tree and classic mode), but 
you haven't indicated what your problem is.

Can you access the HMC logon screen? If so, you should be able to 
proceed provided you are using an id that is defined for remote access.

What URL are you using for HMC access? Do you have access to the network 
where the HMC resides? Can you PING the URL?

Give us a better definition of the problem and we can help.

Mike Myers
Mentor Services Corporation

  On 04/09/2012 02:49 PM, Don Demor wrote:
 Anyone running the following:

 Windows XP professional and IE8
 Windows 7 and IE9

 to access the z10 HMC's remotely?


 If yes, did you run into any configuration issues? How did you resolve 
these issues? Also, was HMC display settings classic or tree mode?

 Thanks,

 Don

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


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


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


Re: DB2 DDL

2012-04-09 Thread Lim Ming Liang

On 09-Apr-12 10:56 PM, Sevetson, Phil wrote:

The DB2 z/OS documentation can be found on the Web, at
http://www-01.ibm.com/support/docview.wss?rs=64uid=swg27011656
-- find the SQL Reference manual there, I recommend searching the PDF version 
for the CREATE STOGROUP statement.

The information you are looking for is in Chapter 5, STATEMENTS, on page 1086 
(p. 1112 in the PDF's own numbering system).


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Lim Ming Liang
Sent: Saturday, April 07, 2012 12:33 PM
To: IBM-MAIN@bama.ua.edu
Subject: DB2 DDL

Hi,
I am new in DB2.
Looking for the reference documentation on DB2 DDL, I am looking for the
syntax of Creating Storgrp.
I am searching through the IBM DVD Docs on DB2, no luck.

Hi Phil,
I got it. Thanks.

--
Regards Lim ML

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


Re: Coding IEASYMxx

2012-04-09 Thread Jake anderson
Hi,

Seasons Greeting !!

One curious question is that if the Two source SYSRES volumes are in
seperate MOD-3 volumes, but the Target SYSRES Volume is initialized using
MOD-9. In this scenario how do make use of the SYMBOLIC parameter when two
Source SYSRES volumes(MOD-3) are copied to Single SYSRES volume(mod-9).

Jake

On Mon, Apr 9, 2012 at 3:59 AM, retired mainframer retired-mainfra...@q.com
 wrote:

 Keep it in the list please.  You get more responses and any incorrect
 advice
 will be caught by others.



 The few symbols that IBM needs, such as SYSR1, are built automatically.
 There is no need for a default IEASYMxx.  Considering the multitude of
 filtering options allowed, I doubt if IBM could come up with one that
 didn't
 cause more problems than it solved.



 If your LOADxx member specifies your PARMLIB libraries, I think you can
 place the IEASYMxx in anyone of those.  The same may be true if your
 PARMLIBs are specified in MSTRJCL.  I have always put it in SYS1.PARMLIB
 but
 that may be just force of habit.



  _

 From:
 Sent: Sunday, April 08, 2012 5:33 AM

 Subject: Re: Coding IEASYMxx



 Hi,



 Thanks a bunch again, but recently I have installed a new system.
 Surprisingly IEASYmxx were not in any of my parmlibs, so Just wanted to
 know
 If I can create this member manually in any of the parmlib and update the
 same in LOADxx member ?



 Please advise me your expert comment.





 Jake

 On Sun, Apr 8, 2012 at 7:46 AM, retired mainframer
 retired-mainfra...@q.com wrote:

 :: -Original Message-
 :: From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 :: Behalf Of Jake anderson
 :: Sent: Saturday, April 07, 2012 6:58 PM
 :: To: IBM-MAIN@bama.ua.edu
 :: Subject: Coding IEASYMxx
 ::
 :: Hello All,

 ::
 :: First of all apology for asking a very basic question and being
 :: ignorant.In
 :: our shop we have two sysres volumes MTSRS1, MTSRS2,MSTRS3 so during
 :: SYSRES
 :: cloning we adopt indirect cataloging. Also it is important to specify
 :: the
 :: symbolic parameter at IEASYMxx member. My only basic question is that
 :: will
 :: it be wise enough to code like below :
 ::
 :: SYMDEF(SYSR2='MTSRS2')
 :: SYMDEF(SYSR3='MTSRS3').

 If you code it like this, then when you have a second set of SYSRES
 volumes,
 say TSTRS1, TSTRS2, TSTRS3, SYSR1 will resolve to TSTRS1 as you want but
 SYSR2 will still resolve to the MTSRS2, not TSTRS2.

 ::
 :: I have referred the link
 ::
 http://publib.boulder.ibm.com/infocenter/zos/v1r12/index.jsp?topic=%2Fco
 :: m.ibm.zos.r12.ieae200%2Fplnsym.htm
 ::  but I am not really able to understand the below coding when we more

 :: than
 :: 1 sysres volumes :
 ::
 :: :SYSDEF .
 ::
 ::.
 ::SYMDEF(SYSR2='SYSR1(1:3).RS2') /* second SYSRES logical
 ::   extension */

 This code says set the value of SYSR2 to the first three characters of
 SYSR1 followed by the characters RS2.  When you IPL from MTSRS1, the first
 three characters of SYSRS1 are MTS so SYSRS2 resolves to MTSRS2.  And
 when
 you IPL from TSTRS1, the first three characters are TST so SYSR2 will
 resolve to TSTRS2.  This insures that SYSRS1, SYSRS2, and SYSRS3 always
 resolve to the three volumes that are part of a matched set.

 ::SYMDEF(SYSR3='SYSR1(1:3).RS3') /* third SYSRES logical

 ::  extension  */
 ::
 ::
 :: Could anyone please explain me about the above syntax. How to make use
 :: the of the above syntax reasonably.

 The only change you need to make to the above is to decide how many volumes
 are involved.  My last system (1.11) had only two 3390-9s so I didn't
 bother
 with SYSRS3.

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




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


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


Re: Coding IEASYMxx

2012-04-09 Thread retired mainframer
We need to get the terminology straight first.  What do you mean by source
SYSRES and target SYSRES?  Is source the IPL volumes and target the volume
holding the SMPE target datasets?  Or are you using ServerPac terminology?

BTW, are any of these volumes SMS managed?

:: -Original Message-
:: From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
:: Behalf Of Jake anderson
:: Sent: Monday, April 09, 2012 8:20 PM
:: To: IBM-MAIN@bama.ua.edu
:: Subject: Re: Coding IEASYMxx
::
:: Hi,
::
:: Seasons Greeting !!
::
:: One curious question is that if the Two source SYSRES volumes are in
:: seperate MOD-3 volumes, but the Target SYSRES Volume is initialized
:: using
:: MOD-9. In this scenario how do make use of the SYMBOLIC parameter when
:: two
:: Source SYSRES volumes(MOD-3) are copied to Single SYSRES volume(mod-9).

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


Re: Coding IEASYMxx

2012-04-09 Thread Jake anderson
Hi,

Apology for not being precise. Here I am trying to understand about SYSRES
cloning, so I have referred the Currently Running SYSRES as source SYSRES
and Target Volume specifies as the Volume Which Would be used during
DFSMSdss SYSRES cloning.

This volumes are not SMS managed.

On Tue, Apr 10, 2012 at 9:05 AM, retired mainframer 
retired-mainfra...@q.com wrote:

 We need to get the terminology straight first.  What do you mean by source
 SYSRES and target SYSRES?  Is source the IPL volumes and target the volume
 holding the SMPE target datasets?  Or are you using ServerPac terminology?

 BTW, are any of these volumes SMS managed?

 :: -Original Message-
 :: From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 :: Behalf Of Jake anderson
 :: Sent: Monday, April 09, 2012 8:20 PM
 :: To: IBM-MAIN@bama.ua.edu
 :: Subject: Re: Coding IEASYMxx
 ::
 :: Hi,
 ::
 :: Seasons Greeting !!
 ::
 :: One curious question is that if the Two source SYSRES volumes are in
 :: seperate MOD-3 volumes, but the Target SYSRES Volume is initialized
 :: using
 :: MOD-9. In this scenario how do make use of the SYMBOLIC parameter when
 :: two
 :: Source SYSRES volumes(MOD-3) are copied to Single SYSRES volume(mod-9).

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


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


Questions regarding SMS compacted dataset

2012-04-09 Thread Victor Zhang
Hello,
One simple question#65306;
If the PS data set's SC is defined with COMPACT= YES, then when host read the 
file, will the PS data be rehydrate or not? I mean will uncompressed data be 
return to z/os?

Regards
Victor

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


Re: Questions regarding SMS compacted dataset

2012-04-09 Thread Victor Zhang
Hi all,
Sorry, forgot to mention is if the program trying to read compressed extended 
physical sequential file is ADRDSSU, will only compressed data be  returned? 
How about IEBGEN program?

Regards
Victor

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