Hi All,
Hope someone can help me with some JCL I have been trying to write. In a nutshell, I am trying some JCL that will copy a member called BPXPRM00 from SYS1.PARMLIB, rename it to BPXPRM$X, copy that member back to SYS1.PARMLIB than run a SYNTAXCHECK on that member. Then I want to get the output of that SYNTAXCHECK from the ULOG, put that data into another member called ULOGOUT then delete the contents of BPXPRM$X and write in it "This is a test".
Now I have managed to do all the above except for putting the output of the SYNTAXCHECK command into my member called ULOGOUT. Below I have attached screenshots of what I have done thus far.
And this is the output of running the REXX
As you can see the REXX runs but it won't put the output into the member. I have googled it as much as possible and can't figure out why it won't work.
Please help!!!!!