I would suggest you change the TYPE = "F" to TYPE LIKE "F..." as sometimes the first attribute is something like:-
File Pointer to Inventory Master File This was certainly the case where I worked. Louis ----- Original Message ----- From: "Brian Phillips" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 01, 2004 10:29 AM Subject: RE: [U2] How create list of uv files from VOC? : In Universe, I'd set my printer output to the hold file, then sort the VOC : file and format the display field (F2) to something wide. : : SETPTR 0,200,9999,0,0,3,BRIEF,BANNER FILELIST.TXT : SORT VOC WITH TYPE = "F" F2 FMT "200L" ID.SUP LPTR : : The results will be in the &HOLD& file (./&HOLD&/FILELIST.TXT). : : > -----Original Message----- : > From: [EMAIL PROTECTED] : > [mailto:[EMAIL PROTECTED] Behalf Of LeRoi Keiller : > Sent: Wednesday, June 30, 2004 9:54 PM : > To: U2-Users (E-mail) : > Subject: [U2] How create list of uv files from VOC? : > : > Hi : > : > Wondering if any of you programmers could tell me how to output the paths : of : > UniVerse files that are listed in the VOC - ie files of type F - to a text : > file? (I wish to use the generated list from and for a unix script.) : > : > I need the file to consist of just each file's path on its own line - ie : no : > breaks in the path (no wrapping columns). : > Eg: : > /UVACC/uv/MYACC/MYFILE1 : > /UVACC/uv/MYACC/MYFILE2 : > /UVACC/uv/MYACC/MYDIR/MYFILE3 : > ... : > : > I have the following line, but don't know what to do with it. : > : > SELECT or SORT VOC WITH F1 = "F" F2 : > : > Thanks, : > LeRoi : > : > LeRoi Keiller : > Technical Support : ------- : u2-users mailing list : [EMAIL PROTECTED] : To unsubscribe please visit http://listserver.u2ug.org/ : ------- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/
