Answers

Question and Answer:

  Home  IBM RPG400

⟩ Suppose my file has 10 fields and I want to make the 2nd field Zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation?

Using SQL, we can set second field value as '0'

 153 views

More Questions for you: