Re: Crypto Facility performance.

2013-04-27 Thread zMan
zSeries doesn't support Protected Key. Oh, wait,you probably *really* meant System z. It's been eight years, time to upgrade your terminology, eh? On Fri, Apr 26, 2013 at 10:52 PM, Tim Henness ibmm...@henness.org wrote: It is *theoretically* possible for someone with physical access to the

Re: Crypto Facility performance.

2013-04-27 Thread zMan
Absolutely, only I'm not sure I'd use that analogy, since skimmers are real and on the rise! On Sat, Apr 27, 2013 at 10:52 AM, Paul Gilmartin paulgboul...@aim.comwrote: On Fri, 26 Apr 2013 22:52:26 -0400, Tim Henness wrote: It is *theoretically* possible for someone with physical access to

Re: Crypto Facility performance.

2013-04-27 Thread Anne Lynn Wheeler
paulgboul...@aim.com (Paul Gilmartin) writes: This is similar to credit card skimmers in ATMs. It's *theoretically* possible but entirely implausible that some such person replace the entire z with a counterfeit look-alike ... early in the century there was a large pilot deployment of EMV

Re: Crypto Facility performance.

2013-04-27 Thread Scott Ford
Guys, I have a question , can a vendor use crypto services on Z without the crypto Card ? Scott ford www.identityforge.com from my IPAD 'Infinite wisdom through infinite means' On Apr 27, 2013, at 2:07 PM, Anne Lynn Wheeler l...@garlic.com wrote: paulgboul...@aim.com (Paul Gilmartin)

Run a REXX from JCL stream

2013-04-27 Thread Graham Hobbs
Hello, Am a 'not a sysprog' doing stuff at Dallas IIC under z/OS. Another prob (for me anyway). Have a JCL stream, first step is supposed to run a REXX pgm but it won't. Googling didn't help. Can anybody tell me what I've missed. JCL I sub is: //ATEST JOB (CONRAD-B),'IBMUSE2',

Re: Run a REXX from JCL stream

2013-04-27 Thread John McKown
REXX programs cannot be written inline. You must save it in a PDS. You then allocate that PDS to either SYSPROC or SYSEXEC. You can then run it like: //REXX EXEC PGM=IKJEFT01 //SYSECEC DD DISP=SHR,DSN=PDS.containing.REXX.pgm //SYSTSPRT DD SYSOUT=* //SYSTSIN DD * %rexxpgm /* // Where rexxpgm is

Re: Run a REXX from JCL stream

2013-04-27 Thread Gerhard Postpischil
On 4/27/2013 8:27 PM, Graham Hobbs wrote: Hello, Am a 'not a sysprog' doing stuff at Dallas IIC under z/OS. Another prob (for me anyway). Have a JCL stream, first step is supposed to run a REXX pgm but it won't. Googling didn't help. Can anybody tell me what I've missed. JCL I sub is: //ATEST

Re: Run a REXX from JCL stream

2013-04-27 Thread Hardee, Chuck
Graham, Try this: //ATEST JOB (CONRAD-B),'IBMUSE2', // CLASS=A,MSGCLASS=0,MSGLEVEL=(1,1) //JOBLIB DD DSN=VENDOR.LINKLIB.SECOND,DISP=SHR //*-- //STEPNAME EXEC PGM=IKJEFT01

Re: Run a REXX from JCL stream

2013-04-27 Thread Graham Hobbs
Gentlemen, Despite the fact that it's Saturday evening, latish, thirty minutes after posting:-), I got the perfect answers. Works a treat. Can't thankyou enough, Graham - Original Message - From: Hardee, Chuck chuck.har...@thermofisher.com Newsgroups: bit.listserv.ibm-main To:

Re: Run a REXX from JCL stream

2013-04-27 Thread Paul Gilmartin
On Sat, 27 Apr 2013 19:49:23 -0500, John McKown wrote: REXX programs cannot be written inline. ... Perhaps. There may be an undocumented, probably unintended, certainly unsupported back door: it has been reported that if you invoke IRXJCL supplying binary zeroes in PARM as a member name, the