Hello , How to manage Greek Characters in rmcobol85. when greek characters processed from input file it is stored as junk data in the cobol files and printed junk data. How to capture correctly ?
Thanks & Regards
Hello, i have included following scripts in my program
oOutLookObject = CreateObject('Outlook.Application')
oEmailItem = oOutLookObject.CreateItem(MAILITEM)
WITH oEmailItem
.Recipients.Add('moe@3stooges.com')
.Subject = 'Automation sample'
.Importance = IMPORTANCENORMAL
.Body =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.