Converted to GitHub via cbt2git
This is still a work in progress. Due to amazing work by Alison Zhang and Jake Choi repos are no longer deleted.
//***FILE 017 is a copy of the TSO CP called LISTDD from Fireman's * FILE 017
//* Fund of California. This CP will list allocation * FILE 017
//* information sorted by DDNAME. See the code for * FILE 017
//* additional information. * FILE 017
//* * FILE 017
//* email: sbgolob@cbttape.org * FILE 017
//* * FILE 017
//* This program is a slick way to display your TSO * FILE 017
//* session's file allocations. * FILE 017
//* * FILE 017
//* PUTLINE interface is used, so the output can be * FILE 017
//* trapped. * FILE 017
//* * FILE 017
//* The program was fixed to operate if SWA=ABOVE was * FILE 017
//* set in the JOBCLASS(TSU) of the JES2 parms. The * FILE 017
//* old version of the program is called LISTDD00, and * FILE 017
//* works when SWA is below the line, even for late * FILE 017
//* level operating systems like z/OS 2.2. * FILE 017
//* * FILE 017