Re: non-module-PDS and VLF

2011-05-13 Thread Ron Hawkins
Monika, Provided it is a PDS you can FREEZE the library in LLA to avoid BLDL IO. Non load module PDS-E will not be honored as FROZEN by LLA. There will be no member caching of non load module PDS or PDS-E in VLF unless it is a REXX or CLIST using EXEC, and you specify the class for IKJEXEC in you

Re: Aw: Re: non-module-PDS and VLF

2011-05-13 Thread Ron Hawkins
Ed, > I consider that cheaper and a lot less cumbersome than VLF. > I was at one place and they had a good size turnover of Sysprogs and none of > them even thought about VLF after applying fixes. > There was a decent number of head scratching as to why fixes didn't fix. [Ron Hawkins] VLF cachin

Mainframe Teaching Assignment

2011-05-13 Thread Quasar Chunawala
Hello, I am a COBOL Programmer, having a decent industrial experience of 3 Years, now. I have good teaching ability, and a good power expression. I am able to articulate myself well. I have a flair for writing, blogging, and I regularly publish articles on my website http://www.mainframes360.com.

Re: Migration Webcast

2011-05-13 Thread Shane Ginnane
For those interested, despite not being listed as a supported O/S, it seems you should be able to view this on Linux. If you happen to have installed such monstrosities as flash and javascript. I keep one such system (normally locked away in a dark cupboard), and was able to pass (all) the system c

Re: Aw: Re: non-module-PDS and VLF

2011-05-13 Thread Ed Gould
Mark: Well I for one put all ISPF modules in LPALST and there are very few (last time I checked anyway) not rent ISPF modules. I consider that cheaper and a lot less cumbersome than VLF. I was at one place and they had a good size turnover of Sysprogs and none of them even thought about VLF aft

Re: Migration Webcast

2011-05-13 Thread Shane Ginnane
D'oh ... Friday -- 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: Migration Webcast

2011-05-13 Thread Shane Ginnane
Hmmm - that would be 01:00 Thurs AEST ... Let's hope their site is back up in time. It's not responding to pings at present, and when it was (on a Linux machine) privoxy blocked (presumably) the redirections they are using to get to (e.g) the FAQ page. Found a Windows machine to check out the

Re: Omon/Epilog question

2011-05-13 Thread Walter Medenbach
The same commands can be used in batch mode Walter Medenbach Performance Analyst IBM Australia On Thu, May 12, 2011 at 2:44 PM, Cobe Xu wrote: > Hi list, > > How to use archived EDS (regardless active ones in EDSLIST) when involve > EPILOG in batch mode? > In panel mode, I know DAT ADD and DAT

Re: Aw: Re: non-module-PDS and VLF

2011-05-13 Thread Mark Zelden
On Fri, 13 May 2011 13:33:35 -0700, Ed Gould wrote: >Follow up to this question. > >Has anyone put the ISPF (load libs) in VLF and found it to help TSO response >time? > >Ed > For many years. They are in the LNKLST, so they get LLA and VLF benefit. I put other ISPLLIBs in the LNKLST also.An

Re: Copying tapes with 256K blocksizes

2011-05-13 Thread Ed Gould
From: Rick Fochtman To: IBM-MAIN@bama.ua.edu Sent: Fri, May 13, 2011 3:32:34 PM Subject: Re: Copying tapes with 256K blocksizes - IIRC, IEHMOVE was a programming exercise for a IBM Assembler

Re: Aw: Re: non-module-PDS and VLF

2011-05-13 Thread Ed Gould
Follow up to this question. Has anyone put the ISPF (load libs) in VLF and found it to help TSO response time? Ed From: Monika Amiss To: IBM-MAIN@bama.ua.edu Sent: Thu, May 12, 2011 4:32:13 AM Subject: Aw: Re: non-module-PDS and VLF Hello Kees, thank yo

Re: Copying tapes with 256K blocksizes

2011-05-13 Thread Rick Fochtman
Rick: When I first saw your suggestion I almost lost my lunch:(: I guess you are serious.. I would never in 1000 years suggest IEHMOVE to anyone (even an enemy). My use of it dropped to zero back in the 1980's. It has t

Re: DFSORT E35 problem

2011-05-13 Thread Frank Yaeger
daver on IBM Mainframe Discussion List wrote on 05/13/2011 09:35:15 AM: > It is a COBOL exit, and the COBEXIT=COB2 took care of it! Thanks so much > for the help John. And thank you Frank for offering your assistance on > an outdated product, I really appreciate it! I'm glad to hear that solved t

Re: Truly ignorant VSAM question

2011-05-13 Thread John McKown
I assume you mean a VSAM KSDS. That is a keyed VSAM file. VDAM also has ESDS (entry sequenced, aka sequential ), RRDS (relative number, fixed sized record length ), VRRDS (relative number, variable length records ), and LINEAR. The key for a KSDS VSAM dataset is part of the record itself. That is,

Re: Copying tapes with 256K blocksizes

2011-05-13 Thread Ed Gould
From: Rick Fochtman To: IBM-MAIN@bama.ua.edu Sent: Thu, May 12, 2011 2:21:15 PM Subject: Re: Copying tapes with 256K blocksizes -SNIP Does the name "TAPE" appear in your device

Re: migrated dataset size

2011-05-13 Thread Lizette Koehler
> >Hi all, > > We have to estimate the size of migrated datasets. How could we >do ? > > Will this do what you want? If you do an HLIST dsn(/) MCDS you will get the following DSN=STC04522.D2011019.T085437 MIGVOL=300751 DSO=PS SDSP=NO LAST REF=11/01/23 MIG=11/03/17 TRKS=030 2K

Re: Trademarks (was: "Under z/OS Unix")

2011-05-13 Thread Ron Hawkins
What about IBM? > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of > Pearce, Colin E > Sent: Thursday, May 12, 2011 12:05 PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: [IBM-MAIN] Trademarks (was: "Under z/OS Unix") > > And Ims, I

Re: DFSORT E35 problem

2011-05-13 Thread daver++
It is a COBOL exit, and the COBEXIT=COB2 took care of it! Thanks so much for the help John. And thank you Frank for offering your assistance on an outdated product, I really appreciate it! > Original Message > Subject: Re: DFSORT E35 problem > From: John McKown > Date: Fri, May

Re: DFSORT E35 problem

2011-05-13 Thread Frank Yaeger
John McKown on IBM Mainframe Discussion List wrote on 05/13/2011 08:55:00 AM: > Frank may correct me on this, but this problem sounds similar to one I > had with a different product. It was calling a COBOL subroutine, but was > not setting up an LE environment (due to an error on my part). So each

Re: DFSORT E35 problem

2011-05-13 Thread John McKown
Frank may correct me on this, but this problem sounds similar to one I had with a different product. It was calling a COBOL subroutine, but was not setting up an LE environment (due to an error on my part). So each invocation of the subroutine created and destroyed the LE environment, leading to a

Re: DFSORT E35 problem

2011-05-13 Thread Frank Yaeger
daver on IBM Mainframe Discussion List wrote on 05/13/2011 06:44:58 AM: > I'm running into a weird problem with an E35 sort exit under DFSORT REL > 14.0. Every time the exit executes, it has completely reset itself. From > variables to files that have to be reopened with each new record. I > previ

Migration Webcast

2011-05-13 Thread John Eells
If you are planning to migrate from z/OS R10 or R11 to R12, you might find this free webcast useful: "Accelerate your migration to z/OS V1R12," presented by Marna Walle. The webcast is scheduled for Thursday, May 26, 2011 at 11:00AM EDT. (You should log on a bit early, by 10:45AM EDT). Prere

Re: migrated dataset size

2011-05-13 Thread Mike Schwab
Since many mainframe files are fixed number of columns for each field, many mainframe files will compress at a average 4:1 ratio, vs ASCII delimited files which average a 2:1 ratio. Each file will vary. If you have an HSM backup of a particular file, it should be the same size as the migrated fil

migrated dataset size

2011-05-13 Thread CUNY Yann
Hi all, We have to estimate the size of migrated datasets. How could we do ? Thanks, in advance. Regards. Ce message est confidentiel; Son contenu ne represente en aucun cas un engagement de la part de AXA Technology Services (AXA Tech) sous reserve de tout accord conclu par ecrit

Re: non-module-PDS and VLF

2011-05-13 Thread Shmuel Metz (Seymour J.)
In <1172756478.595508.1305191624118.javamail.ngm...@webmail10.arcor-online.net>, on 05/12/2011 at 11:13 AM, Monika Amiss said: > we habe a PDS with some members (no modules but characters) which >is rarely updated. Can I put this Dataset in LLA and VLF (with FREEZE >option) without touching a

DFSORT E35 problem

2011-05-13 Thread daver++
I'm running into a weird problem with an E35 sort exit under DFSORT REL 14.0. Every time the exit executes, it has completely reset itself. From variables to files that have to be reopened with each new record. I previously developed on a z/VSE system, and I took my object code from there and linke

Re: non-module-PDS and VLF

2011-05-13 Thread Hunkeler Peter (KIUP 4)
>Is DLF an option to cache the member data? DLF is for Hiperbatch (only, IIRC). Hiperbatch can keep data sets in memory if the data is accessed via QSAM or VSAM (no PDS Members). You would need to move your data from a PDS member into a PS data set, setup Hiperbatch and start DLF. See the "Hiper

Re: Truly ignorant VSAM question

2011-05-13 Thread John McKown
There are 4 different types of VSAM files. The most common is the KSDS (Keyed Sequential Data Set). I assume that is the one you're interested in. For completeness, there is also: the ESDS (Entry Sequenced) which is basically like a sequential file; the RRDS (Relative Record) in which each record i

AUTO: Randy Barnett is out of the office. (returning 05/16/2011)

2011-05-13 Thread Randy Barnett
I am out of the office until 05/16/2011. Vacation. A time of rest and recreation and hopefully, rejuvenation. Please leave me a message and I will return it when I return. My backup is Mike Fay (km...@us.ibm.com) 1-704-843-8443 Note: This is an automated response to your message "IBM-MAIN Dige

Re: Truly ignorant VSAM question

2011-05-13 Thread Kenneth J. Kripke
You had made mention of some tips and reference material. One RedBook publication that gives a fairly good overview of VSAM is Vsam Demystified. Also, if you look at the publications DFSMS Using Data Sets Document Number SC26-7410-10 This will help in understanding the structure of a VSAM data

AUTO: Jim Obrizok is out of the office on vacation, returning Monday, May 16th. (returning 05/16/2011)

2011-05-13 Thread James Obrizok
I am out of the office until 05/16/2011. If this is a emergency, please contact my backup - Fernando Vega - on 1-404-238-4580, or fv...@us.ibm.com. Thank you. Note: This is an automated response to your message "IBM-MAIN Digest - 11 May 2011 to 12 May 2011 (#2011-132)" sent on 5/13/11. This is

Re: ABCs of z/OS System Programming: Volume 5 - May 2011

2011-05-13 Thread Alvaro Guirao Lopez
Thanks for the info :-) 2011/5/13 Edward Jaffe > http://www.redbooks.ibm.com/redbooks/pdfs/sg246985.pdf > > -- > Edward E Jaffe > Phoenix Software International, Inc > 831 Parkview Drive North > El Segundo, CA 90245 > 310-338-0400 x318 > edja...@phoenixsoftware.com > http://www.phoenixsoftware.c