GENUUID is the IBM provided procedure. I can find the example of calling GENUUID from RPG, but need to add _(Underscore) in the name
EXTPRC(‘_GENUUID’)
but I don’t know how to do this in COBOL.
I tried using underscore in the COBOL call command, compile ends in error saying invalid program name.
appreciate any help. Thanks!
New contributor
AS400 Developer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.