View previous topic :: View next topic |
Author |
Message |
coolguy2005 Beginner
Joined: 22 Mar 2005 Posts: 22 Topics: 16
|
Posted: Wed Mar 23, 2005 1:33 am Post subject: Download only portionof the dataset using START 6 TSO option |
|
|
I have a huge sequential dataset running some thousands of lines.My concern is can i download only a portion of the sequential dataset to the PC from line 1 to line 1000 like that using START 6 TSO COMMAND. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed Mar 23, 2005 4:43 am Post subject: |
|
|
coolguy2005,
Why not just copy the first 1000 lines to a different file and download that file?
You can use TSO EDIT commands or utilities like SORT , FILE-AID ,REPRO to copy the first 1000 lines from a file to another file.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
coolguy2005 Beginner
Joined: 22 Mar 2005 Posts: 22 Topics: 16
|
Posted: Thu Mar 24, 2005 2:06 am Post subject: How do i copy only 1000 lines from a production dataset |
|
|
Kolusu,
Thanks for u reply.
Actually i am browsing the production dataset & i do not have edit access / view access.How do i copy only the first 1000 lines to another dataset.Because i am just able to browse the dataset only.Please help me out so that i can download the data. |
|
Back to top |
|
 |
s_shivaraj Beginner

Joined: 21 Sep 2004 Posts: 140 Topics: 14 Location: Chennai, India
|
Posted: Thu Mar 24, 2005 3:54 am Post subject: |
|
|
If u have the browse access, then u must have copy access also.. so using file aid copy only the desired 1000 Lines from your production dataset and save the same in ur Personel PDS and after that u play with that.
Hope the above information helps you. _________________ Cheers
Sivaraj S
'Technical Skill is the Master of complexity, while Creativity is the Master of Simplicity' |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Mar 24, 2005 5:23 am Post subject: |
|
|
coolguy2005,
There are many ways to copy the first 1000 records to another file. Search the utilities forum for "STOPAFT" . You will find many examples. Also you can use Shivraj's suggestion of copying records using fileaid.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|