Method: Journal Sequence Number
Function name: rowjrnlseqno
Parameter list: none
Return type: CHAR
What the method does: The implied input is the current data row. For the current data row being processed this method returns a 20 digit number in character format (with left-filled zeros) that is the sequence number of the System i5 journal record from which the data in the data row is derived.
For example, if the number of the journal record is "123456"; then this method will return the value, "00000000000000123456." Note, that this output is a character string. If you want this value to be output as a number, then you could code it as follows, "tonumber(rowjrnlseqno());"