Note that $1==600 in the awk suggestions is a numerical comparison. This can match strings consisting of characters other than just a six followed by a zero followed by a zero. This may or may not be an issue.
Conversely, my sed approach strictly matches the three character string "600". Again, without knowing what your data means and how it's supposed to be interpreted, this may or may not be correct.
Sorry for that Alister.I will try to maintain the decorum.
As, you said that Yoda's solution will help. Yes it helps but I cannot copy the exact value of the first column, second column, third column, from the last line to current line.That's the issue.These values should be carried from the previous line and not constant across the file.
Thanks and Best Regards,
Navendra
Indra2011,
Please look at the note I just added to message #6 in this thread. Then hit the edit button for that message and compare your original message with my update. Hopefully that will clarify how to use CODE tags.