View previous topic :: View next topic |
Author |
Message |
MuraliKrishnanVelu Beginner
Joined: 05 Jan 2005 Posts: 1 Topics: 1
|
Posted: Wed Jan 05, 2005 4:20 am Post subject: Rarely running |
|
|
Hi, I have a developed a tool in REXX for comparing many members at a time. But sometimes it works fine, sometimes it is not. It hangs at the line
ADDRESS ISPEXEC "SELECT PGM(ISRSUPC) PARM(DELTAL,LINECMP,'','')
Is there is any constraints in using the PGM ISRSUPC.
Could any one help me??? |
|
Back to top |
|
|
Phantom Data Mgmt Moderator
Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Wed Jan 05, 2005 5:09 am Post subject: |
|
|
Murali,
Check if any of your input files are in Tape or in Migrated volumes. Rexx might be trying to recall the migrated dataset or load the tape volume, so it might actually be consuming the CPU but you might think that the program is not doing anything.!
Thanks,
Phantom |
|
Back to top |
|
|
|
|