Can Autosys jobs execute a stored procedure with dynamic parameters
Asked
Active
Viewed 1,632 times
-1
-
Please elaborate. – UserOp May 24 '17 at 03:32
1 Answers
0
Yes. You will most likely need to create a shell script that takes the parameters, authenticates to your database, calls the stored proc, and passes it the parameters. Then script your jil to execute the shell script with the desired parameters.

Erick B
- 1,242
- 10
- 21