Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

procedure-pointer MVS UNIX
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

Report this thread to moderator Post Follow-up to this message
Old Post
j?rg brehe
02-08-05 01:55 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Cobol archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 03:39 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.