Created On:  18 October 2010
Problem:
Using Enterprise Server v6.0 it is now impossible to submit a JCL job using a source file that is locally stored on the Enterprise Server. One can only submit a job by pathing to a file on the local PC.
Resolution:
You must set CASRDO44_NEWSUB=OFF in your [ES-Enviornment]
This way you will be able to enter a filename local to the ES Server.
The default in v6.0 is now CASRDO44_NEWSUB=ON. When this is set, the entry field is disabled and the browse button allows you to submit a file local to the web browser instead of local to the ES Server.
The newsub behavior is by design as many new browsers (IE8 and Firefox 3.6) will not let you use the file field as "input" any longer
There is one way to do both. If you do not have CASRDO44_NEWSUB=OFF you can:
1. Use a Samba share to the unix box, that allows you to locate the file and submit it that way
2. Use of the cassub command to submit it remotely. (command line)
3. Use of Visual Studio's IDE to submit it remotely
This way you will be able to enter a filename local to the ES Server.
The default in v6.0 is now CASRDO44_NEWSUB=ON. When this is set, the entry field is disabled and the browse button allows you to submit a file local to the web browser instead of local to the ES Server.
The newsub behavior is by design as many new browsers (IE8 and Firefox 3.6) will not let you use the file field as "input" any longer
There is one way to do both. If you do not have CASRDO44_NEWSUB=OFF you can:
1. Use a Samba share to the unix box, that allows you to locate the file and submit it that way
2. Use of the cassub command to submit it remotely. (command line)
3. Use of Visual Studio's IDE to submit it remotely
Old KB# 32093
#EnterpriseDeveloper
#MFDS

