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


Client action JSON examples

z/OS ISPF Services Guide
SC19-3626-00

The following example shows the JSON when the client requests ISPF process an attention request:

{
    "ACTION":"ATTN"
}

The following example shows the JSON when the client requests the exit of 3 ISPF logical screens with identifier 1, 2, and 3:

{
    "ACTION":"EXIT",
    "SCR":["1",
        "2",
        "3"
    ]
}

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014