Re: Re: Compile and run later
Ron Hudson <[email protected]>
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
On Thu, May 20, 2010 at 5:40 PM, Mike Stramba <[email protected]> wrote: > > > Ron, > > I've sort of lost track in this thread .... > > can you post your JCL for compiling & linking your program ? > > thx > > Mike > Sure: //ULAMLD JOB '-HUDSONRA-', // CLASS=A,MSGCLASS=A,MSGLEVEL=(1,1) //* **************************************************************** //MAKE EXEC FORTHCL,REGION.FORT=400K //FORT.SYSIN DD DISP=SHR,DSN=HUDSON.FORT.FORTH(ULAMLD) //* ***************************************************************** //LKED.SYSLIB DD DISP=SHR,DSN=USER.FORTLIB // DD DISP=SHR,DSN=SYS1.FORTLIB //LKED.SYSLMOD DD DSN=HUDSON.GO.LOAD(ULAMLD),DISP=SHR // > >