MVS-sysgen / sysgen

Jay Moseley MVS 3.8j sysgen automation
71 stars 19 forks source link

TSOLOGON CLIST broken with commit 62074de #10

Closed roblthegreat closed 3 years ago

roblthegreat commented 3 years ago

Steps to reproduce

  1. Fresh clone of repo
  2. Run sysgen.sh --skip-hercules
  3. Start the freshly built system
  4. Logon with any TSO user.
  5. TSOLOGON script fails to complete with the error: 'END OF FILE ON CLIST INPUT OCCURRED BEFORE ALL DO STMTS WERE CLOSED` and the Welcome banner is not displayed. Capture

Note that if I check out the final commit on June 19th ( 6e523e4467f52137d184ef8425498be8779b16b2 ), the error is not seen.

A fresh check out of the first commit on June 20th ( 62074de2ecdad7027c03e3f253c731531fa1c47f - "updates to brexx install to add SYS2.EXEC and remove failing step from KLINGON"), the CLIST error occurs. It appears that it was introduced by the changes in the 03_brexx_install.template which includes a scripted edit to SYS1.CMDPROC(TSOLOGON)