I am working to write a JCL which executes 4 cobol programs. After the execution of each program I need to check the return code using the IF-THEN-ELSE condition and write "success <pgm>" or "fail <pgm>" to a same sequential file for each program. So the flow is as follows. Can you please suggest which JCL utility can be used for this and how to make sure that the sequential file is getting the message "ADDED" to it for each program result.