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

Tso command to display 100 records


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vasa
Warnings : 1

New User


Joined: 10 Jan 2006
Posts: 9

PostPosted: Fri Mar 03, 2006 8:32 pm
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
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri Mar 03, 2006 8:57 pm
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
Reply with quote

thank you sir
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Pulling a fixed number of records fro... DB2 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
Search our Forums:

Back to Top