Allows user-written system programs to shut down the CICS region.
Sintaxe:
PERFORM SHUTDOWN
>>-PERFORM SHUTDOWN--+-----------+-----------------------------><
'-IMMEDIATE-'
|
Descrição:
The PERFORM SHUTDOWN command shuts down the CICS system.
The shutdown can be either normal (controlled) or immediate.
Do not use PERFORM SHUTDOWN SPI in normal business applications.
It is intended for use in user-written system programs.
Opção:
IMMEDIATE
- Specifies that CICS is to shut down immediately, and terminate all active tasks and sessions abnormally.
- If IMMEDIATE is not specified, CICS shuts down normally, allows these tasks to complete, and quiesces the sessions.
- It then takes a warm keypoint.
Informações relacionadas:
© Copyright IBM Corp.