Hi,
Can any one advise how to convert the following code to Visual Cobol, thanks.
(Please see attached file for the full code)
Private FmdToVerify As List(Of Fmd) = New List(Of Fmd)
vResult = Comparison.Identify(result3.Data, 0, getFmdToVerify, 21474, 5)
Public ReadOnly Property getFmdToVerify() As List(Of Fmd)
Get
Return FmdToVerify
End Get
End Property