InterviewSolution
| 1. |
What Does Include Parameter Mean In An Ifb File? |
|
Answer» INCLUDE is an optional PARAMETER in the IFB file which indicates a sub process to execute. INCLUDE names a process to be INCLUDED as part of this process. More than one process may be included in ANOTHER process. All included processes execute before the process itself. This parameter can be used only in shell processes. A shell process uses the INCLUDE statement to invoke a sequence of processes in a single run. INCLUDE is an optional parameter in the IFB file which indicates a sub process to execute. INCLUDE names a process to be included as part of this process. More than one process may be included in another process. All included processes execute before the process itself. This parameter can be used only in shell processes. A shell process uses the INCLUDE statement to invoke a sequence of processes in a single run. |
|