vijay_pampana Beginner
Joined: 11 Nov 2008 Posts: 9 Topics: 2
|
Posted: Wed Nov 12, 2008 5:00 am Post subject: View and modify JCL and submit the job through rexx |
|
|
Hi,
I am written a REXX tool which will open a PS file in view mode containing a JCL. The user can make all the changes in the JCL and submits the Job.
Code: | ADDRESS ISPEXEC "VIEW DATASET('"FILE1"')" |
Where FIle1 contains the dataset that the user want to view.
When I make any changes to the JCL which is opened in the view mode, I could able to come out of the PS file as it is giving a error message. After submitting the code when I press CANCEL and ENTER it is giving the following error message.
INVALID COMMAND
When I used the EDIT mode it is working for me but I want to make sure there are no changes to the JCL's
Thanks
--Vijay |
|