For Programmers: Free Programming Magazines  


Home > Archive > Cobol > January 2006 > Obtain the Name of a Variable in Execution Time









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 Obtain the Name of a Variable in Execution Time
Rafael

2006-01-13, 2:28 am

Hi all,

I'm a developer of COBOL and I need know if the following it's possible from COBOL.

I need obtain the name of a variable during the execution of a program. For example:

01 VAR pic X(10).

When the program runs.....

if I make reference to this variable I need that this unknown fucntion returns me the name of the variable, not the content or the memory position, I need the name (VAR) in a string.

It's posible?

Thanks in advance.
Sponsored Links







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

Copyright 2008 codecomments.com