Re: can I dynamically increase tso size

2011-01-10 Thread Mike Schwab
ote about Re: can I >>dynamically increase tso size: >>> >>>- Allocate a dataset RECFM=VB, LRECL=27000 >>> >>>- Populate it with 75,000 5-byte records (one data byte) >>> >>>You'll end up with a seven-track dataset which is too big

Re: can I dynamically increase tso size

2011-01-10 Thread Tom Marchant
On Mon, 10 Jan 2011 10:04:50 -0600, Paul Gilmartin wrote: >On Mon, 10 Jan 2011 08:39:01 -0600, Tom Marchant wrote: >> >>Your vote doesn't count, neither does Bob's or mine. >>Only the computer's vote matters. It works the way it works. >> >No. Often the computer can be outvoted by the IS executi

Re: can I dynamically increase tso size

2011-01-10 Thread Paul Gilmartin
On Mon, 10 Jan 2011 08:39:01 -0600, Tom Marchant wrote: > >Your vote doesn't count, neither does Bob's or mine. >Only the computer's vote matters. It works the way it works. > No. Often the computer can be outvoted by the IS executives' wallets. It happens; it's discussed here, regardless that t

Re: can I dynamically increase tso size

2011-01-10 Thread Tom Marchant
On Sun, 9 Jan 2011 20:54:20 -0500, Robert A. Rosenberg wrote: >At 9:17 AM -0500 on 01/09/2011, Bob Rutledge wrote about Re: can I >dynamically increase tso size: >> >>- Allocate a dataset RECFM=VB, LRECL=27000 >> >>- Populate it with 75,000 5-byte records (one data b

Re: can I dynamically increase tso size

2011-01-09 Thread Robert A. Rosenberg
At 10:09 PM -0500 on 01/08/2011, Gerhard Postpischil wrote about Re: can I dynamically increase tso size: On 1/8/2011 8:55 PM, Robert A. Rosenberg wrote: That formula seems to assume RECFM=FB. Since the RECFM is VB, the formula would seem to me to actually be (Number of records*40) + File

Re: can I dynamically increase tso size

2011-01-09 Thread Robert A. Rosenberg
At 9:17 AM -0500 on 01/09/2011, Bob Rutledge wrote about Re: can I dynamically increase tso size: Here's an example, admittedly a pathological one: - Allocate a dataset RECFM=VB, LRECL=27000 - Populate it with 75,000 5-byte records (one data byte) You'll end up with a seven-tra

Re: can I dynamically increase tso size

2011-01-09 Thread Bob Rutledge
Robert A. Rosenberg wrote: At 08:22 -0500 on 01/08/2011, Bob Rutledge wrote about Re: can I dynamically increase tso size: Robert A. Rosenberg wrote: At 15:13 -0500 on 01/07/2011, Bob Rutledge wrote about Re: can I dynamically increase tso size: Krishnan wrote: Hi All I am having a

Re: can I dynamically increase tso size

2011-01-08 Thread Gerhard Postpischil
On 1/8/2011 8:55 PM, Robert A. Rosenberg wrote: That formula seems to assume RECFM=FB. Since the RECFM is VB, the formula would seem to me to actually be (Number of records*40) + File-Size. Since the average file size is 33 bytes not 5000 bytes, that FB formula yields 70MB (which is also what my

Re: can I dynamically increase tso size

2011-01-08 Thread Robert A. Rosenberg
At 08:22 -0500 on 01/08/2011, Bob Rutledge wrote about Re: can I dynamically increase tso size: Robert A. Rosenberg wrote: At 15:13 -0500 on 01/07/2011, Bob Rutledge wrote about Re: can I dynamically increase tso size: Krishnan wrote: Hi All I am having a similar problem. I am unable to

Re: can I dynamically increase tso size

2011-01-08 Thread Big Iron
, McKown, John wrote: >> -Original Message- >> From: IBM Mainframe Discussion List >> [mailto:ibm-m...@bama.ua.edu] On Behalf Of Krishnan >> Sent: Friday, January 07, 2011 1:10 PM >> To: IBM-MAIN@bama.ua.edu >> Subject: Re: can I dynamically increase tso

Re: can I dynamically increase tso size

2011-01-08 Thread Paul Gilmartin
On Sat, 8 Jan 2011 08:22:33 -0500, Bob Rutledge wrote: > >Try it. > >Or search the archives of ISPF-L where you will find... > >"The amount of storage required by the ISPF editor approximates to the >following equation: > >(Number of records * (40 + record length)) > >Note that sites can limit the

Re: can I dynamically increase tso size

2011-01-08 Thread Bob Rutledge
Robert A. Rosenberg wrote: At 15:13 -0500 on 01/07/2011, Bob Rutledge wrote about Re: can I dynamically increase tso size: Krishnan wrote: Hi All I am having a similar problem. I am unable to edit a dataset and instead am getting the 'browse substituted message' The ISP

Re: can I dynamically increase tso size

2011-01-07 Thread Robert A. Rosenberg
At 15:13 -0500 on 01/07/2011, Bob Rutledge wrote about Re: can I dynamically increase tso size: Krishnan wrote: Hi All I am having a similar problem. I am unable to edit a dataset and instead am getting the 'browse substituted message' The ISPF edit was attempted for a da

Re: can I dynamically increase tso size

2011-01-07 Thread Cris Hernandez #9
te a batch program. hernandez --- On Fri, 1/7/11, Krishnan wrote: > From: Krishnan > Subject: Re: can I dynamically increase tso size > To: IBM-MAIN@bama.ua.edu > Date: Friday, January 7, 2011, 2:09 PM > Hi All > > I am having a similar problem. I am unable to edit a >

Re: can I dynamically increase tso size

2011-01-07 Thread Joel C. Ewing
While the active copy of data being edited IS kept in memory, if edit recovery is "ON", when the first change is made the original data and any subsequent changes are also kept in an external edit recovery BACKUP dataset until a SAVE is done and the associated edit pending state data is kept in

Re: can I dynamically increase tso size

2011-01-07 Thread Jonathan Goossen
>>2. The temporary file that edit uses until you save your edits may be too small. >I may be wrong, but I always thought that ISPF EDIT used memory only, except when submitting jobs. >Of course, it's also been over 20 years since I directly supported ISPF. >Does anybody know? Per the ISPF Edit

Re: can I dynamically increase tso size

2011-01-07 Thread Bob Rutledge
Krishnan wrote: Hi All I am having a similar problem. I am unable to edit a dataset and instead am getting the 'browse substituted message' The ISPF edit was attempted for a dataset with following characteristics - RECFM=VB, LRECL=5000. - DSORG=PS - BLOCKSIZE=27998 - It's total size is 31

Re: can I dynamically increase tso size

2011-01-07 Thread McKown, John
X 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 o

Re: can I dynamically increase tso size

2011-01-07 Thread Tom Marchant
On Fri, 7 Jan 2011 13:54:41 -0600, Tom Marchant wrote: >Edit/View does not support that LRECL. Not sure what the maximum is, >but IIRC it used to be 256 bytes. Sorry, I should check before I post. The above is incorrect. -- Tom Marchant

Re: can I dynamically increase tso size

2011-01-07 Thread Lizette Koehler
will be substituted instead. To allow edit to use as much storage as is available, set the value to 0. The default is 0. Lizette -Original Message- >From: Ted MacNEIL >Sent: Jan 7, 2011 2:42 PM >To: IBM-MAIN@bama.ua.edu >Subject: Re: can I dynamically increase tso size &g

Re: can I dynamically increase tso size

2011-01-07 Thread Tom Marchant
On Fri, 7 Jan 2011 13:09:52 -0600, Krishnan wrote: >I am unable to edit a dataset and instead am >getting the 'browse substituted message' > >The ISPF edit was attempted for a dataset with following characteristics > >- RECFM=VB, LRECL=5000. Edit/View does not support that LRECL. Not sure what

Re: can I dynamically increase tso size

2011-01-07 Thread Ted MacNEIL
>IIRC, this can also be controlled via the ISPCONFG process. >In our shop we throw our users into BROWSE if the file is too large. That, again, supports my recollection that EDIT does not use disk for managing files. - Ted MacNEIL eamacn...@yahoo.ca -

Re: can I dynamically increase tso size

2011-01-07 Thread Ted MacNEIL
>2. The temporary file that edit uses until you save your edits may be too >small. I may be wrong, but I always thought that ISPF EDIT used memory only, except when submitting jobs. Of course, it's also been over 20 years since I directly supported ISPF. Does anybody know? - Ted MacNEIL eamac

Re: can I dynamically increase tso size

2011-01-07 Thread Lizette Koehler
IIRC, this can also be controlled via the ISPCONFG process. In our shop we throw our users into BROWSE if the file is too large. The suggestions of logging on with a large region size (if allowed through your security product) or allocating a large file for temp are good. Lizette

Re: can I dynamically increase tso size

2011-01-07 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:ibm-m...@bama.ua.edu] On Behalf Of Krishnan > Sent: Friday, January 07, 2011 1:10 PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: can I dynamically increase tso size > > Hi All > > I am

Re: can I dynamically increase tso size

2011-01-07 Thread Mike Schwab
1. Your site may have set a maximum region size that overrides the setting on your tso login screen. 2. The temporary file that edit uses until you save your edits may be too small. Do a 3.4 on datasets starting with your userid while not editing a file, then again while successfully editing some

Re: can I dynamically increase tso size

2011-01-07 Thread Larry Macioce
When you login in the tso screen has a size parm. You can try to increase the size, but you may be limited to the size you can put in , but it is worth a try Mace -- For IBM-MAIN subscribe / signoff / archive access instructions,

Re: can I dynamically increase tso size

2011-01-07 Thread Krishnan
Hi All I am having a similar problem. I am unable to edit a dataset and instead am getting the 'browse substituted message' The ISPF edit was attempted for a dataset with following characteristics - RECFM=VB, LRECL=5000. - DSORG=PS - BLOCKSIZE=27998 - It's total size is 31MB and has 1003372 r

Re: can I dynamically increase tso size

2010-09-20 Thread Ron Hawkins
Marshall > Sent: Monday, September 20, 2010 4:54 AM > To: IBM-MAIN@bama.ua.edu > Subject: Re: [IBM-MAIN] can I dynamically increase tso size > > >Larry Macioce wrote: > > > >>I need to work on a file and I've tried the 8192k I am allowed but the file > still >

Re: can I dynamically increase tso size

2010-09-20 Thread Jim Marshall
>Larry Macioce wrote: > >>I need to work on a file and I've tried the 8192k I am allowed but the file >>still >comes up in browse mode Can I change it and how large can I change it > Sounds like a good time to install REVIEW from Greg Price. It will handle any size file and I understand one can

Re: can I dynamically increase tso size

2010-09-19 Thread Elardus Engelbrecht
Ted MacNEIL wrote: >>I don't think security policies should have any bearing on the TSO Region size. Just because it is something they can administer doesn't mean they should. Agreed. Auditors will agree on this too. (hopefully... ;-D ) >As I've already stated, that is my position, as a capac

Re: can I dynamically increase tso size

2010-09-18 Thread Ted MacNEIL
>I don't think security policies should have any bearing on the TSO Region >size. Just because it is something they can administer doesn't mean they >should. As I've already stated, that is my position, as a capacity analyst. >But then, Elardus did have a smiley face on that sentence. I caugh

Re: can I dynamically increase tso size

2010-09-18 Thread Ron Hawkins
e- > From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of > Ted MacNEIL > Sent: Saturday, September 18, 2010 9:27 AM > To: IBM-MAIN@bama.ua.edu > Subject: Re: [IBM-MAIN] can I dynamically increase tso size > > >Since I'm more of a RACF guy,

Re: can I dynamically increase tso size

2010-09-18 Thread Ted MacNEIL
>Since I'm more of a RACF guy, you may have difficulty to come up with a good excuse... ;-D Why are you so concerned about whether somebody should have a larger region size, or not. It's a hold-over from before memory became virtual and the small real memories of the 1970's & 1980's. With tod

Re: can I dynamically increase tso size

2010-09-18 Thread Joel C. Ewing
On 09/17/2010 10:19 AM, Larry Macioce wrote: > I need to work on a file and I've tried the 8192k I am allowed but the file > still > comes up in browse mode > Can I change it and how large can I change it > thanks > mace ISPF Editor will by default use storage above 16Mi when available. When yo

Re: can I dynamically increase tso size

2010-09-18 Thread Elardus Engelbrecht
Larry Macioce wrote: >I need to work on a file and I've tried the 8192k I am allowed but the file >still comes up in browse mode Can I change it and how large can I change it Ask your TSO support to enlarge it for you. Failing that, ask your RACF support to increase your SIZE and MAXSIZE for y

Re: can I dynamically increase tso size

2010-09-17 Thread Burrell, C. Todd (CDC/OCOO/ITSO) (CTR)
ITSO (404) 723-2017 (Cell) -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Larry Macioce Sent: Friday, September 17, 2010 11:20 AM To: IBM-MAIN@bama.ua.edu Subject: can I dynamically increase tso size I need to work on a file and I've

Re: can I dynamically increase tso size

2010-09-17 Thread Tony Harminc
On 17 September 2010 14:24, Schwarz, Barry A wrote: > > Your TSO region size does not affect whether the system will edit a dataset. Uh... > If the dataset is too large, you will abend when you run out of virtual > memory. Sure, but it runs out because the TSO region size is too small! Well, i

Re: can I dynamically increase tso size

2010-09-17 Thread Schwarz, Barry A
dataset in question. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Larry Macioce Sent: Friday, September 17, 2010 8:20 AM To: IBM-MAIN@bama.ua.edu Subject: can I dynamically increase tso size I need to work on a file and I've trie

Re: can I dynamically increase tso size

2010-09-17 Thread Veilleux, Jon L
Macioce Sent: Friday, September 17, 2010 11:20 AM To: IBM-MAIN@bama.ua.edu Subject: can I dynamically increase tso size I need to work on a file and I've tried the 8192k I am allowed but the file still comes up in browse mode Can I change it and how large can I change it thanks

Re: can I dynamically increase tso size

2010-09-17 Thread Larry Macioce
it should be my personal signon region size -- 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/archiv

can I dynamically increase tso size

2010-09-17 Thread Larry Macioce
I need to work on a file and I've tried the 8192k I am allowed but the file still comes up in browse mode Can I change it and how large can I change it thanks mace -- For IBM-MAIN subscribe / signoff / archive access instruction