Mr. Metz,

   Thank you for suggesting LINK.  I don't know why CALL isn't working for me.  
I have ADDRESS TSO at the start of my EXEC.

     48 *-* "CALL *(ISRSUPC)'FILECMP,DELTAL'"
        >L>   "CALL *(ISRSUPC)'FILECMP,DELTAL'"
 INVALID DATA SET NAME, *(ISRSUPC)'FILECMP
 INVALID KEYWORD, DELTAL'
        +++ RC(12) +++



   Kolusu, 

   I tried your link and it took me to appendix A in the ISPF Users Guide.  I 
tried searching for FILECMP and DELTAL.  I didn't find any information on these.

   I looked at the samples and the JCL has PARM=(DELTAL,LINECMP,'','').  I 
searched the whole users guide for LINECMP and only found this "//COMPARE EXEC 
PGM=ISRSUPC,PARM=('LINECMP,CHNGL,UPDCNTL')".  

Q).  Where can I find information on DELTAL and FILECMP?  I tried using 
CYTPE(FILE) but I get INVALID KEYWORD, CTYPE(FILE).  SUPERC offers four compare 
levels.  What book am I missing?



address LINK ISRSUPC 'FILECMP,DELTAL'
ISRS010W "::      " PROCESS OPTION PARAMETER IS NOT A VALID PROCESS OPTION. IT 
IS IGNORED.
        +++ RC(4) +++

Q).  RC 4 is a warning.  Erroneous input detected.  I looked at Table 24. 
Summary of process options.  I didn't see any that stood out.  Do I need a 
Process Option?  What do I need to do to get past the RC 4?


      At least it's Friday,  Dave



-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Shmuel Metz (Seymour J.)
Sent: Thursday, March 06, 2014 8:43 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: RC 24 from ISRSUPC (Was 0C4 from TSOEXEC IEBCOMPR)

In <9380636879776208.wa.paulgboulderaim....@listserv.ua.edu>, on
03/06/2014
   at 04:20 PM, Paul Gilmartin <paulgboul...@aim.com> said:

>So, in Rexx:
>    address TSO "call *(ISRSUPC) 'FILE'"

That will work, but it's overkill. Why not use

   address LINK ISRSUPC 'FILE'

instead?
 
-- 
     Shmuel (Seymour J.) Metz, SysProg and JOAT
     ISO position; see <http://patriot.net/~shmuel/resume/brief.html>
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to