You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to use cobol to write to a dataset- for MVS 3.8 TK5 running on the Hercules Emulator. Has an older compiler so writing to file is very particular. Assumes you have setup your BCOB and JCL folders already. Output dataset will be created automatically by TESTJOB before running the write program binary.
How to use cobol to write MULTPLE items to a dataset (including the option to append to a dataset) for MVS 3.8 TK5 running on the Hercules Emulator. Has an older compiler so we have to use old style IF and PERFORM statements. Assumes you have the BCOB, JCL and LOADLIB folders created, but has the option to create FILE dataset if you want.
How to setup, compile and run a cobol program with a single copybook - for MVS 3.8 TK5 running on the Hercules Emulator. Has an older compiler so COPY statement is very particular.