How to run a Rational Build Forge "Hello World" Project on z/OS system?
I've managed to sucessfully execute Hello World (echo Hello) projects on a MS server and an AIX server but as soon as i attempt a similar project on a Mainframe TSO environment (os/390 MVS) it fails.
It seems the problem is that a working directory (in the form of a folder structure) cannot be created on the mainframe.
My question is how do i go about configuring Rational Build Forge to run projects on a os/390 MVS environment?
Accepted answer
As Sean says, the agent needs to be operating in the USS file system. The above MKDIR command is a result of the agent's configured working directory (a server object property). Modify this setting for your server object inside of Build Forge and that should resolve this issue.