¤TO ADD A NEW MEMBER TO THE FILE USINGCPYF CPYF FROMFILE(AMINEM/ACCOUNT) TOFILE(AMINEM/ACCOUNT) FROMMBR(ACCOUNT) TOMBR (MBR3) MBROPT(*ADD) CRTFILE(*NO) FROMRCD(1) NBRRCDS(3) Member MBR3 added to file ACCOUNT in AMINEM. 3 records copied from member ACCOUNT. MEMBER WILL BE CRE...
"Concurrent Insert in multi treaded environment "-- I have a scenario, where i need to insert data into a table using multiple threads concurrently. Will there be any problems if i continue with this approach ?Please suggest.-- Reddy Balaji C. ##Mark as answer if it solves the issue...