JCL Parameter Passing & WRITE WORKFILE

From IBM’s documentation: http://publib.boulder.ibm.com/infocenter/zos/v1r11/index.jsp?topic=/com.ibm.zos.r11.ieab600/xj3paus.htm

What are you actually trying to do in your JCL? Do you need to write a message to the operator?

//CMSYNIN DD statement is an input dataset. If you find examples in your reference of //SYSIN DD statements, they are the same as //CMSYNIN. The “SYSIN” and “CMSYNIN” are names used by the application programs to refer to the input dataset.