Hercules virtual tape – large datasets

These are timings for a large one million customer records, dataset. It follows the same process below. It just goes to show my reasoning why I like this method to move large datasets to the virtual mainframe. Use maketape to create the virtual tape file! bill@bill-MS-7B79:~/Mystuff/Mainframe/MVS/JCL/TAPEDASD$ time ./maketape INPUT: customer-million.txt VOLSER: VOL001 DATASET: CUSTOMER.FILE OUTPUT: …

enscript with greenbar output

The following commands are taken from a link Professor Rene’ Ferland’s pointed to on his website. enscript –font=Courier-Bold@8 -l -H3 -r –margins=25:25:40:40 -p cobol01.ps cobol01.cob ps2pdf cobol01.ps cobol01.pdf The professor’s script used Ghostscript rather than ps2pdf. The above 2 commands can be combined into one. enscript –font=Courier-Bold@8 -l -H3 -r –margins=25:25:40:40 -p – cobol01.cob | …