![[Richware Logo]](../../richware.jpg)
Requires that the process be in your group.
Specifies the name of the process to be force exited. The process name can have from 1 to 15 alphanumeric characters. The specified process must have the same group number in its user identification code (UIC) as the current process; you cannot use the process-name parameter to force exit a process outside of your group. To force exit a process outside your group, you must use the qualifier /IDENTIFICATION=pid
The process-name parameter cannot be used with the /IDENTIFICATION qualifier;
if you use the /IDENTIFICATION qualifier, the process name is ignored.
Specifies the system-assigned process identification (PID) code. When you create a process with the RUN command, the RUN command displays the PID code of the newly created process. The /IDENTIFICATION qualifier can be used in place of the process-name parameter.
You can omit any leading zeros in specifying the PID code.
Required GROUP privilege to force exit other processes in the same group.
Requires WORLD privilege to force exit processes outside your group.
$ FORCEX BLAH $ FORCEX /ID=20813ACF |