InterviewSolution
| 1. |
How Are In-stream Procedures (procs) Built? |
|
Answer» In-stream procedures are built by coding a set of statements and placing them after the JOB statement and before the EXEC statement. In-stream procedures begin with a PROC statement and end with a PEND statement. Up to 15 in-stream procedures can be included in a single job. Each in-stream procedures may be INVOKED several TIMES within the job. In-stream procedures can USE symbolic parameters in the same way as catalogued procedures. In-stream procedures are built by coding a set of statements and placing them after the JOB statement and before the EXEC statement. In-stream procedures begin with a PROC statement and end with a PEND statement. Up to 15 in-stream procedures can be included in a single job. Each in-stream procedures may be invoked several times within the job. In-stream procedures can use symbolic parameters in the same way as catalogued procedures. |
|