Hi All,

Thanks all for valuable inputs, it worked.

Thank you..!!

Vinoth M

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of TonyIcloud-OPERA
Sent: Thursday, August 07, 2014 7:59 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: TSO Logon region size increase

Hello Vinoth, here is a method that I have used in the past to change this 
value for all users that currently have a TSO segment.

1. Obtain a list of all user ACIDs that have a TSO segment.  The TS database 
unload can be used to create this list.  If you need further advice on this 
task let us know.

2. Once the list is obtained in a dataset, FB-80, ACID in columns 1-8 create a 
small DF/SORT job.

//step1 exec pgm=sort
//sysout dd sysout=*
//sortin dd dsn=your.list.of.TSO.users,disp=old
//sortout dd dsn=your.new.list.of.tss.commands,disp=(new,catlg,)
//sysin dd *
  sort fields=copy
  outfil outrec=(c'tss add('
                 01,08,c') ',
                 c'tsolsize(8m)'
                 50x                fill to 80 ??

3. execute the output file.

P.S.  Please double check syntax of the TSS ADD command, I'm keying from memory.






On Thu, 07 Aug 2014 08:41:17 -0500, John P Kalinich <jkali...@csc.com>
wrote:

> Vinoth,
>
> Ask your Top-Secret Security Administrator if there is a global option 
> to set the default TSO logon region.  If not, you may have to define 
> it for each userid.
>
> Regards,
> John K
>
> IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> wrote on
> 08/07/2014 08:25:20 AM:
>
>> From: "Meenakshi, Vinoth - CW" <vinoth.meenak...@bestbuy.com>
>> To: IBM-MAIN@LISTSERV.UA.EDU
>> Date: 08/07/2014 08:26 AM
>> Subject: Re: TSO Logon region size increase Sent by: IBM Mainframe 
>> Discussion List <IBM-MAIN@LISTSERV.UA.EDU>
>>
>> Hi,
>>
>> Do we need to define the region size in Security tool, CA-TSS is tool 
>> we are using.
>>
>> Thanks
>>
>> -----Original Message-----
>> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU 
>> ] On Behalf Of Meenakshi, Vinoth - CW
>> Sent: Thursday, August 07, 2014 4:57 PM
>> To: IBM-MAIN@LISTSERV.UA.EDU
>> Subject: Re: TSO Logon region size increase
>>
>> Hi John,
>>
>> We are using CA-Top Secret security tool.
>>
>> -----Original Message-----
>> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU 
>> ] On Behalf Of John P Kalinich
>> Sent: Thursday, August 07, 2014 4:54 PM
>> To: IBM-MAIN@LISTSERV.UA.EDU
>> Subject: Re: TSO Logon region size increase
>>
>> VM of the IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> 
>> wrote
> on
>> 08/07/2014 05:40:17 AM:
>>
>> > From: "Meenakshi, Vinoth - CW" <vinoth.meenak...@bestbuy.com>
>> > To: IBM-MAIN@LISTSERV.UA.EDU
>> > Date: 08/07/2014 05:40 AM
>> > Subject: TSO Logon region size increase Sent by: IBM Mainframe 
>> > Discussion List <IBM-MAIN@LISTSERV.UA.EDU>
>> >
>> > Hi All,
>> >
>> > We are in need to increase the region size of TSO 4M to 8M and we 
>> > need to do it globally instead of  editing manually  in the TSO 
>> > logon
>> screen.
>> >
>> > Please guide me
>> >
>> > Regards,
>> > Vinoth M
>>
>> What security system are you using?  With ACF2, you can set the TSO 
>> default region in the TSO GSO record.
>>
>> Regards,
>> John K
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions, send 
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
Using Opera's mail client: http://www.opera.com/mail/

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

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

Reply via email to