It sounds as if the configuration at your installation has been changed
to use temporary datasets instead of permanent dataset names.
Datasets with names like SYSyyddd..... are temporary, are deleted at the
end of your TSO session and are not catalogued.

You should be replace the statement
   ispexec edit dataset("ztempf")
with the statements:
   address ispexec 'vget (ztempn)'
   address ispexec 'lminit dataid(tid) ddname('ztempn')'
   address ispexec 'browse dataid('tid')'
   address ispexec 'lmfree dataid('tid')'

Also, more people will see your post if you post to the listserv.
See the messages which appear at end of this post for more information.

Bill

On Apr 14, 1:39 pm, [EMAIL PROTECTED] wrote:
> Working on MVS.
> In my REXX exec I have a statement
> ispexec edit dataset ('"ztempf"')
> 
> This exec generates a Compile JCL and gives user option to view/edit
> the JCL before submitting.
> 
> All of a sudden this statement has started to error out saying
> 
> ISRD028
> 
> Data set not cataloged
> 'SYS08105.T131854.RA000.PGM687.R0232968' was not found in catalog.
> 
> While I wait for the Systems folks to tell me what's wrong, I thought
> I'd post in this forum.
> 
> Any suggestions?  It has been working fine for years.
> 
> Thanks

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

Reply via email to