-1

Can Autosys jobs execute a stored procedure with dynamic parameters

user2340141
  • 19
  • 1
  • 7

1 Answers1

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