🎴 Flashcard Mode

Mainframe: COBOL, CICS, and JCL Programming

Card1 / 20
Mastered0
Review0
QuestionClick to flip

How can return codes be tested before execution of a job step?

AnswerClick to flip back
A
Through the COND keyword
💡 Explanation:

In IBM mainframe JCL (Job Control Language), the COND (Condition) parameter is used to test the return codes of previously executed job steps before deciding whether to execute the current job step.

Change Mode