|
Since you are using QDLS, you could use the DltDLO command ... e.g. (DLTDLO DLO(file) FLR(directory)) If you were wanting to delete QDLS/TXT/STATEP2, you would type in the following: DltDLO DLO(statep2) Flr(Txt) or, you could use the Del command. Using the Del command to delete QDLS/TXT/STATEP2, you would type: Del ObjLnk('qdls/txt/statep2') I would personally recommend using the Del command. It gives you greater flexibility over all the different file systems supported on the AS/400. HTH, I'm using the following in a CL program but I need to delete the object before it will let me copy a new version of the file. Is there a command to do this? Thanks! CPYTOIMPF FROMFILE(STLIB/STATEP2) + TOSTMF('QDLS/TXT/STATEP2') RCDDLM(*CRLF) COPY OBJ('QDLS/TXT/STATEP2') + TOOBJ('QDLS/TXT/STATEP2.CSV') + TOCODEPAGE(*PCASCII) DTAFMT(*TEXT) Todd Kidwell (Netstar) AS/400 System Administrator (313) 224-0578 +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.