Code Comments
Programming Forum and web based access to our favorite programming groups.hi, I have shortly use procedure-pointer's to call our UPROS. However we use the Compiler-statement NODYNAM and so I must use a the field Z-UPRO, to say the compiler, he shall link this modul while runn ing. It seems it's work, however I don't know why. I use the same field Z-UPRO. It seems, the Cobol-Compiler make a Copy of my field Z-Upro for every call. Is that right, and will the MICRO-FOCUS Compiler make the same? Z-UPRO X(8); UPRO-upro-name1 procedure-pointer; UPRO-upro-name2 procedure-pointer; .. MOVE 'upro-name1' TO Z-UPRO SET UPRO-upro-name1 TO ENTRY Z-UPRO MOVE 'upro-name2' TO Z-UPRO SET UPRO-upro-name1 TO ENTRY Z-UPRO ... In the main-prog I use call upro-nameXXX using something regard joerg
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.