Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Tso command to display 100 records

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF
Author Message
vasa
Warnings : 1

New User


Joined: 10 Jan 2006
Posts: 9

PostPosted: Fri Mar 03, 2006 8:32 pm    Post subject: Tso command to display 100 records
Reply with quote

hi,


my question is what is the tso command to display 100 records




thanks,
srinivasachary
Back to top
View user's profile Send private message
References
superk

Moderator Team Head


Joined: 26 Apr 2004
Posts: 3381
Location: Charlotte,NC USA

PostPosted: Fri Mar 03, 2006 8:57 pm    Post subject: Re: TSO query
Reply with quote

Can't think of one. The closest thing I can think of is to use EDIT to EDIT the dataset, then use the LIST command to list the number of lines:
Code:

TSO EDIT 'MY.DATASET' TEXT OLD
EDIT
LIST * 100
<lines 1-100 listed>
END
Back to top
View user's profile Send private message
vasa
Warnings : 1

New User


Joined: 10 Jan 2006
Posts: 9

PostPosted: Fri Mar 03, 2006 9:08 pm    Post subject: Re: TSO query
Reply with quote

thank you sir
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF All times are GMT + 6 Hours
Page 1 of 1