IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Trying to edit the dataset, it is opening in Browse Mode


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kondakonda

New User


Joined: 20 Mar 2006
Posts: 34

PostPosted: Wed Jul 12, 2006 9:59 am
Reply with quote

Hi,

When i am trying to view the dataset or edit the dataset it is opening in browse mode.
Please suggest the reasons for that.

Thanks.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed Jul 12, 2006 10:44 am
Reply with quote

Probably REGION size. Search the forum for REGION.

O.
Back to top
View user's profile Send private message
kondakonda

New User


Joined: 20 Mar 2006
Posts: 34

PostPosted: Wed Jul 12, 2006 10:53 am
Reply with quote

sorry, i didnot understand what this REGION is about to do
Can you please brief about this.

Thanks.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed Jul 12, 2006 11:04 am
Reply with quote

No, I can't. Please search the forum for identical questions asked in the past, or (more trivial) - just read the fine manual.

O.
Back to top
View user's profile Send private message
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 331
Location: Jacksonville, FL

PostPosted: Wed Jul 12, 2006 7:17 pm
Reply with quote

If you are attempting to edit a dataset and it places you in browse mode, it's probably related to the amount of storage available to you in TSO.

On the command line you can enter:
Code:

TSO LU USERID TSO    (where USERID is your USERID)


Scroll to the bottom:
Code:

TSO INFORMATION   
---------------   
ACCTNUM= XXXXX     
HOLDCLASS= R       
JOBCLASS= I       
MSGCLASS= R       
PROC= TSOPROC     
SIZE= 00024000     
MAXSIZE= 00024000 
SYSOUTCLASS= 5     
UNIT= SYSDA       
USERDATA= 0000     
COMMAND= logoff   


If this example, I have a SIZE and MAXSIZE of 24000.

If your SIZE and MAXSIZE is set to something like 000004096, it's probably to low to bring your dataset into storage.

Contact your Security Administrator (the area that creates your TSO) and request an increase in your TSO SIZE and MAXSIZE parameter:

They will issue:
Code:

ALU  USERID  TSO(ACCTNUM('XXXXX')                                      +
     HOLDCLASS(R)                                                      +
     JOBCLASS(I)                                                       +
     MAXSIZE(0024000)                                                  +
     SIZE(0024000)                                                     +
     MSGCLASS(R)                                                       +
     PROC(TSOPROC)                                                     +
     SYSOUTCLASS(5)                                                    +
     UNIT(SYSDA))                                                       
 


Note the plus signs are in position 72.
Back to top
View user's profile Send private message
kondakonda

New User


Joined: 20 Mar 2006
Posts: 34

PostPosted: Thu Jul 13, 2006 10:08 am
Reply with quote

Thanks a lot for your response and i requested the same to mainframe administrator.Will update you after their response.

Thanks
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts HILITE on Browse mode? TSO/ISPF 2
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Allocated cylinders of a dataset DB2 12
Search our Forums:

Back to Top