As far as I see, the post author wants to save SELECT results into a file; 
SAVING clause has nothing to do with that.

I'm not aware about desired functionality; what's the problem with 
SELECT...SAVE-LIST? You can do it in one step like (jBC code):

EXECUTE 'DELETE.LIST ACCT-LIST' :@FM: 'SELECT FBNK.ACCOUNT' \
       :@FM: 'SAVE.LIST ACCT-LIST'

On jsh level you can create a paragraph to do that.

> SELECT F.FILENAME SAVING ABCD

I afraid it will rather save to SELECT list values of a directory entry 
called ABCD.

VK


недеља, 24. јун 2012. 02.34.49 UTC+2, vsai Temenos је написао/ла:
>
>
>
> hi
>
> there is a clause called saving to use along with select stmt to save 
> directly into savelists
>
> SELECT F.FILENAME SAVING ABCD
>
> this would write the ids into savedlists with id ABCD
>
> Sai
>
>
> Sent from Samsung Mobile
>
> "foxy.md" <[email protected]> wrote:
> Hi,
>
> is it possible to specify to SELECT statmenet to save selected IDs 
> directly into a file, whitout doing SELECT + SAVE-LIST ?
>
>  -- 
> -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To 
> post, send email to [email protected] To unsubscribe, send email to 
> [email protected] For more options, visit this group at 
> http://groups.google.com/group/jBASE?hl=en    
>

-- 
-- 
IMPORTANT: T24/Globus posts are no longer accepted on this forum.

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en



Reply via email to