Tech Tip: AS400 QShell Command

1 min read
  • Tech Tips

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"