InterviewSolution
Saved Bookmarks
| 1. |
Explain some of the commonly used parameters in the EXEC statement. |
|
Answer» EXEC stands for EXECUTION. The EXEC statement specifies a program/job step, as well as utilities and procedures to be executed. Syntax: //Step-name EXEC Positional-param, Keyword-paramSome of the COMMONLY used positional and keyword parameters in EXEC statement INCLUDE:
|
|