|
|
| Author |
Message |
karthikuma
Active User
Joined: 29 Mar 2005 Posts: 65
|
|
|
|
hi,
whether we can delete an sequential files,if yes means plz give an correct syntax.it will be helpful for me.
regards,
kumar |
|
| Back to top |
|
 |
References
|
Posted: Mon May 16, 2005 9:58 am Post subject: Re: Can we delete a sequential file |
 |
|
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3184 Location: Charlotte,NC USA
|
|
|
|
| Code: |
TSO DELETE 'seq.file.name'
|
|
|
| Back to top |
|
 |
karthikuma
Active User
Joined: 29 Mar 2005 Posts: 65
|
|
|
|
hi,
whether we can able delete the sequentil file by giving delete option whether it is possible.
regards,
kumar |
|
| Back to top |
|
 |
yadavakeerthi
New User
Joined: 02 Apr 2008 Posts: 1 Location: hyderabad
|
|
|
|
we canot directly delete the seqential file by using delete command.there r two ways to delete
1.rewriting with spaces
2.copy to another sequential except that data |
|
| Back to top |
|
 |
Richa Jain
New User
Joined: 18 Mar 2008 Posts: 34 Location: Chennai
|
|
|
|
We can directly delete it by writing D against the file and hit enter.
I donno if it depends shop to shop |
|
| Back to top |
|
 |
the_gautam
Active User
Joined: 05 Jun 2005 Posts: 168 Location: Bangalore
|
|
|
|
we can delete a flat file by directly giving D against it in the listing.
are you asking the way to delete the file or are you talking about the deletion of record from a file? |
|
| Back to top |
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3184 Location: Charlotte,NC USA
|
|
|
|
| Why are we replying to a three-year old topic? |
|
| Back to top |
|
 |
Anuj D.
Global Moderator
Joined: 22 Apr 2006 Posts: 1983 Location: Phoenix, AZ
|
|
|
|
And with wrong informaiton...
| Quote: |
1.rewriting with spaces
2.copy to another sequential except that data |
P.S.: Sorry Kevin, I don't want to go against your thought, but a above 'quote'd text made me to ping in. |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8060 Location: 221 B Baker St
|
|
|
|
Hello,
| Quote: |
| we canot directly delete the seqential file by using delete command. |
Yes, we can. . . Why do you think we cannot?
| Quote: |
there r two ways to delete
1.rewriting with spaces
2.copy to another sequential except that data |
Neither of these suggestions delete the file. Why would you believe either of these accomplishes a file deletion? One wipes out the data, but the file still exists.
| Quote: |
| Why are we replying to a three-year old topic? |
Because We Can -  |
|
| Back to top |
|
 |
|
|