On 2/23/25 12:29, ssulser via groups.io wrote:
Hi
Can somebody please explain, whats the purpose of the DD DDNAME=SYSIN statement here? What does it reference to? SYSIN was used as source input dataset for the COBOL compiler and SYSLIN is the object module. I don't understand that. Thank you very much.
It allows you to append control statements to the SYSLIN dataset. You might include statements to supply additional directives to the Link Editor, such as NAME, ORDER, etc.