Useful AS400 QShell command: use “getjobid” command to find AS400 matching JOB ID from an EnterpriseOne process ID:
In QShell (QSH):
“ps -ef | grep jde” to return listing of JDE processes and process IDs
“getjobid <PID>” to return AS400 JOB ID”
Useful AS400 QShell command: use “getjobid” command to find AS400 matching JOB ID from an EnterpriseOne process ID:
In QShell (QSH):
“ps -ef | grep jde” to return listing of JDE processes and process IDs
“getjobid <PID>” to return AS400 JOB ID”