0

AS400: If I update a file using 1. STRSQL(from command line) 2. Update/Insert/Delete statement in a SQLRPGLE program, would it create a Journal entry?(File is properly journaled)

AS400 User
  • 187
  • 2
  • 14

2 Answers2

0

yes, both. And even with a standard RPG write/update operation

Dam
  • 986
  • 1
  • 14
  • 20
0

Yes. It would be kind of useless if omitted some types of database transactions.

WarrenT
  • 4,502
  • 19
  • 27