नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
In the first directive, within a macro, LOCAL defines labels that are unique to each instance of the macro.
Syntax
LOCAL localId ⟦, localId ...⟧
LOCAL labelId ⟦ [count] ⟧ ⟦:qualifiedType⟧ ⟦, labelId ⟦ [count] ⟧ ⟦qualifiedType⟧ ...⟧
Remarks
In the second directive, within a procedure definition (PROC), LOCAL creates stack-based variables that exist for the duration of the procedure. The labelId may be a simple variable or an array containing count elements, where count is a constant expression.