what I'm trying to avoid is segmentation violation when millions records are returned using EXECUTE "SELECT... WITH ..." RTNLIST ID.LIST in a routine
when I execute ~ -->SELECT FBNK.ACCOUNT 1000 records selected > is the active select list kept in jbase's memory or is stored in some temporary file? On Monday, June 25, 2012 9:35:15 AM UTC+2, VK wrote: > > 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 > > > -- -- 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
