IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Need Help to Define 36 Input Fields (1 Byte) in REXX


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
satish.ms10

Active User


Joined: 10 Aug 2009
Posts: 184
Location: India

PostPosted: Sat May 07, 2016 3:08 pm
Reply with quote

Hi All,

Thanks for all your support.

I have situation to define 36 fields of each 1 byte for user input.

My input panel should look like

Code:

                         INPUT PANEL           

      F01: _  F02: _   F03: _  F04: _  F05: _  F06: _

      F07: _  F08: _   F09: _  F10: _  F11: _  F12: _

      F13: _  F14: _   F15: _  F16: _  F17: _  F18: _

                          .....

                          .....

      F31: _  F32: _   F33: _  F34: _  F35: _  F36: _



I am unable to find that how to define these many 1 byte Input fields?

Can you help me with some pointers?

Thanks in advance.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Sat May 07, 2016 6:16 pm
Reply with quote

read the ISPF manuals about the
Code:
.ZVARS

construct
Back to top
View user's profile Send private message
satish.ms10

Active User


Joined: 10 Aug 2009
Posts: 184
Location: India

PostPosted: Sun May 08, 2016 5:01 pm
Reply with quote

Thank you so much Enrico.

I am able to fulfill my requirements with .ZVARS.

Thanks,
Satish
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
Search our Forums:

Back to Top