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


Client action JSON

z/OS ISPF Services Guide
SC19-3626-00

The following schema describes the JSON data structure for a request from the client for an action from ISPF:

{
  "ACTION":{
    "description":"An action request from the client - ATTN=attention
    interrupt request, EXIT=request to exit one or more ISPF screens,
    FORCETERM=terminate ISPF",
    "type":"string",
    "enum":["ATTN","EXIT","FORCETERM"],
    "required":true
  },
  "SCR":{
    "description":"For an EXIT action request, a list of identifiers for each ISPF
    logical screen to be exited",
    "type":"array",
    "items":{
      "description":"The identifier for the ISPF logical screen to be exited",
      "type":"string",
      "maxLength":1
    }
  }
}

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014