Hi Folks,
Trying to pass the data from JCL to COBOL using parm parameter. I haven't declared linkage section in the COBOL program
Does it throw compilation error or run time error or runs successfully?
Please clarify
Thanks
A severe error such as this (that's what the -S means after the message ID) sets the return code to 12 so the linkage edit will not execute and the program will not execute.Operand <variable name> was not defined in the "LINKAGE SECTION". The statement was discarded.