Author: steve-myers
Posted: Thu Jun 21, 2018 9:46 pm (GMT 5.5)
Posted: Thu Jun 21, 2018 9:46 pm (GMT 5.5)
- You must compile the source program. The input to the Linkage Editor in the DD statement with DD name SYSLIN is the contents of the data set specified by the DD statement with DD name SYSLIN in the compiler JCL. It is not the source program.
- The no esd message is the Linkage Editor telling you there was no valid object input.
- Why are you using the Linkage Editor? It was replaced by the Binder more than 20 years ago! The Binder is faster, it does not have some silly restrictions the Linkage Editor has, and it may produce a load module that may load a tiny bit faster than the load module produced by the Linkage Editor.