i am having a problem regarding embedded sql in cshell.
i run a sql query and obtain the data in a file. then the data obtained in the file needs to be parsed in order to do proper function.
is there a way by which i can run a sql query and the data abtained be stored in variables which can directly be used by the C SHELL instead of writing it in a spool file
i run a sql query and obtain the data in a file. then the data obtained in the file needs to be parsed in order to do proper function.
is there a way by which i can run a sql query and the data abtained be stored in variables which can directly be used by the C SHELL instead of writing it in a spool file