|
This does use SQL, but it's free SQL. Create an query management query something like: select &fields from &filename If you run it from the command line interactively (STRQMQRY), you'll be prompted for a comma separated list of fields and a file name. The list of fields in one substitution variable can only be 55 characters long, but (I've never tried this) it seems like you could have more than one substitution variable to contain fields and leave the ones you don't need blank. It won't be pretty. All the usual cautions about running this sort of thing interactively apply. You can do it as a submitted job with output to a file, but you'll need to write a CL or a command and build some strings with proper quote syntax. > -----Original Message----- > From: Dhatha Thriyan [mailto:deardhath@hotmail.com] > Sent: Tuesday, January 07, 2003 9:13 AM > To: MIDRANGE-L@midrange.com > Subject: Column stripping > > > Hello All, > > Help Please. I need to create a subset of a physical file > with some of the > columns stripped off the physical. I need to do this > dynamically without > using SQL . the OPNQRYF doesn't seem to be helpful in this respect. > > When I use Query/400, the column selection is static. > Everytime if you want > to change the column, you have to go into query and deselect > those selected > columns and select the new one. How do I do this dynamically > (on the command > line) ? > > ANy help would be really appreciated. > > Thanks in advance, > D
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.