Hello,
Encountering an issue with a sequential data set being created differently depending on the LLQ part of the dataset name. A program creates KC03G4C.FINAL2.DATA.S with LRECL=36, and there appears to be something past column 36 when you view the data set with Developer for z/OS version 14.2.1.1.
Rename the file to KC03G4C.FINAL2.DATA.SSAVE, and the view of the data set looks like there is nothing past column 36 when you view the data set with Developer for z/OS version 14.2.1.1.
In both cases, the JCL and program have the LRECL=36.
It also seems that when the LLQ=S that the next program that tries to input the data set has a problem.
When the LLQ=SSAVE the next program works fine.
From some testing, it seems this only happens for LLQ=S, and not for any other single character LLQ, or any other combination of characters that is a valid LLQ.
Does the LLQ=S have some special meaning to the environment, or IDz that would cause this?
Regards,
Greg
------------------------------
Gregory Oakes
------------------------------