RTC 4.0 zOS bfagent running deployments - how do I shut off printed report of copies that were done?
When ever a deployment is run on the zOS host - which causes copies - a printed report gets printed and we would like to eliminate the printed reports. It appears that they go to class A by default. How do I change to either eliminate the output or send it to a class that doesn't get printed?
2 answers
Hi Jack, can you tell me if like Don you were running a packaging/deployment or was it a build? If it was a build what was the build step running.
Don, I think IEBCOPY automatically throws out the report to SYSOUT, or more the point XMIT does. I may have to look at the packaging and deployment code to see if there is some way to suppress this. In the meantime you could try running your packaging module BLZPKGZP from the SBLZSAMP version and modify the XMIT statement to direct the output to a different SYSOUT Class that does not get printed. I am going to have to have a look at the code and create a defect if required.
Don, I think IEBCOPY automatically throws out the report to SYSOUT, or more the point XMIT does. I may have to look at the packaging and deployment code to see if there is some way to suppress this. In the meantime you could try running your packaging module BLZPKGZP from the SBLZSAMP version and modify the XMIT statement to direct the output to a different SYSOUT Class that does not get printed. I am going to have to have a look at the code and create a defect if required.