Hi,
I have one PS file which is a report kind of file. From that file i need to find one string and based on that i need to extract the next line.
Example:
----------------- TRIGGERED BY JOBS/DATASETS/NETWORKS ----------
JOB=FT@D0111 SCHID=234 QTM=0000 LEADTM=0000 SUBMTM=0000
I need to find the string '----------------- TRIGGERED BY JOBS/DATASETS/NETWORKS ----------' and write the next record in out put file.
Output file should contain
JOB=FT@D0111 SCHID=234 QTM=0000 LEADTM=0000 SUBMTM=0000
Thanks in advance for your help.
Brindha.