What does 6.14 indicate here?

Posted by: Pdfprep Category: C9530-001 Tags: , ,

In the User Trace output shows the following message:

2016-04-12 16:17:18.242605 5344 UserTrace BIP2539I: Node

‘Reply.MapToRequestor’:

Evaluating expression ”I + 1”

at

(‘MapToRequestor.CopyMessageHeaders’, ‘6.14’). This resolved to ”1 + 1”. The result was ”2”.

What does 6.14 indicate here?
A . Line 6, Column 14 in the CopyMessageHeaders node.
B . Line 14, Column 6 in CopyMessageHeaders node.
C . Column 6, line 14 in the CopyMessageHeaders function of MapToRequestor.
D . Line 6, Column 14 in the CopyMessageHeaders function of MapToRequestor.

Answer: D

Explanation:

References such as ‘6.14’ apply to the row and column number within a function that specify the location of the command that is being executed; in this case, row 6, column 14.

Example:

2005-07-12 16:17:18.242605 5344 UserTrace BIP2539I: Node ‘Reply.MapToRequestor’: Evaluating expression ”I” at (‘.MapToRequestor.CopyMessageHeaders’, ‘6.12’). This resolved to ”I”. The result was ”1”.

References: https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/ au14320_.htm

Leave a Reply

Your email address will not be published.