Import/Export Message Summary DC@RESLT
Some LANSA operations create a data area into library QTEMP when they complete.
The content of this data area can be retrieved and examined to test the result of the operation.
The content and layout of the data area depends upon the operation that was performed.
Operation: LANSA export job is executed.
DC@RESLT Layout when operation completes
From Byte
|
To Byte
|
Dec
|
Format
|
Description
|
1
|
10
|
|
Alpha
|
Contains literal 'EXPORT'.
|
11
|
17
|
0
|
Signed
|
Total fatal messages issued.
|
18
|
24
|
0
|
Signed
|
Total warning messages issued.
|
25
|
31
|
0
|
Signed
|
Total completion messages issued.
|
32
|
38
|
0
|
Signed
|
Total error messages issued. This value is updated by the user exit program otherwise it will contain zeros.
|
|