|
| Home | The Boards | Messages | Thread |
|
|||||||
| by: ColonelZen | IP: 225.102 | rated: 0-0 | posted: 2006-09-09 12:40:21 | ||||
|
http://listserv.uark.edu/scripts/wa.exe?A2=ind9402&L=ibmvm&T=0&P=5550 Date: Thu, 10 Feb 1994 23:00:53 EST Reply-To: VM/ESA Discussions <[log in to unmask]> Sender: VM/ESA Discussions <[log in to unmask]> From: "Terrence W. Zellers" <[log in to unmask]> Subject: Re: Building C370 Module In-Reply-To: Message of Thu, 10 Feb 1994 11:27:49 EST from <HOLTZMAN@SJUVM> You need to look up CPLOAD (yes I know, its a confusing name) and C370LIB in your C/370 Reference manual. C370LIB will load your subroutines (from text decks gen'd by CC) and catalog them with a translation table which translates the mixed case long names used in the programs to specific upper case only names of eight characters or less. CPLOAD will do the same for a single text decks (combining with mods from global'd C370LIBs (which looks a txtlib externally, but the text decks contain illegeal forms used for the long-legal translation). CPLOAD produces a CPOBJ TEXT file which can be loaded with the standard "load". Alternately with the C370LIBs in the GLOBAL TXTLIB list you can use CMOD rather than LOAD and GENMOD. -- TWZ |
|||||||