Since the statement you provided has mismatched quotes (obvious after inserting 
spaces between them as noted below), it probably is not what you are actually 
using.  I suggest using cut and paste instead of retyping when requesting this 
kind of help.

> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of Mike Kovach
> Sent: Friday, July 17, 2015 5:15 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: What is the proper REXX syntax to accomplish this LISTDSI
> 'FULLY.QUAL.DATASET.NAME' NORECALL
> 
> I am processing a list of datasetnames and want to calculate the amount of 
> space used for
> ONLY those files which are not MIGRATED.
> The program currently uses
>  R = LISTDSI ( " ' " FQSN ' " ')      where FQSN is the Fully Qualified 
> Dataset Name
> Because there is no NORECALL parameter, each file gets RECALLED before
> continuing.  The overhead is terrible.
> LISTDSI will return "dataset is migrated" if NORECALL is specified and the 
> dataset is
> currently Migrated.

----------------------------------------------------------------------
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