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

Providing inputs to a panel of another REXX exec.


IBM Mainframe Forums -> CLIST & REXX
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic :: View next topic  
Author Message
Raghur

New User


Joined: 18 Mar 2016
Posts: 9
Location: India

PostPosted: Tue Apr 05, 2016 12:01 pm
Reply with quote

Hi All,

I want to provide iterative inputs to a existing REXX tool with panels as shown below.

Panel 1 :
Code:

                                                                               
 Choose the Type for the entity you wish to know about and enter its Name     
 Description                     Name                                         
                                                                    More:     +
 Copybook =====================>                                               
 CICS File-ID or Batch DDname =>                                               
 CICS Map =====================>                                               
 CICS Transaction =============>                                               
 Dataset Name (File) ==========>                                               
 DATACLAS =====================>                                               
 Include ======================>                                               
 Job ==========================> PBST400D                                     
 JCL Symbolic =================>                                               
 MGMTCLAS =====================>                                               
 Procedure (Proc) =============>                                               
 Program ======================>                                               
 SQL Entity ===================>                                               
 STORCLAS =====================>                                               
                                                                               
 Enter Search Limit ===========> 10000                                         
                                                                               


Upon entering it will show me all the programs that the particular job executes as shown in panel 2.

PANEL 2:
Code:

       3 PROGRAMS UNIQUELY REFERENCED BY PBST400D                               
   PROGRAM             MEMBER     LIBRARY                                       
 -------------------------------------------------------------------------------
   BST400EX            PBST400D   SYSS.JOBTRAC.LOC081.JCLLIB                   
   IEFBR14             PBST400D   SYSS.JOBTRAC.LOC081.JCLLIB                   
   SORT                PBST400D   SYSS.JOBTRAC.LOC081.JCLLIB                   


I should extract the results from this panels display.
So, for a list of jobs I should extract all the results into a dataset.

The REXX source code is not available as it is an IBM provided tool and I am supposed to use this tool for my process.

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: Tue Apr 05, 2016 12:10 pm
Reply with quote

this topic is just a rewording of Your other topic.

feeding data to a panel invoked by a foreign application
is not possible without knowing in depth the flow of the application

both topics are going to be locked shortly
no reason to waste time on unproductive speculations
Back to top
View user's profile Send private message
Raghur

New User


Joined: 18 Mar 2016
Posts: 9
Location: India

PostPosted: Tue Apr 05, 2016 3:56 pm
Reply with quote

Well, I guess you can go ahead and lock them all.

Thanks for the reply.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   This topic is locked: you cannot edit posts or make replies. 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 isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
Search our Forums:

Back to Top