InterviewSolution
Saved Bookmarks
| 1. |
Describe The Exec Statement, Its Meaning, Syntax And Keywords.? |
|
Answer» The EXEC STATEMENT identifies the program to be executed via a PGM=program NAME keyword Its format is //jobname EXEC PGM=program name The PARM= keyword can be USED to pass external VALUES to the executing program. The EXEC statement identifies the program to be executed via a PGM=program name keyword Its format is //jobname EXEC PGM=program name The PARM= keyword can be used to pass external values to the executing program. |
|