Submitted Questions

  • IMS Query

    I have a file to read ( which has many records ) & to insert the records in a Database. If I encounter a record which is already inserted in IMS database ( which is a double insert , IMS Code = II ), then I need to skip that record & continue reading the next good records in the file to insert into the IMS database. How do I do this. Please let me know which call needs to used in IMS & pseudo code. Thanks.

    PK.Ganapathy

    • Jan 7th, 2015

    You will need to programmatically handle the PCB-STATUS-CD = "II" to skip the record and take/read the next record.