confidentbala
New Member
Hi All,
Is there any possible to get the table name in a variable and pass the variable name in for each statement as follows.
DEFINE VARIABLE m_table AS CHARACTER NO-UNDO.
m_table = "pt_mstr".
FOR EACH m_table NO-LOCK.
DISPLAY m_table.
END.
Help me out.
Thanks in advance.
Is there any possible to get the table name in a variable and pass the variable name in for each statement as follows.
DEFINE VARIABLE m_table AS CHARACTER NO-UNDO.
m_table = "pt_mstr".
FOR EACH m_table NO-LOCK.
DISPLAY m_table.
END.
Help me out.
Thanks in advance.