У нас вы можете посмотреть бесплатно IF and SET statements in JCL или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
If statement is used to execute the JOB steps in a conditional way. It validates the return code of the previous steps. Syntax: //[name] IF [(]relational-expression[)] THEN [comments] JCL statements when the condition is true //[name] ELSE [comments] JCL statements when the condition is false //[name] ENDIF [comments] SET statement The SET statement is used to define and assign values to symbolic parameters that are to be used when processing JCL statements. The values that you assign to symbolic parameters on a SET statement are used in Subsequent JCL statements Statements in subsequent procedures