Page 1 of 1

How to pass parameters in server routines?

Posted: Thu Jun 05, 2008 8:05 pm
by Jagan617
:?:

Posted: Thu Jun 05, 2008 8:22 pm
by chulett
Welcome aboard.

You're gonna need to do more than just put a question mark as the sum total of your first post. Sure, saw your subject but it doesn't stand well on its own. Repeating the subject as your 'additional info' line doesn't help, either. You need to expand on your question, give us a better idea of what in the heck you mean and are looking for before you'll get any kind of meaningful response.

Be specific. You pass a parameter to a routine by including it in the call to the routine but I can't imagine that's really what you need help with. 'At runtime' might mean a Job Parameter but who knows? Are these Transform routines you'd use in a job? Before/After routines? A routine for use in a Sequence job?

You need to help us help you.

i wanna use parameters in server routines like we use in job

Posted: Thu Jun 05, 2008 10:41 pm
by Jagan617
Jagan617 wrote::?:

i wanna use parameters in server routines like we use in job

Posted: Thu Jun 05, 2008 10:44 pm
by Jagan617
Jagan617 wrote::?:

Posted: Fri Jun 06, 2008 12:35 am
by ArndW
Jagan617 - thanks for the additional explanation, that has cleared things up. There are 2 answers to your question:

(a) 42
or
(b) :!:

Posted: Fri Jun 06, 2008 6:40 am
by chulett
Nice. :roll:

Put your questions in the Message body. Changing the subject in a reply can only be seen when people reply to your post and may not even be noticed then, I didn't at first nor does it seem Arnd did. Most people won't even bother to click Reply based on what can be seen in your posts.
The subject wrote:i wanna use parameters in server routines like we use in job
Still doesn't help. I don't know what to say except 'go ahead'. Do you have a specific question? Something that isn't working for you? If you want to use a job parameter inside a routine, you can't directly. You need to pass it in as one of the arguments. Is that what you are asking about? :?