Panel over a PANEL

TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...
Ramsee
Posts: 25
Joined: Wed Nov 20, 2013 6:08 pm
Skillset: JCL,COBOL,DB2,VSAM,SYNCSORT,FORTRAN
Referer: TheMFKID

Panel over a PANEL

Postby Ramsee » Wed Nov 20, 2013 6:26 pm

Hi All,

Warm greetings to one and all!!

I like to have a Sub-Panel over a Main-Panel in my design, To be brief i have a frame in that if i enter 2 in the TYPE OF EXTRACTION, i need to have a Sub-Panel inside the Main Panel.Now it is displaying in a new screen.

Code: Select all

 -------------        FORM EXTRACT                  ------------
                                                                               
                                                          USERID: ZXXXXXX       
                                                          DATE  : 13/11/20     
                                                          TIME  : 07:51         
                                                                               
   PLEASE FILL THE FOLLOWING DETAILS FOR EXTRACTION                         
                                                                               
   E-MAIL ID OF THE USER ===>                                                   
                                                                               
   COMPANY NAME   ===>                                                   
                                                                               
   COMPANY NUMBER  ===>                                                   
                                                                               
   TYPE OF EXTRACTION    ===>                                                   
         1. SINGLE FILE EXTRACTION                                             
         2. MULTIPLE FILE EXTRACTIONS                                           


Sub-Panel

Code: Select all

           DATE FOR VCF EXTRACTION     
   FROM DATE:                TO :     
   FORMAT OF DATE IS YYYYMMDD         
                                       


Please let me know how to do bring the Sub-Panel over the main panel.

Thanks,
Ramsee

enrico-sorichetti
Global moderator
Posts: 3006
Joined: Fri Apr 18, 2008 11:25 pm
Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
Referer: www.ibmmainframes.com

Re: Panel over a PANEL

Postby enrico-sorichetti » Wed Nov 20, 2013 6:46 pm

not a REXX problem...
read the ispf manuals for the POP UP panel logic
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort

Ramsee
Posts: 25
Joined: Wed Nov 20, 2013 6:08 pm
Skillset: JCL,COBOL,DB2,VSAM,SYNCSORT,FORTRAN
Referer: TheMFKID

Re: Panel over a PANEL

Postby Ramsee » Wed Nov 20, 2013 6:50 pm

Hi All,

Thanks for the time now i have found a solution for the above requirement. :)

Code: Select all

 "ISPEXEC ADDPOP POPLOC(FIELDname)"           
 ZWINTTL = "TOPIC FOR THE POPUP"
 "ISPEXEC DISPLAY PANEL(SUBPANEL)"           


Above code was done the EX rexx code and i was able to acheieve the output as expect.

Thanks,
Seetharaman

TheMFKid
Posts: 3
Joined: Wed Nov 20, 2013 5:15 pm
Skillset: Cobol,JCL,VSAM, DB2, ChangeMan, REXX, CLISTS, Automations
Referer: Internet

Re: Panel over a PANEL

Postby TheMFKid » Thu Nov 21, 2013 10:16 am

Ramsee, nice to find that you've joined here.. Apart from rexx, you can directly call your popup panel frm inside your main panel. You can try to find how popup panel is called when you hit option 9(Additional IBM Program Development Products) from ISPF Primary Option Menu, if you have it in your shop.

User avatar
Pedro
Posts: 686
Joined: Thu Jul 31, 2008 9:59 pm
Skillset: ISPF
Referer: google
Location: Silicon Valley

Re: Panel over a PANEL

Postby Pedro » Thu Nov 21, 2013 7:07 pm

...you can directly call your popup panel frm inside your main panel. You can try to find how popup panel is called ...

ISR@PRIM has an example of using the SELECT statement with the ADDPOP parameter.
Pedro Vera

TheMFKid
Posts: 3
Joined: Wed Nov 20, 2013 5:15 pm
Skillset: Cobol,JCL,VSAM, DB2, ChangeMan, REXX, CLISTS, Automations
Referer: Internet

Re: Panel over a PANEL

Postby TheMFKid » Fri Nov 22, 2013 10:05 am

Yes, Thanks Pedro.


  • Similar Topics
    Replies
    Views
    Last post