For Programmers: Free Programming Magazines  


Home > Archive > Cobol > January 2005 > procedure pointer OS/390 COBOL370/VSCOBOL II









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author procedure pointer OS/390 COBOL370/VSCOBOL II
j?rg brehe

2005-01-19, 3:55 am

Hi,

I have a short question about procedure pointer.
we have some lines in our cobol progs, like

move 'progname' to prog
call prog using something

cancel prog




Now I will use procedure-pointer


01 pgmptr procedure-pointer

set pgmptr to entry 'progname'

call pointer using soemthing



can i use in this case

cancel 'progname'

to cancel the upro


regards

jörg
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com