> > I'm trying to run a TSO command using IKJEFT01 but I want the command to work on > a dataset. Possible? > > TIA > Bill,
TSO Batch is very similar to TSO Foreground. So if you can do in ISPF Option 6 you can do it in batch. As others have pointed out, provide an example of what you want to do. For example, if you want to edit a dataset in batch do you want native TSO or ISPF Edit? You can use the LM functions so can do something like 3.. You can use REXX/CLIST and execute things like RENAME, DELETE, LISTC Depending on how you want to run in batch you should look up the differences between IKJEFT01 IKJEFT1A IKJEFT1B They all handle errors in TSO batch a little differently. HTH Lizette ---------------------------------------------------------------------- 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

