I was trying this piece of code(below) and I was not able to delete the particular lines as expected. And one more thing is even though I have coded "ISREDIT SAVE" "ISREDIT END" I need to press f3 for the file to get saved. Can anyone one suggest me where do I go wrong. Apologize if my thoughts are wrong.
/* REXX */
"ISPEXEC EDIT DATASET('Z114VCT.DUMMY')"
ADDRESS TSO
"ISREDIT DELETE 1 10"
"ISREDIT SAVE"
"ISREDIT END"
"ISPEXEC EDIT DATASET('Z114VCT.DUMMY')"
ADDRESS TSO
"ISREDIT DELETE 1 10"
"ISREDIT SAVE"
"ISREDIT END"
Regards,
Viswa