|
|
| Author |
Message |
MFSubbu
New User
Joined: 16 Feb 2008 Posts: 11 Location: Bangalore
|
|
| Back to top |
|
 |
References
|
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 9192 Location: 221 B Baker St
|
|
|
|
Hello,
| Quote: |
| My Rexx program is running in batch mode and i need to get an input from the user by displaying a panel. |
From the link you posted.
| Quote: |
| When an application is running in batch, there is no user to respond to panel input operations. Therefore, the primary requirement for running interactive applications in batch is to supply expected input data by an alternate means. |
How do you plan to use a panel with no user? What should your process do when it is working?
If you ecxplain the requirement you are working on someone may have a suggestion. |
|
| Back to top |
|
 |
MFSubbu
New User
Joined: 16 Feb 2008 Posts: 11 Location: Bangalore
|
|
|
|
My Rexx program is copying some pds, do some changes and submit that in ca7 at a particular time. once the changes to the pds are done and the job to submit in ca7 is ready. I need to provide the time and day at which it should be submitted in ca7.
Kindly provide me with some suggestions where i can do the above. |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 9192 Location: 221 B Baker St
|
|
|
|
Hello,
Let's see if i understand.
First your process is going to copy some pds members, make changes to them, and then have CA7 submit them at some predetermined time.
I would expect that the copy and make changes will be done by you or some user. Once the copies/changes are complete, then the job submission could begin.
Seems like CA7 could be set up to submit the job(s) as defined. You could work with the scheduling people to have your job set up to run at come specific time after copying and editing was complete.
I believe you can accomplish this without needing a panel in batch. |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 3731 Location: Brussels once more ...
|
|
|
|
1) The batch job is a completely seperate address space from youyr online TSO session, so virtually impossible to exchange data and commands to display panels.
Why does the job have to be submited at a user defined time, why not just use a standard time schedule, or even use a dataset trigger from the original running job.
What about getting the submitted batch job to perform the updates after the copies have been made ? |
|
| Back to top |
|
 |
MFSubbu
New User
Joined: 16 Feb 2008 Posts: 11 Location: Bangalore
|
|
|
|
Thanks for the help.
We have planned to submit it using a standard time schedule.
One more question from my side.
I have a REXX program REXXA running in batch mode. Once REXXA run fine with RC 0. I should trigger REXXB
Can this be done. If so, Kindly provide me with a sample JCL |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 3731 Location: Brussels once more ...
|
|
|
|
Yes it can be done, and has been dicussed many times before in this forum. There is a search button at the top of the page  |
|
| Back to top |
|
 |
|
|