hi Gadi,
 *ISFMSG2.3 IS: ISF146I REXX variable ISFCOLS set, return code 00000001
value is 'JNAME TOKEN JTYPE JNUM QUEUE JCLASS POS PRTDEST SYSAFF ACTSYS
STATUS'.
ISFMSG2.4 IS: ISF741E Error processing command 'FILTER DATER 2010.292'
associated with variable ISFFILTER, reason: COLUMN NOT FOUND.*
*
*
*  i think the problem is you are trying to filter by a cols which don't
exist .*
*try adding the "alternate" word after the VERBOSE : *"ISFEXEC ST (VERBOSE
alternate)"

On Tue, Oct 19, 2010 at 2:37 PM, Lizette Koehler <stars...@mindspring.com>wrote:

> > I am trying to run a REXX exec that accesses a specific job.
> > When I run the exec interactively using the EX command in SDSF it works
> > fine.
> > When I run it in batch it fails.
> > The beginning of the exec is:
> > /* REXX */
> > RC=ISFCALLS('ON')
> > DD = SUBSTR(DATE("S"),1,4)"."DATE("D")
> > ISFPREFIX = "CTMTDAY"
> > ISFFILTER = "DATER "DD
> > ADDRESS SDSF "ISFEXEC ST (VERBOSE)"
> >
> > When I run it in batch using the job:
> > //TSOBATCH  EXEC  PGM=IRXJCL,PARM='SDSFREXX'
> > //SYSTSPRT  DD    SYSOUT=X
> > //SYSEXEC   DD    DSN=V110GAD.CLIST,DISP=SHR
> >
> > I get:
> > ISFMSG IS: COLUMN NOT FOUND
> > ISFMSG2.1 IS: ISF754I Command 'PREFIX CTMTDAY' generated from
> > associated variable ISFPREFIX.
> > ISFMSG2.2 IS: ISF147I REXX variable ISFCOLS fetched, return code
> > 00000001 value ''.
> > ISFMSG2.3 IS: ISF146I REXX variable ISFCOLS set, return code 00000001
> > value is 'JNAME TOKEN JTYPE JNUM QUEUE JCLASS POS PRTDEST SYSAFF ACTSYS
> > STATUS'.
> > ISFMSG2.4 IS: ISF741E Error processing command 'FILTER DATER 2010.292'
> > associated with variable ISFFILTER, reason: COLUMN NOT FOUND.
> >
> > I ran the example REXX exec that runs the WHO command.
> > The difference between the batch and online results is that they
> > display different group names and indexes.
> >
> > Could this be the problem?
> > How do I fix it?
> >
> > Gadi
>
>
> I might send this type of question to the TSO REXX newsgroup.
>
> I have tried both IRXJCL an IKJEFT01 in batch for my SDSF rexx process.
> Both work.
>
> Try running the batch process with        TRACE ?r   in the REXX code.
>
> What level of z/OS are you running under?
>
>
> Lizette
>
> >
> > Hi,
> >
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html
>



-- 
best regards,
matan cohen
MF System Administrator.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to