On Thu, 12 Aug 2021, at 23:51, Joseph Reichman wrote: > The only difference using SVC 99 to allocate the file I am able to get > into file manager > With tso ALLOC I blow up
That suggests your ALLOC is not coded properly; it might work, but is not creating the same sort of file. This information: > The rexx variables I assign > Are tclib for the template > TCIN for the template member > And filein for the dataset to browse > Then I invoke the following command > Address ispexec > “Select cmd(filemgr $dsv dsnin=‘“ || filein || “ ‘ TCIN=‘“ || tclib || > “(“ || TCIN || “)” is nearly useless (to us) and we cannot see what any of the variables you defined actually contain. Have you tried tracing the exec to make sure that the contents of the "select cmd" are actually what you expect? Is there anything odd about the file names involved? As other people have asked, are the file's characteristics (recfm lrecl etc) identical in the working and failing instances? -- Jeremy Nicoll - my opinions are my own. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
