Re: Compile and run later
Rick Fochtman <[email protected]>
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
--------------------------------<snip>---------------------------- > Can logon procedures call other procedures as subroutines? > Perhaps you could have a system-wide procedure that is called > by each of your logon procedures? > > (I dunno perhaps there is already a system-wide procedure that > gets automatically called at logon time) -------------------------------<unsnip>---------------------------- The LOGON procedure is determined by the contents of your entry in SYS1.UADS. No, a JCL procedure cannot call another procedure, in that level of MVS. This restriction is lifted much later in the evolution of the system. Ron, with your level of MVS skills, I recommend that you do not try to update the UADS dataset; errors can leave you high and dry and unable to use your system at all. I don't mean that as a slam, rather as a caution. Lots of loopholes and trap doors. Rick