HiLMAs reference
Back

Miscellaneous Instructions

 

STACK

STACK function,(string,length)

 

Description

STACK statement handle the user stack, in VM/CMS or TSO environment only.

function can be:
PUSH : string is pushed on the stack
PULL : the top of the stack is pulled in string

 

Parameter specifications

Parameter Name Mode Type coding Remark
1 PUSH or PULL fixed command      
2 string Input or Output  String C or X Max length 255 char.
3 length Input Integer F or H or const.  

 

 

Examples

 


Back Start  
REXX2VAR Top