AS/400 SQLRPGLE Jobdate Questions

1

AS/400 Embedded SQL Dates
Our normal QDATFMT is *MDY.  (Arrrgh!!!) I am running an SQLRPGLE that does this: **----Set Option must be first code in program.----------------* /free                                                               EXEC SQL SET OPTION                                                          DatFmt     = *ISO,                                              Commit     = *NONE,                                             CloSqlCsr  = *ENDMOD;                          /end-free                                             The SQLRPGLE builds a file which is copied in the clp to the IFS as [...]

Answer Question   |  February 28, 2012  10:17 PM
AS/400 SQLRPGLE Jobdate
asked by:
1,380 pts.

1