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 REXX/CMS How to place command console... CLIST & REXX 4
No new posts combine multiple unique records into ... DFSORT/ICETOOL 2
No new posts Help needed in automation cics transa... CLIST & REXX 1
No new posts How to Login in to cics region and is... CICS 9
No new posts Passing containers on START command CICS 4
Search our Forums:

Back to Top