> -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On > Behalf Of Don Higgins > Sent: Tuesday, November 04, 2008 7:23 AM > To: [email protected] > Subject: Re: Need someone to fix a free HTTP Server written in Assembler > > Hi Sam, all > > I like the idea! I downloaded CBT tape file #795 and took a look at it > with XMIT Manager on Windows Vista. It appears the sources are in > mainframe IEBCOPY type FB format. What is the easiest way to get all the > source programs, macros, and copybooks into separate ascii files so I can > take a closer look at this project using z390 portable mainframe > assembler.
Don, the sources, maclib, etc. in the XMI file inside of the ZIP are themselves XMIT files. I was able to RECEIVE the FILE795.XMI file on the mainframe (after binary FTP of course) into a PDS, the used RECEIVE with the members of that PDS as the INDSNAME for RECEIVE. So cbt795 is largely an XMIT of XMIT's. The main XMIT (FILE795.XMI) is a PDS with BLKSIZE=5600. The members in that PDS (SRC/MAC/JCL/HTML) are XMIT's of BLKSIZE=4000 PDS's. The GIF member is an XMIT of a VB/256/6333 PDS. HTH Peter This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

