Is there a way to search the PS file for a string given by use and if the PS file has that string then that complete line has to be written into a PDS member(we have to create it in the program)
If INPUT file(input.ps) content is..
Code: Select all
Select * from Table;
Drop table;
create table;
Select emp from table;
delete from table
Code: Select all
select * from table
select emp from table
Thanks in advance