Re: Compile and run later
Ron Hudson <[email protected]>
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
Thanks, that worked - Now I can compile and link in one step and execute in another. This lets me interactively start the program. I guess it's still a batch though... if the system was busy it might not run right away. perhaps it would use a special CLASS=? in the job card. The next thing I lack is for 'interactiveness'.. //FT0?F001 DD (MY USER 3270 TERMINAL OUTPUT) //FT0?F001 DD (MY USER 3270 TERMINAL KEYBOARD) On Wed, May 19, 2010 at 8:41 AM, Mike Schwab <[email protected]>wrote: > > > Need a step lib. > //STEPNAME EXEC PGM= > //STEPLIB DD DISP=SHR,DSN=HUDSON.LINKLIB > //FT06F001 DD SYSOUT=* > (JCL must be UPPERCASE). > >