[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re[2]: syntax for CALLING another SQR program -Reply



Can't you make it an SQC and call it from the initial SQR, then there is no
need to worry about logons and calls and so on and so forth.  Just a
suggestion...

That, or save the same SQR as an SQC, so you literally have 2 copies of
the same thing with different extensions.  This way you can run the SQR
seperately.  This way all you have to do is #include 'the.sqc' and call it
where you want..with the do SQC-procedure...just make sure that you
remove all the #includes and procedures called in the initial SQR and  if
you select anything and give it an alias, you use a unique letter(s). i.e.
&A.field one cannot be selected in the SQC as &A.  yadda yadda yadda.

Mark Kraft
kraftm@gunet.georgetown.edu