If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > REXX array in ISPF panel

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-10-08, 03:41
AleMadrid AleMadrid is offline
Registered User
 
Join Date: Jul 2008
Posts: 1
Unhappy REXX array in ISPF panel

Iīm sorry if this isnīt the correct forum place where I have to write my rexx problem but this is my first thread.

My problem is tha I am writting a Rexx program and I need pass a array variable to my ISPF panel. I donīt know how can I do it.

DO I = 1 TO 11
ADDRESS ISPEXEC "TBSKIP" TBTABLE
ADDRESS ISPEXEC "TBGET" TBTABLE

ARRAY.I= TBREGIMS TBUSER TBLIBRE TBTRAN TBCLASEO TBCLASEA TBFECHA TBHORA

END

ADDRESS ISPEXEC "TBCLOSE" TBTABLE

I want show the array where I have the information from the table in the ispf panel.
I have tried &ARRAY.1 but it doesnīt work.
Can someone help me? THANKSSSSSSSSSS
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On