I have zero Java knowledge, what would be the equivalent of the following in java?
Code:
Public Type hdrmail1rec 'Output rec header 1
hdrcust As String * 20
filler1 As String * 3
hdrpo As String * 20
filler2 As String * 3
hdrdate As String * 23
filler3 As String * 3
hdrstat As String * 40
End Type
Comment