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

How to see the particular record in the PS


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
r.ravikumar

New User


Joined: 05 Jan 2007
Posts: 18
Location: chennai

PostPosted: Thu Jun 14, 2007 4:46 pm
Reply with quote

In a PS i have 1000 records. I want to see the 710th records. How can i see the record directly with out pressing PF8.
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Thu Jun 14, 2007 4:50 pm
Reply with quote

Ravi,

Give number (in your case 710) at the command prompt and press PF8.
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Thu Jun 14, 2007 4:52 pm
Reply with quote

You can give

Code:
   

               l  710




in the command line suppose if you want to see 710th record
Back to top
View user's profile Send private message
r.ravikumar

New User


Joined: 05 Jan 2007
Posts: 18
Location: chennai

PostPosted: Thu Jun 14, 2007 4:58 pm
Reply with quote

Thanks for your answer.
Back to top
View user's profile Send private message
Phrzby Phil

Senior Member


Joined: 31 Oct 2006
Posts: 1042
Location: Richmond, Virginia

PostPosted: Thu Jun 14, 2007 5:31 pm
Reply with quote

710 <PF8> takes you down 710 recs from where you are.

The Locate command (L for short) takes you to the particular record:

L 710

works from anywhere in the file.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Jun 14, 2007 7:39 pm
Reply with quote

This
Quote:
The Locate command (L for short) takes you to the particular record:

L 710
not only works, but meets the "requirement" of not using PF8. . . .

Ya gotta wonder where some of the requirements are generated - maybe an interview question?
Back to top
View user's profile Send private message
Phrzby Phil

Senior Member


Joined: 31 Oct 2006
Posts: 1042
Location: Richmond, Virginia

PostPosted: Thu Jun 14, 2007 9:27 pm
Reply with quote

The poster might have meant "without repeatedly using PF8" to move way down in the file (benefit of the doubt?).
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Jun 14, 2007 10:17 pm
Reply with quote

Yup, might have. . .

At least one other person read it that way as their suggestion included using PF8 icon_smile.gif

Good thing there are many of us reading these as we often get multiple interpretations.
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 How to split large record length file... DFSORT/ICETOOL 10
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts Validating record count of a file is ... DFSORT/ICETOOL 13
Search our Forums:

Back to Top