Call function is not acceppting/processing the parameters to a rexx file - TechRepublic
Question
April 27, 2012 at 08:29 AM
raj_stud99

Call function is not acceppting/processing the parameters to a rexx file

by raj_stud99 . Updated 14 years, 1 month ago

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

This discussion is locked

All Comments