Re: Compile and run later
Rick Fochtman <[email protected]>
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
-----------------------------------<snip>-------------------------------
>
> As I was saying = I would like to --someday-- replace ACCOUNT
>
> arrgh DID IT AGAIN I know what it is in this case I wanted (caps
> lock) (return) and hit (tab) (return)
>
> so ... replace that program that updates the user accounts with a full
> screen version that lets you
> 'work with' accounts perhaps the safe way to do that would be create
> a program that writes a JCL stream
> and fires it off to make the changes employing the account program and
> then reads the output to display it on screen again.
>
> pf1 help
> pf3 exit
> pf8 next user (new user at the end)
> pf7 previous user
>
> Now I will send on purpose...
------------------------------<unsnip>-------------------------------
For as often as you'll need it, it's hardly worth the trouble. You can
run the TMP (Terminal Monitor Program) in batch, including displays of
various userids. Try this:
// job statement
//RUN EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=A
//SYSTSIN DD *
ACCOUNT
LIST *
END
(Check the syntax of the LIST command)
Rick