z/OS ISPF Services Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


REMPOP—remove a pop-up window

z/OS ISPF Services Guide
SC19-3626-00

The REMPOP service removes the pop-up window created by an ADDPOP service call. After invoking the REMPOP service, any DISPLAY, TBDISPL or SELECT panel service call will either display a panel in the full panel area of the screen or a higher level pop-up window, if one is active.

Command invocation format

Read syntax diagramSkip visual syntax diagram
>>-ISPEXEC--REMPOP--+-----+------------------------------------><
                    '-ALL-'   

Call invocation format

Read syntax diagramSkip visual syntax diagram
>>-CALL--ISPEXEC--(buf-len,--buffer);--------------------------><

or

Read syntax diagramSkip visual syntax diagram
>>-CALL--ISPLINK--('REMPOPbb'--,-+-'ALLbbbbb'-+-);-------------><
                                 '-'b'--------'      

Parameters

ALL
Indicates that the dialog manager is to remove all pop-up windows that were created at the current select level. If you do not specify ALL, only one pop-up window is removed.
buf-len
Specifies a fullword fixed binary integer containing the length of "buffer".
buffer
Specifies a buffer containing the name of the service and its parameters in the same form as they would appear in an ISPEXEC call for a command procedure.

Return codes

These return codes are possible:
 0
Normal completion.
16
A pop-up window does not exist at this select level.
20
Severe error.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014