120. *EXEC file nesting ~~~~~~~~~~~~~~~~~~ You cannot 'nest' *EXEC files. You can have an *EXEC file calling another, which in turn may call another, but you can never return. Ie if an *EXEC file *EXECs another, then it must be in the final statement.