Re: JCL help (yes, with COND)

2012-04-18 Thread Frank Swarbrick
much as I hate COND, at least it "fits" within how JCL otherwise looks, which is more than I can say for IF/THEN/ELSE!  Oh well! Thanks again, Frank > > From: Joel C. Ewing >To: IBM-MAIN@bama.ua.edu >Sent: Wednesday, April 18, 2012 1:1

Re: JCL help (yes, with COND)

2012-04-18 Thread Joel C. Ewing
On 04/18/2012 12:43 PM, Frank Swarbrick wrote: I have the following job (cut down to include only the relevant parts): //VAPPROC4 JOB //BACKUP1 EXEC PROC=SORTBKUP,COND=(4,LT) //EP4INEXEC PROC=EP4IN,COND=(4,LT) //E4INPRT EXEC PROC=E4INPRT // The EP4IN PROC is a vendor supplied proc as fo

JCL help (yes, with COND)

2012-04-18 Thread Frank Swarbrick
I have the following job (cut down to include only the relevant parts): //VAPPROC4 JOB //BACKUP1  EXEC PROC=SORTBKUP,COND=(4,LT) //EP4IN    EXEC PROC=EP4IN,COND=(4,LT) //E4INPRT  EXEC PROC=E4INPRT // The EP4IN PROC is a vendor supplied proc as follows: //EP4IN  PROC //STEP01 EXEC PGM=IEFBR14,

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

2012-04-12 Thread David Crayford
gt; examples of what this list is about that I have seen. > > > On 4/11/2012 10:54 AM, Shaffer, Terri E wrote: >> Kirk, >> First I really want to thank you for all your help. I now finally have a >> valid openssl module >> >> W012108:SDEV(DEV):/u/w01

FW: A deep question about VSAM SHR(4) - can you help?

2012-04-11 Thread Baron Carter
Maybe take a look at SG24-6105 VSAM Demystified. Regards Baron Carter -Original Message- From: Hal Merritt [mailto:hmerr...@jackhenry.com] Sent: Tuesday, April 10, 2012 10:52 Subject: Re: A deep question about VSAM SHR(4) - can you help? Um, be careful about drawing any conclusions from

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

2012-04-11 Thread Shaffer, Terri E
ma.ua.edu Subject: Re: openssl make - z/OS UNIX question - Help Terri - Glad you got it all built. Hopefully it will work too :-) If so, I suggest that you submit your porting notes, including OS level, patches (like to Configure) and any other gotchas upstream to the OpenSSL project. I bel

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

2012-04-11 Thread Kirk Wolf
Terri - Glad you got it all built. Hopefully it will work too :-) If so, I suggest that you submit your porting notes, including OS level, patches (like to Configure) and any other gotchas upstream to the OpenSSL project. I believe that an email to the openssl-users mailing list will suffice.

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

2012-04-11 Thread Steve Comstock
wrote: Kirk, First I really want to thank you for all your help. I now finally have a valid openssl module W012108:SDEV(DEV):/u/w012108/temp/openssl-1.0.1/apps> ./openssl version OpenSSL 1.0.1 14 Mar 2012 How I fixed my issues, was I implemented the fix identified in the PROBLEMS member both

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

2012-04-11 Thread Kirk Wolf
A compiler configuration problem makes perfect sense I should have thought of it. On Wed, Apr 11, 2012 at 11:54 AM, Shaffer, Terri E < terri.e.shaf...@jpmchase.com> wrote: > Kirk, > First I really want to thank you for all your help. I now finally have a > valid openssl mod

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

2012-04-11 Thread Shaffer, Terri E
Kirk, First I really want to thank you for all your help. I now finally have a valid openssl module W012108:SDEV(DEV):/u/w012108/temp/openssl-1.0.1/apps > ./openssl version OpenSSL 1.0.1 14 Mar 2012 How I fixed my issues, was I implemented the fix identified in the PROBLEMS mem

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

2012-04-11 Thread Kirk Wolf
. Find a Unix guru who knows make and the shell really well and they could probably help you. Kirk Wolf Dovetailed Technologies http://dovetail.com On Wed, Apr 11, 2012 at 10:10 AM, Shaffer, Terri E < terri.e.shaf...@jpmchase.com> wrote: > Hi Kirk, > Wow thank you!! I have deleted t

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

2012-04-11 Thread Shaffer, Terri E
gies 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: Tuesday, April 10, 2012 3:52 PM To: IBM-MAIN@bama.ua.edu Subject: Re: openssl make - z/OS UNIX question - Help Terri, I down

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

2012-04-10 Thread Kirk Wolf
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

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

2012-04-10 Thread McKown, John
own, John > Sent: Tuesday, April 10, 2012 2:31 PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: openssl make - z/OS UNIX question - Help > > Ah. how did you create the files? If they were in a tar file, > then you needed to do: > > pax -ofrom=iso8859-1,to=ibm-1047 file.tar >

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

2012-04-10 Thread McKown, John
t; To: IBM-MAIN@bama.ua.edu > Subject: Re: openssl make - z/OS UNIX question - Help > > I just looked at the cversion.c member and I guess this code > doesn't like the backslashes escapes. > > As these are lines 83 and 85 of the source. > > #ifdef CFLAGS

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

2012-04-10 Thread Shaffer, Terri E
Office: # 614-213-3467 Cell: # 412-519-2592 -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Shaffer, Terri E Sent: Tuesday, April 10, 2012 2:52 PM To: IBM-MAIN@bama.ua.edu Subject: Re: openssl make - z/OS UNIX question - Help Hi Kirk,

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

2012-04-10 Thread Shaffer, Terri E
Hi Kirk, I figured out the backslashes in the Configure file on my own with the help of google searches, so I was able to get past passing the compiler parm issue. After it completed: I had to edit the makefile and change the cflag for langlvl and put back the backslashes. CC= xlc

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

2012-04-10 Thread Kirk Wolf
1 >> gmakeÝ1¨: Leaving directory `/u/w012108/temp/openssl-1.0.**1/crypto' >> gmake: *** Ýbuild_crypto¨ Error 1 >> >> So it looks like there is something wrong with the specification but not >> sure what? >> >> I tried looking at the OSXL C/C++User'

Re: A deep question about VSAM SHR(4) - can you help?

2012-04-10 Thread Hal Merritt
ject: Re: A deep question about VSAM SHR(4) - can you help? Thanks Robert. That is exactly what I was thinking. Will be running a test early next week.   Regards,   Mike Kovach     From: Robert A. Rosenberg To: IBM-MAIN@bama.ua.edu Sent: Thursday, April 5, 2012 4:

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

2012-04-10 Thread David Crayford
crypto' gmake: *** Ýbuild_crypto¨ Error 1 So it looks like there is something wrong with the specification but not sure what? I tried looking at the OSXL C/C++User's Guide but there are really no examples on how this would be specified in the perl script. I appreciate your help and sorry

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

2012-04-10 Thread Shaffer, Terri E
lly no examples on how this would be specified in the perl script. I appreciate your help and sorry to be lost. 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-21

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

2012-04-10 Thread Kirk Wolf
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: Monday, Ap

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

2012-04-10 Thread Shaffer, Terri E
on List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Kirk Wolf Sent: Monday, April 09, 2012 4:26 PM To: IBM-MAIN@bama.ua.edu Subject: Re: openssl make - z/OS UNIX question - Help langlvl(longlong) would go on the OS/390 "Configure" line as a compiler (-Wc ) option. If you change Configure, you ne

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

2012-04-09 Thread Kirk Wolf
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: Frida

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

2012-04-09 Thread Shaffer, Terri E
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

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

2012-04-06 Thread Kirk Wolf
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-MA

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

2012-04-06 Thread Shaffer, Terri E
s 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 t

Re: A deep question about VSAM SHR(4) - can you help?

2012-04-06 Thread McKown, John
List > [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Walt Farrell > Sent: Thursday, April 05, 2012 6:16 PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: A deep question about VSAM SHR(4) - can you help? > > On Thu, 5 Apr 2012 07:16:15 -0700, Mike Kovach > wrote: > > >My

Re: A deep question about VSAM SHR(4) - can you help?

2012-04-05 Thread Robert A. Rosenberg
At 18:16 -0500 on 04/05/2012, Walt Farrell wrote about Re: A deep question about VSAM SHR(4) - can you help?: This option requires that the user's program use ENQ/DEQ to maintain data integrity while sharing the data set, including the OPEN and CLOSE processing. User programs that ignor

Re: A deep question about VSAM SHR(4) - can you help?

2012-04-05 Thread Doug
> From: Robert A. Rosenberg > To: IBM-MAIN@bama.ua.edu > Sent: Thursday, April 5, 2012 4:03 PM > Subject: Re: A deep question about VSAM SHR(4) - can you help? > > At 07:16 -0700 on 04/05/2012, Mike Kovach wrote about A deep question about > VSAM SHR(4) - ca

Re: A deep question about VSAM SHR(4) - can you help?

2012-04-05 Thread Walt Farrell
On Thu, 5 Apr 2012 07:16:15 -0700, Mike Kovach wrote: >My specific question is this:   >I want to introduce multi tasking so that 5 copies of the program can update >the file concurrently. If we change STRNO(1) to >STRNO(5) on the CICS FCT Definition, will VSAM be smart enough to manage the >w

Re: A deep question about VSAM SHR(4) - can you help?

2012-04-05 Thread Mike Kovach
) - can you help? At 07:16 -0700 on 04/05/2012, Mike Kovach wrote about A deep question about VSAM SHR(4) - can you help?: > I have a VSAM KSDS CLUSTER which is written to by ONLY ONE PROGRAM in ONLY > ONE CICS REGION. Currently, this file is defined in CICS with STRNO(1).  The > file i

Re: A deep question about VSAM SHR(4) - can you help?

2012-04-05 Thread Robert A. Rosenberg
At 07:16 -0700 on 04/05/2012, Mike Kovach wrote about A deep question about VSAM SHR(4) - can you help?: I have a VSAM KSDS CLUSTER which is written to by ONLY ONE PROGRAM in ONLY ONE CICS REGION. Currently, this file is defined in CICS with STRNO(1).  The file is defined with SHR(4,3

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

2012-04-05 Thread Kirk Wolf
CT 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: Wednesday, April 04, 2012 8:59 AM >

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

2012-04-05 Thread Rob Schramm
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: Wednesday, April 04, 2012 8:59 AM > To: IBM-MAIN

A deep question about VSAM SHR(4) - can you help?

2012-04-05 Thread Mike Kovach
rrent information?   I am interested in any discussion you might share, but I am most interested in a specific reference to a reliable document.   Please help.     Thanks   Mike Kovach -- For IBM-MAIN subscribe / signoff / archive a

Re: VSAM help wanted for random reads

2012-04-05 Thread Staller, Allan
Last time I looked, AIX with upgrade (required for the OP's described conditions) was a *VERY POOR* performer. However, with the small proportion of updates later described, this does not seem like it would have a disproportionate impact. Create an AIX pointing at the file with the AIX key being

Re: VSAM help wanted for random reads

2012-04-05 Thread Ron Hawkins
sure. Ron. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On > Behalf Of Farley, Peter x23353 > Sent: Wednesday, April 04, 2012 6:01 AM > To: IBM-MAIN@bama.ua.edu > Subject: Re: [IBM-MAIN] VSAM help wanted for random reads >

Re: VSAM help wanted for random reads

2012-04-05 Thread Yifat Oren
[mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Joel C. Ewing Sent: Wednesday, April 04, 2012 9:13 PM To: IBM-MAIN@bama.ua.edu Subject: Re: VSAM help wanted for random reads On 04/04/2012 10:37 AM, Chip Grantham wrote: > We have an application like this, that is multiple record types in the > same KSD

Re: VSAM help wanted for random reads

2012-04-04 Thread Robert A. Rosenberg
At 16:33 -0700 on 04/03/2012, Frank Swarbrick wrote about Re: VSAM help wanted for random reads: The idea of putting the record type at the end rather than the beginning is an interesting idea.Ý Unless there's some way of doing that without having to change any programs I don't

Re: VSAM help wanted for random reads

2012-04-04 Thread Ed Finnell
VSAM keeps up with this stuff too. Wouldn't hurt to do a reorg every once in blue moon too! In a message dated 4/4/2012 6:12:16 P.M. Central Daylight Time, martin_pac...@uk.ibm.com writes: out of SMF 62 and 64 that would've told you how much "write" activity you had - and a lot else bes

Re: VSAM help wanted for random reads

2012-04-04 Thread Frank Swarbrick
April 4, 2012 1:34 PM > Subject: Re: VSAM help wanted for random reads > > Not to suggest YOU should've done this but you can get useful statistics > out of SMF 62 and 64 that would've told you how much "write" > activity you > had - and a lot else besides. >

Re: VSAM help wanted for random reads

2012-04-04 Thread Martin Packer
r of Excellence, IBM +44-7802-245-584 email: martin_pac...@uk.ibm.com Twitter / Facebook IDs: MartinPacker Blog: https://www.ibm.com/developerworks/mydeveloperworks/blogs/MartinPacker From: Frank Swarbrick To: IBM-MAIN@bama.ua.edu, Date: 04/04/2012 16:59 Subject: Re: VSAM help wanted for

Re: VSAM help wanted for random reads

2012-04-04 Thread Joel C. Ewing
On 04/04/2012 10:37 AM, Chip Grantham wrote: We have an application like this, that is multiple record types in the same KSDS. We found that if we had a FD for the type '4' records and a FD for the type '5' records (that is two DDs pointing to the same file), that each kept a separate sequence s

Re: VSAM help wanted for random reads

2012-04-04 Thread Frank Swarbrick
32 FREESPACE-%CA-10  X'C95ECB3FB8134004'   REC-RETRIEVED--10103 FREESPC-19886080 I did a delete/define/repro from source for the ICMMSTR file before each run. Thanks for everyone's help! Frank - Original M

Re: VSAM help wanted for random reads

2012-04-04 Thread Frank Swarbrick
That was our original thought, but since we have to open it as I-O it wouldn't work for us.  Well, not without shareoptions 4. Thanks! Frank - Original Message - > From: Chip Grantham > To: IBM-MAIN@bama.ua.edu > Cc: > Sent: Wednesday, April 4, 2012 9:37 AM > Su

Re: VSAM help wanted for random reads

2012-04-04 Thread Chip Grantham
We have an application like this, that is multiple record types in the same KSDS. We found that if we had a FD for the type '4' records and a FD for the type '5' records (that is two DDs pointing to the same file), that each kept a separate sequence set in storage and it ran faster. You might

Re: VSAM help wanted for random reads

2012-04-04 Thread Frank Swarbrick
t; From: Ed Gould >To: IBM-MAIN@bama.ua.edu >Sent: Tuesday, April 3, 2012 6:24 PM >Subject: Re: VSAM help wanted for random reads > >Frank, > >Thanks for reporting back. >One request is there somehow to paste the results so they match up with the >headers ? >

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

2012-04-04 Thread Shaffer, Terri E
o:IBM-MAIN@bama.ua.edu] On Behalf Of Kirk Wolf Sent: Wednesday, April 04, 2012 8:59 AM To: IBM-MAIN@bama.ua.edu Subject: Re: openssl make - z/OS UNIX question - Help So, your files are still in ASCII on z/OS? You may need Gil to help with that :-) Try unwinding the tarball into EBCDIC files: p

Re: VSAM help wanted for random reads

2012-04-04 Thread Farley, Peter x23353
ssage- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Ron Hawkins Sent: Wednesday, April 04, 2012 12:35 AM To: IBM-MAIN@bama.ua.edu Subject: Re: VSAM help wanted for random reads Frank, It is terrific that you are getting an improvement with BLSR. I suspect

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

2012-04-04 Thread Kirk Wolf
So, your files are still in ASCII on z/OS? You may need Gil to help with that :-) Try unwinding the tarball into EBCDIC files: pax -o from=iso8859-1 -rzvf openssl-1.0.1.tar.gz On Wed, Apr 4, 2012 at 6:39 AM, Shaffer, Terri E < terri.e.shaf...@jpmchase.com> wrote: > Sorry about t

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

2012-04-04 Thread Shaffer, Terri E
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: Tuesday, April 03, 2012 3:11 PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: openssl make - z/OS UNIX

Re: VSAM help wanted for random reads

2012-04-04 Thread Martin Packer
: VSAM help wanted for random reads Sent by: IBM Mainframe Discussion List Frank, It is terrific that you are getting an improvement with BLSR. I suspect you are using a vanilla copy of an example in the BLSR manual similar to Peter Farley's example in his post. The problem is these

Re: VSAM help wanted for random reads

2012-04-03 Thread Ron Hawkins
u] On > Behalf Of Frank Swarbrick > Sent: Tuesday, April 03, 2012 4:33 PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: [IBM-MAIN] VSAM help wanted for random reads > > Several good ideas given. > > My sysprog installed BLSR and I got very good results: > > Witho

Re: VSAM help wanted for random reads

2012-04-03 Thread Ed Gould
Frank, Thanks for reporting back. One request is there somehow to paste the results so they match up with the headers ? Ed On Apr 3, 2012, at 6:33 PM, Frank Swarbrick wrote: Several good ideas given. My sysprog installed BLSR and I got very good results: Without BLSR: -

Re: VSAM help wanted for random reads

2012-04-03 Thread Frank Swarbrick
Several good ideas given. My sysprog installed BLSR and I got very good results: Without BLSR: -      -TIMINGS (MINS.)--  -PAGING COUNTS -STEPNAME PROCSTEP    RC   EXCP   CONN   TCB   SRB  CLOCK  SERV  WORKLOA

Re: VSAM help wanted for random reads

2012-04-03 Thread Mike Schwab
For right now, apply to '4' accounts, save misses to a file, then close and open for input and process the '5' account and report the misses. I assume the input is sorted into ascending order for the fast results. How about changing the key definition so the account number is in front and the acc

Re: VSAM help wanted for random reads

2012-04-03 Thread Doug
Have you looked at adding BUFNI and/or BUFND to the JCL DD ? Do you have any vendor products doing VSAM tuning ? possibly doing buffer tuning.. Regards, Doug Sent from my iPhone On Apr 3, 2012, at 17:55, Steve Comstock wrote: > On 4/3/2012 3:23 PM, Frank Swarbrick wrote: >> Current program

Re: VSAM help wanted for random reads

2012-04-03 Thread Steve Comstock
On 4/3/2012 3:23 PM, Frank Swarbrick wrote: Current program does the following (in COBOL!). - Opens KSDS for I-O - Sequentially processes another file (non-VSAM). - For each record in the non-VSAM file it attempts a random (keyed) read of arecord on the KSDS file. The key is, essentially, a conc

Re: VSAM help wanted for random reads

2012-04-03 Thread Frank Swarbrick
Should have mentioned, that is a thought we've considered.  And we may end up doing.  Just wanted a better way, if there is one. Frank > > From: Fred Hoffman >To: IBM-MAIN@bama.ua.edu >Sent: Tuesday, April 3, 2012 3:34 PM >Subject: Re:

Re: VSAM help wanted for random reads

2012-04-03 Thread Frank Swarbrick
: IBM-MAIN@bama.ua.edu >Sent: Tuesday, April 3, 2012 3:33 PM >Subject: Re: VSAM help wanted for random reads > >Frank, > >Try using batch local shared resources (SUBSYS=BLSR) for the file, and specify >at least twice as many index buffers for it as you have levels in the KS

Re: VSAM help wanted for random reads

2012-04-03 Thread Hal Merritt
. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Frank Swarbrick Sent: Tuesday, April 03, 2012 4:24 PM To: IBM-MAIN@bama.ua.edu Subject: VSAM help wanted for random reads Current program does the following (in COBOL!). - Opens KSDS for I-O

Re: VSAM help wanted for random reads

2012-04-03 Thread Fred Hoffman
Run the 4's then run the 5's. It can't be that simple. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Frank Swarbrick Sent: Tuesday, April 03, 2012 4:24 PM To: IBM-MAIN@bama.ua.edu Subject: VSAM help wanted for random

Re: VSAM help wanted for random reads

2012-04-03 Thread Farley, Peter x23353
ate it. See the JCL Reference manual for the parameters to use. HTH Peter -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Frank Swarbrick Sent: Tuesday, April 03, 2012 5:24 PM To: IBM-MAIN@bama.ua.edu Subject: VSAM help wanted for random read

VSAM help wanted for random reads

2012-04-03 Thread Frank Swarbrick
Current program does the following (in COBOL!). - Opens KSDS for I-O - Sequentially processes another file (non-VSAM). - For each record in the non-VSAM file it attempts a random (keyed) read of a record on the KSDS file.  The key is, essentially, a concatenation of a record type code ('4' or '5

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

2012-04-03 Thread Kirk Wolf
o. > 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: Tuesday, April

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

2012-04-03 Thread Rob Schramm
> > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf > Of Kirk Wolf > Sent: Tuesday, April 03, 2012 3:11 PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: openssl make - z/OS UNIX question - Help > > Do this first: > ./

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

2012-04-03 Thread Shaffer, Terri E
# 412-519-2592 -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Kirk Wolf Sent: Tuesday, April 03, 2012 3:11 PM To: IBM-MAIN@bama.ua.edu Subject: Re: openssl make - z/OS UNIX question - Help Do this first: ./config --prefix=/usr/local --o

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

2012-04-03 Thread Kirk Wolf
h 14. > > I'm sorry my Perl experience is non-existent, so yet another limitation. > > Any idea of why I would get the syntax error? Or did I do something wrong. > > Thank for you help! > > Ms. Terri E. Shaffer > terri.e.shaf...@jpmchase.com > Engineer > J.P.Morgan

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

2012-04-03 Thread Rob Schramm
onfig 1: syntax error: got ), expecting Newline > W012108:SDEV(DEV):/u/w012108/temp/openssl-1.0.1 > > > I am executing the 1.0.1 version as on March 14. > > I'm sorry my Perl experience is non-existent, so yet another limitation. > > Any idea of why I would get the synta

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

2012-04-03 Thread Shaffer, Terri E
penssl-1.0.1 > I am executing the 1.0.1 version as on March 14. I'm sorry my Perl experience is non-existent, so yet another limitation. Any idea of why I would get the syntax error? Or did I do something wrong. Thank for you help! Ms. Terri E. S

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

2012-04-03 Thread Kirk Wolf
to the Configure perl script. Kirk Wolf Dovetailed Technologies http://dovetail.com On Tue, Apr 3, 2012 at 12:28 PM, Shaffer, Terri E < terri.e.shaf...@jpmchase.com> wrote: > Thanks Kirk, > LOL, Yes I am in slightly over my head, but that another political story > as far as that hel

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

2012-04-03 Thread Shaffer, Terri E
Thanks Kirk, LOL, Yes I am in slightly over my head, but that another political story as far as that help goes. If I look at where I exploded the tarball I see a Configure file that I see is expecting the over-rides you mention. Configure Viewed File rwxrwxr-x I also have

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

2012-04-03 Thread Kirk Wolf
ut be forewarned that this is tricky stuff. If you haven't worked with the GNU toolchain and z/OS Unix extensively, you make want to get help. Some prereqs: - perl from IBM Ported Tools for z/OS or your own port - gmake -- setup: - assuming that perl and gmake are in /usr/local/bin, add /usr/local/b

openssl make - z/OS UNIX question - Help

2012-04-03 Thread Shaffer, Terri E
Hi, I have cross-posted this on the MVS-OE page but hope someone can help me here... I am having an issue with doing a make on building a newer version on openssl. I download the new tar from openssl.orq and have it exploded to my directory. I then changed to the ssl directory and can see

Re: RACF Help

2012-04-02 Thread retired mainframer
Beware the extra space in the url Greg posted. :>: -Original Message- :>: From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On :>: Behalf Of Mark Steely :>: Sent: Monday, April 02, 2012 1:42 PM :>: To: IBM-MAIN@bama.ua.edu :>: Subject: Re: RACF Help :&

Re: RACF Help

2012-04-02 Thread Mark Steely
a.edu Subject: Re: RACF Help The source is at http://zjournal.tcipubs.com/issues/DouglasUtilities.html Google is your friend. Search for CNV2UGRP and read the articles which describe how to use it. :>: -Original Message- :>: From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama

Re: RACF Help

2012-04-02 Thread Mark Steely
I found that also.. The site does not exist. Thanks -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Greg Shirey Sent: Monday, April 02, 2012 3:38 PM To: IBM-MAIN@bama.ua.edu Subject: Re: RACF Help I found this reference on the

Re: RACF Help

2012-04-02 Thread retired mainframer
f Of Mark Steely :>: Sent: Monday, April 02, 2012 12:31 PM :>: To: IBM-MAIN@bama.ua.edu :>: Subject: RACF Help :>: :>: For some reason I am experiencing problems with the RACF Group Listserv. :>: I need a little help. We have reached the connect limit on one of our :>: group

Re: RACF Help

2012-04-02 Thread Greg Shirey
[mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Mark Steely Sent: Monday, April 02, 2012 2:31 PM To: IBM-MAIN@bama.ua.edu Subject: RACF Help For some reason I am experiencing problems with the RACF Group Listserv. I need a little help. We have reached the connect limit on one of our groups. I would

RACF Help

2012-04-02 Thread Mark Steely
For some reason I am experiencing problems with the RACF Group Listserv. I need a little help. We have reached the connect limit on one of our groups. I would like to make this a universal group and I have found reference to program CNV2UGRP. We are z/OS v1r11. Does anyone know where I can get

Re: I need help about tuning NFS

2012-03-21 Thread Marc Manuel
Hello, Thank you for your answer. I tried to make a change in NFSATTR : readtimeout(90) to readtimeout(30), and now everything is fine! Regards. Marc. 2012/3/20 Paul Gilmartin > On Tue, 20 Mar 2012 17:11:54 +0100, Marc Manuel wrote: > > > >I've just setup the nfs server on z/OS 1.11. > > > >

Re: I need help about tuning NFS

2012-03-20 Thread Paul Gilmartin
On Tue, 20 Mar 2012 17:11:54 +0100, Marc Manuel wrote: > >I've just setup the nfs server on z/OS 1.11. > >From an AIX 6.3 client, I try to copy 395 mvs files, ... >cp /mnt/mvs/* /data/mvs > >IKJ56220I DATA SET UDMZ.A500.TESTNFS.AR82000.C1904293 NOT ALLOCATED, TOO >MANY DA >IKJ56220I MAXIMUM NUMBER

I need help about tuning NFS

2012-03-20 Thread Marc Manuel
Hello, I've just setup the nfs server on z/OS 1.11. >From an AIX 6.3 client, I try to copy 395 mvs files, total tracks for all files is about 28670 tracks. cp /mnt/mvs/* /data/mvs Most of the files are copied OK but for some of them, I got IO Error on the client side and some warnings and error

Re: JES2 OFFLOAD - requesting help, ideas, etc.

2012-02-27 Thread Greg Shirey
Bruce, We do a "disk to disk" offload every night, issuing the following commands at 23:00: $T OFFLOAD1,DSN=SYS3.JES2.OFFLOAD $TOFF1.ST,Q=US $S OFFLOAD1,TYPE=TRANSMIT At 24:00, we issue: $P OFFLOAD1 SYS3.JES2.OFFLOAD is a permanent data set on a 3390-9 defined

Re: JES2 OFFLOAD - requesting help, ideas, etc.

2012-02-26 Thread Tony Harminc
On 25 February 2012 22:17, Robert A. Rosenberg wrote: > At 15:55 -0500 on 02/23/2012, Tony Harminc wrote about Re: JES2 OFFLOAD - > requesting help, ideas, etc.: > > >> The latter is what would result from using my catalogued tape dataset >> suggestion, if it works at all.

Re: JES2 OFFLOAD - requesting help, ideas, etc.

2012-02-25 Thread Robert A. Rosenberg
At 15:55 -0500 on 02/23/2012, Tony Harminc wrote about Re: JES2 OFFLOAD - requesting help, ideas, etc.: The latter is what would result from using my catalogued tape dataset suggestion, if it works at all. There would be multiple, unrelated offload datasets that just happen to be on the same

Re: JES2 OFFLOAD - requesting help, ideas, etc.

2012-02-23 Thread Tony Harminc
On 23 February 2012 13:52, Bruce Richardson wrote: > Hello IBM-MAIN people, Hi Bruce - long time, etc... >    One of our difficult processes is the JES2 OFFLOAD. Every weekday night > (at 18:30) we start the offload of production output to tape (with PURGE). > Before the new tape library, this

Re: JES2 OFFLOAD - requesting help, ideas, etc.

2012-02-23 Thread Ulrich Krueger
There are a few vendor products out there on the market that could help you with "offloading" production joblogs and reports. They are generally called "SYSOUT archivers" and can take what you are doing (and even Lizette's suggestion) to a higher level. One product that

Re: JES2 OFFLOAD - requesting help, ideas, etc.

2012-02-23 Thread Lizette Koehler
> > Hello IBM-MAIN people, > We recently have installed a new IBM Tape Library (without a VTS) to replace a > very old STK Silo; so we are migrating our tape usage from 3490's to 3590's - about a > hundred-fold increase increase in capacity per cartridge (and will have many fewer > cartridges!

JES2 OFFLOAD - requesting help, ideas, etc.

2012-02-23 Thread Bruce Richardson
Hello IBM-MAIN people, We recently have installed a new IBM Tape Library (without a VTS) to replace a very old STK Silo; so we are migrating our tape usage from 3490's to 3590's - about a hundred-fold increase increase in capacity per cartridge (and will have many fewer cartridges!)! This ch

Re: MCDS Dataset Help

2012-01-27 Thread George Rodriguez
not been recycled). > > Thanks, > > Hervey > > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On > Behalf Of George Rodriguez > Sent: Friday, January 27, 2012 11:31 AM > To: IBM-MAIN@bama.ua.edu > Subject: Re: MCDS Data

Re: MCDS Dataset Help

2012-01-27 Thread Hervey Martinez
to the same tape where it was before(provided the tape has not been recycled). Thanks, Hervey -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of George Rodriguez Sent: Friday, January 27, 2012 11:31 AM To: IBM-MAIN@bama.ua.edu Subje

Re: MCDS Dataset Help

2012-01-27 Thread George Rodriguez
ave O'Brien > NIH Contractor > > From: George Rodriguez [george.rodrig...@palmbeachschools.org] > Sent: Friday, January 27, 2012 11:10 AM > To: IBM-MAIN@bama.ua.edu > Subject: Re: MCDS Dataset Help > > Okay, I'll bite. Where does one place the RECONNECT parm

Re: MCDS Dataset Help

2012-01-27 Thread George Rodriguez
Thanks... * * *George Rodriguez* *Specialist II - IT Solutions* *Application Support / Quality Assurance* *PX - 47652* *(561) 357-7652 (office)* *(561) 707-3496 (mobile)* *School District of Palm Beach County* *3348 Forest Hill Blvd.* *Room B-251* *West Palm Beach, FL. 33406-5869* *Florida's Only A

Re: MCDS Dataset Help

2012-01-27 Thread Staller, Allan
This is set up during HSM initialization(or dynamically). Check the fine manuals regarding SETSYS TAPEMIGRATION RECONNECT(ALL) Okay, I'll bite. Where does one place the RECONNECT parm? -- For IBM-MAIN subscribe / signoff / ar

Re: MCDS Dataset Help

2012-01-27 Thread O'Brien, David W. (NIH/CIT) [C]
setsys TAPEMIGRATION(ML2TAPE(TAPE(3590-1))RECONNECT(ALL)) Thank You, Dave O'Brien NIH Contractor From: George Rodriguez [george.rodrig...@palmbeachschools.org] Sent: Friday, January 27, 2012 11:10 AM To: IBM-MAIN@bama.ua.edu Subject: Re: MCDS Dataset

Re: MCDS Dataset Help

2012-01-27 Thread George Rodriguez
Only A-Rated Urban District For Seven Consecutive Years* On Fri, Jan 27, 2012 at 11:01 AM, Staller, Allan wrote: > This will not help the MCDS space utilization issue. It will only save > the migration time/CPU. > > > If they are recalling and migrating datasets quickly, RECONNE

Re: MCDS Dataset Help

2012-01-27 Thread George Rodriguez
Okay, I'll bite. Where does one place the RECONNECT parm? * * *George Rodriguez* *Specialist II - IT Solutions* *Application Support / Quality Assurance* *PX - 47652* *(561) 357-7652 (office)* *(561) 707-3496 (mobile)* *School District of Palm Beach County* *3348 Forest Hill Blvd.* *Room B-251* *We

Re: MCDS Dataset Help

2012-01-27 Thread Staller, Allan
This will not help the MCDS space utilization issue. It will only save the migration time/CPU. If they are recalling and migrating datasets quickly, RECONNECT can "reuse" the migrated copy and save writing out th

  1   2   3   4   5   6   7   8   9   10   >