From: Hudson R. <hud...@so...> - 2002-08-13 15:56:07
|
Hi Ferran, thanks to help me! > It's easy. I believe so, but I don't know C.. :( > To call the routine you should terminate the parametre wirh a NULL > (binary 0). Ok, I got it. > Somryhing like this should work : > > move spaces to parameter-wor. > > string address-to-verify delimited by size > x'00' delimited by size > into parameter-wor. > > call "cgi_goodemailaddress" using parameter-wor. What kind of variable do I need to declare?(pic a(n) or pic x(n)) What's the size of this variable? How could I test the call's return from C routine on my COBOL program? How could I receive the values return from C routine on my COBOL program? > Then you should coimpile the COBOL sources and link it with the C > object. to make an executable. Ok, I got it. Thanks Hudson |