Currently, I am involved in a migration project which has CICS, COBOL and Object rexx and it is on windows 2000 server which is working fine. When I Install the same softwares I am not able to pass the parameter with the command file to a rexx file in windows 2008. I have tested by providing a hard coded (giving parameters in the Rexx file) and it is working fine.
After some sample scripts and other trouble shooting steps, I found CALL function(command) is not accepting/passing the paramenter values to a REXX file.
Below is the command which I am using in CMD file. PUENVINI3 is a REXXfile.
CALL PUENVINI3 STACK=%1 CICSSYSTEM=%CICSSYSTEM% PURUNJOB=%PURUNJOB%
Is there any difference with Command line arguements ? or Scripting ?
Because of this issue we are not able to proceed further… Suggestions are appreciated..
Thx.
Raj