My input dataset has 5 records. I am reading and displaying it in a panel. This panel has option to delete a record. If I delete a record in that panel then the corresponding record in the dataset needs to be deleted.
For this I have COBOL coding logic. But, Is there any CLIST or REXX command to do the above.