Call Program Action idea #1948
Gregory1701
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an idea to extend the Call program action. This came to me while teaching night class one night and I was introducing my students to running their programs in batch for the first time. I try to have them do as much as possible in VS Code so they get a taste of doing things in green screen as well as a modern IDE.
I created my own action, but I think this would be a good addition to a new install/update.
Call Program - Batch
?SBMJOB CMD(CALL &LIBRARY/&NAME) JOB(*JOBD)
By adding the JOB(*JOBD) to the command, the user has quick access to change the jobd they want the submitted job to run in.
On occasion when submitting jobs to batch, I want to run them with different library lists. I have different jobd's setup to accomplish this.
This would allow me to change which one to use as needed.
Beta Was this translation helpful? Give feedback.
All reactions