I am working on a project that would allow our application to more efficiently search through instances(rows on a table). This is current process:
Var ptr is pointer to MessageRefQry
Var ptrs is list of pointer to MessageRefQry
ptrs = LIST(currentclass,LIST_ALL)
FOR ptrs,ptr
IF iMsgNum =...
I decided to tackle the task of converting a COBOL pgm to RPG IV (Free format). I am trying to break unstrung variable into strung variables. For example: 'Susan E Gantner MD' is being returned as 'Susan E Gantner'. I just want 'Susan'.
BegSr UnstringPrvdr...
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.