I would need to see how the REXX creates the HSEND command.

Your output below does not show HSEND DELVOL on DELVOL.  DELVOL is not a 
command that TSO would recognize.

So you may have an issue with your REXX.  

Try having a user that gets the issue below run your REXX.  But have the TRACE 
?i added to the start of your REXX.

If you have not done so, there is a list dedicated to REXX.  All things REXX 
discussed and coded there.

To join, go to this URL (go to bottom of Webpage to join)       
http://www2.marist.edu/htbin/wlvindex?TSO-REXX

Lizette


> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]] On
> Behalf Of Ravi Gaur
> Sent: Monday, August 25, 2014 6:47 AM
> To: [email protected]
> Subject: IKJEFT01 for HSEND
> 
> I have bit of weird scenario...I have a REXX exec which read HSEND LIST and
> build JCL "IKJEFT01" to Markfull volumes using the HSEND DELVOL .... while I
> submit the Program it successfully submit the IKJEFT01 and HSEND ....However 
> if
> similar is done by some other users (who are in same RACF group) though
> Dynamically submitted JCL show HSEND DELVOL XXX
> MIGRATION(MARKFULL) they though show HSEND missing and job finish with
> RC=12 ..
> 
> READY
> DELVOL  XXXXX MIGRATION(MARKFULL)
> COMMAND DELVOL NOT FOUND
> READY
> DELVOL  XXXXX  BACKUP(MARKFULL)
> COMMAND DELVOL NOT FOUND
> READY
> DELVOL  XXXXX  BACKUP(MARKFULL)
> COMMAND DELVOL NOT FOUND
> READY
> END
> 
> 
> Can't find the reason why IKJEFT01 though have
> 
> HSEND DELVOL XXX MIGRATION(MARKFULL) Being subbmitted why HSEND
> is missing ...anybody got a clue?
> 
> 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to