Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions VIEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ For each active job (except subsystem jobs):

### Overview

Displays comprehensive information about a specific job, including job details, call stack, locks, open files, spool files, and job log. This is the most detailed view for job analysis and troubleshooting.
Displays comprehensive information about a specific job, including job details, activation groups, call stack, locks, open files, spool files, and job log. This is the most detailed view for job analysis and troubleshooting.

### How to Access

Expand Down Expand Up @@ -189,7 +189,24 @@ Displays comprehensive job information:
- **End Job** - End the job

#### Job Statistics Tab
Contains four sub-sections:
Contains six sub-sections:

##### Library List
Shows the job library list:
- **Library** - Library name
- **Type** - Library type (SYS, CUR, USR)
- **ASP** - ASP name
- **Description** - Library description

##### Activation Groups
Shows all activation groups currently available:
- **Group** - Activation group name
- **Number** - Activation group number
- **State** - Activation group state
- **Library** - Program library
- **Program** - Program name
- **Type** - Program type
- **In Use** - In-use indicator

##### Call Stack
Shows the program call stack:
Expand Down Expand Up @@ -251,6 +268,7 @@ Displays all job log messages:
**SQL Services Used:**
- `QSYS2.JOB_INFO` - Job information
- `QSYS2.ACTIVE_JOB_INFO` - Active job information
- `QSYS2.ACTIVATION_GROUP_INFO` - Activation groups information
- `QSYS2.STACK_INFO` - Call stack information
- `QSYS2.JOB_LOCK_INFO` - Lock information
- `QSYS2.OPEN_FILES` - Open files information
Expand Down
5 changes: 5 additions & 0 deletions l10n/bundle.l10n.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"ACT jobs": "ACT-Jobs",
"Actions": "Aktionen",
"Activation": "Aktivierung",
"Activation Groups": "Aktivierungsgruppen",
"ACTIVATION_GROUP": "Aktivierungsgruppe",
"ACTIVATION_TIME": "Aktivierungszeit",
"Active jobs refreshed successfully": "Aktive Jobs erfolgreich aktualisiert",
Expand Down Expand Up @@ -490,6 +491,7 @@
"Generating PDF...": "PDF wird erstellt...",
"Greater or Equal - Remove entries >= value": "Größer oder gleich - Einträge >= Wert entfernen",
"Greater Than - Remove entries > value": "Größer als - Einträge > Wert entfernen",
"Group": "Gruppe",
"GUI_ENABLED": "Gui aktiviert",
"Has default": "Hat Standardwert",
"HELD_JOBS": "Ausgeübte Tätigkeiten",
Expand Down Expand Up @@ -527,6 +529,7 @@
"IMAGE_CONFIGURATION_NAME": "Bildkonfigurationsname",
"IMMEDIATE_UPDATE": "Sofortige Aktualisierung",
"Imports/Exports": "Importe/Exporte",
"In Use": "In Verwendung",
"INCLUDE_EXPRESSION": "INCLUDE-Ausdruck",
"INCLUDE_SENDER_ID": "Absender-ID hinzufügen",
"INDEX_BUILDS": "Indexerstellungen",
Expand Down Expand Up @@ -840,6 +843,7 @@
"NO": "NO",
"No actions available for job {0} (status: {1})": "Keine Aktionen für Job {0} verfügbar (Status: {1})",
"No actions available for this object type": "Keine Aktionen für diesen Objekttyp verfügbar",
"No activation groups found.": "Keine Aktivierungsgruppen gefunden.",
"No active job view found": "Keine aktive Jobansicht gefunden",
"No active job view found to refresh": "Keine aktive Jobansicht zum Aktualisieren gefunden",
"No active jobs found.": "Keine aktiven Jobs gefunden.",
Expand Down Expand Up @@ -1403,6 +1407,7 @@
"Total Active Jobs: {0}": "Gesamt aktive Jobs: {0}",
"Total entries: {0}": "Gesamtzahl der Einträge: {0}",
"Total files: {0}": "Gesamtdateien: {0}",
"Total groups: {0}": "Gesamtgruppen: {0}",
"Total I/O": "Gesamt-I/O",
"Total Jobs: {0}": "Gesamtjobs: {0}",
"Total locks: {0}": "Gesamtsperren: {0}",
Expand Down
5 changes: 5 additions & 0 deletions l10n/bundle.l10n.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"ACT jobs": "ACT jobs",
"Actions": "Actions",
"Activation": "Activation",
"Activation Groups": "Activation Groups",
"ACTIVATION_GROUP": "Activation Group",
"ACTIVATION_TIME": "Activation Time",
"Active jobs refreshed successfully": "Active jobs refreshed successfully",
Expand Down Expand Up @@ -490,6 +491,7 @@
"Generating PDF...": "Generating PDF...",
"Greater or Equal - Remove entries >= value": "Greater or Equal - Remove entries >= value",
"Greater Than - Remove entries > value": "Greater Than - Remove entries > value",
"Group": "Group",
"GUI_ENABLED": "Gui Enabled",
"Has default": "Has default",
"HELD_JOBS": "Held Jobs",
Expand Down Expand Up @@ -527,6 +529,7 @@
"IMAGE_CONFIGURATION_NAME": "Image Configuration Name",
"IMMEDIATE_UPDATE": "Immediate update",
"Imports/Exports": "Imports/Exports",
"In Use": "In Use",
"INCLUDE_EXPRESSION": "Include Expression",
"INCLUDE_SENDER_ID": "Include Sender ID",
"INDEX_BUILDS": "Index Builds",
Expand Down Expand Up @@ -840,6 +843,7 @@
"NO": "NO",
"No actions available for job {0} (status: {1})": "No actions available for job {0} (status: {1})",
"No actions available for this object type": "No actions available for this object type",
"No activation groups found.": "No activation groups found.",
"No active job view found": "No active job view found",
"No active job view found to refresh": "No active job view found to refresh",
"No active jobs found.": "No active jobs found.",
Expand Down Expand Up @@ -1403,6 +1407,7 @@
"Total Active Jobs: {0}": "Total Active Jobs: {0}",
"Total entries: {0}": "Total entries: {0}",
"Total files: {0}": "Total files: {0}",
"Total groups: {0}": "Total groups: {0}",
"Total I/O": "Total I/O",
"Total Jobs: {0}": "Total Jobs: {0}",
"Total locks: {0}": "Total locks: {0}",
Expand Down
5 changes: 5 additions & 0 deletions l10n/bundle.l10n.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"ACT jobs": "Trab Act",
"Actions": "Acciones",
"Activation": "Activación",
"Activation Groups": "Grupos de activación",
"ACTIVATION_GROUP": "Grupo de activación",
"ACTIVATION_TIME": "Hora de activación",
"Active jobs refreshed successfully": "Trabajos activos actualizados correctamente",
Expand Down Expand Up @@ -490,6 +491,7 @@
"Generating PDF...": "Generando PDF...",
"Greater or Equal - Remove entries >= value": "Mayor o Igual - Eliminar entradas >= valor",
"Greater Than - Remove entries > value": "Mayor que - Eliminar entradas > valor",
"Group": "Grupo",
"GUI_ENABLED": "Gui habilitado",
"Has default": "Tiene valor predeterminado",
"HELD_JOBS": "Empleos ocupados",
Expand Down Expand Up @@ -527,6 +529,7 @@
"IMAGE_CONFIGURATION_NAME": "Nombre de la configuración de imagen",
"IMMEDIATE_UPDATE": "Actualización inmediata",
"Imports/Exports": "Importaciones/Exportaciones",
"In Use": "En uso",
"INCLUDE_EXPRESSION": "Expresión INCLUDE",
"INCLUDE_SENDER_ID": "Incluir ID de emisor",
"INDEX_BUILDS": "Creaciones de índice",
Expand Down Expand Up @@ -840,6 +843,7 @@
"NO": "NO",
"No actions available for job {0} (status: {1})": "No hay acciones disponibles para el trabajo {0} (estado: {1})",
"No actions available for this object type": "No hay acciones disponibles para este tipo de objeto",
"No activation groups found.": "No se encontraron grupos de activación.",
"No active job view found": "No se encontró una vista de trabajos activos",
"No active job view found to refresh": "No se encontró una vista de trabajos activos para actualizar",
"No active jobs found.": "No se encontraron trabajos activos.",
Expand Down Expand Up @@ -1403,6 +1407,7 @@
"Total Active Jobs: {0}": "Total de trabajos activos: {0}",
"Total entries: {0}": "Total de entradas: {0}",
"Total files: {0}": "Total de archivos: {0}",
"Total groups: {0}": "Total de grupos: {0}",
"Total I/O": "I/O total",
"Total Jobs: {0}": "Total de trabajos: {0}",
"Total locks: {0}": "Total de bloqueos: {0}",
Expand Down
5 changes: 5 additions & 0 deletions l10n/bundle.l10n.fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"ACT jobs": "Travaux ACT",
"Actions": "Actions",
"Activation": "Activation",
"Activation Groups": "Groupes d'activation",
"ACTIVATION_GROUP": "Groupe d'activation",
"ACTIVATION_TIME": "Date et heure d'activation",
"Active jobs refreshed successfully": "Travaux actifs actualisés avec succès",
Expand Down Expand Up @@ -490,6 +491,7 @@
"Generating PDF...": "Génération du PDF...",
"Greater or Equal - Remove entries >= value": "Supérieur ou Égal - Supprimer les entrées >= valeur",
"Greater Than - Remove entries > value": "Supérieur à - Supprimer les entrées > valeur",
"Group": "Groupe",
"GUI_ENABLED": "Interface graphique activée",
"Has default": "A une valeur par défaut",
"HELD_JOBS": "Travaux occupés",
Expand Down Expand Up @@ -527,6 +529,7 @@
"IMAGE_CONFIGURATION_NAME": "Nom de la configuration d'image",
"IMMEDIATE_UPDATE": "Mise à jour immédiate",
"Imports/Exports": "Importations/Exportations",
"In Use": "En cours d'utilisation",
"INCLUDE_EXPRESSION": "Expression INCLUDE",
"INCLUDE_SENDER_ID": "Inclure ID émetteur",
"INDEX_BUILDS": "Générations d'index",
Expand Down Expand Up @@ -840,6 +843,7 @@
"NO": "Non",
"No actions available for job {0} (status: {1})": "Aucune action disponible pour le travail {0} (statut : {1})",
"No actions available for this object type": "Aucune action disponible pour ce type d'objet",
"No activation groups found.": "Aucun groupe d'activation trouvé.",
"No active job view found": "Aucune vue de travaux actifs trouvée",
"No active job view found to refresh": "Aucune vue de travaux actifs à actualiser",
"No active jobs found.": "Aucun travail actif trouvé.",
Expand Down Expand Up @@ -1403,6 +1407,7 @@
"Total Active Jobs: {0}": "Total des travaux actifs : {0}",
"Total entries: {0}": "Nombre total d'entrées : {0}",
"Total files: {0}": "Total des fichiers : {0}",
"Total groups: {0}": "Total des groupes: {0}",
"Total I/O": "Total des E/S",
"Total Jobs: {0}": "Total des travaux : {0}",
"Total locks: {0}": "Total des verrous : {0}",
Expand Down
5 changes: 5 additions & 0 deletions l10n/bundle.l10n.it.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"ACT jobs": "Lavori attivi",
"Actions": "Azioni",
"Activation": "Attivazione",
"Activation Groups": "Gruppi di attivazione",
"ACTIVATION_GROUP": "Activation group",
"ACTIVATION_TIME": "Tempo di attivazione",
"Active jobs refreshed successfully": "Job attivi aggiornati con successo",
Expand Down Expand Up @@ -490,6 +491,7 @@
"Generating PDF...": "Generazione PDF in corso...",
"Greater or Equal - Remove entries >= value": "Maggiore o Uguale - Rimuove voci >= valore",
"Greater Than - Remove entries > value": "Maggiore di - Rimuove voci > valore",
"Group": "Gruppo",
"GUI_ENABLED": "GUI abilitata",
"Has default": "Ha valore predefinito",
"HELD_JOBS": "Job holdati",
Expand Down Expand Up @@ -527,6 +529,7 @@
"IMAGE_CONFIGURATION_NAME": "Nome configurazione immagine",
"IMMEDIATE_UPDATE": "Aggiornamento immediato",
"Imports/Exports": "Importazioni/Esportazioni",
"In Use": "In uso",
"INCLUDE_EXPRESSION": "Includi espressione",
"INCLUDE_SENDER_ID": "Includi ID mittente",
"INDEX_BUILDS": "Costruzioni indice",
Expand Down Expand Up @@ -840,6 +843,7 @@
"NO": "NO",
"No actions available for job {0} (status: {1})": "Nessuna azione disponibile per il job {0} (stato: {1})",
"No actions available for this object type": "Nessuna azione disponibile per questo tipo di oggetto",
"No activation groups found.": "Nessun gruppo di attivazione trovato.",
"No active job view found": "Nessuna vista job attiva trovata",
"No active job view found to refresh": "Nessuna vista job attiva da aggiornare",
"No active jobs found.": "Nessun job attivo trovato.",
Expand Down Expand Up @@ -1403,6 +1407,7 @@
"Total Active Jobs: {0}": "Totale Job Attivi: {0}",
"Total entries: {0}": "Voci totali: {0}",
"Total files: {0}": "Totale file: {0}",
"Total groups: {0}": "Totale gruppi: {0}",
"Total I/O": "I/O Totale",
"Total Jobs: {0}": "Totale Job: {0}",
"Total locks: {0}": "Totale lock: {0}",
Expand Down
5 changes: 5 additions & 0 deletions l10n/bundle.l10n.ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"ACT jobs": "ACT JOBS (活動ジョブ数)",
"Actions": "アクション",
"Activation": "活動化",
"Activation Groups": "アクティベーショングループ",
"ACTIVATION_GROUP": "活動化グループ (Activation Group)",
"ACTIVATION_TIME": "活動化時刻",
"Active jobs refreshed successfully": "アクティブ・ジョブが正常に更新されました",
Expand Down Expand Up @@ -490,6 +491,7 @@
"Generating PDF...": "PDFを生成中...",
"Greater or Equal - Remove entries >= value": "以上 - 値以上のエントリを削除",
"Greater Than - Remove entries > value": "より大きい - 値より大きいエントリを削除",
"Group": "グループ",
"GUI_ENABLED": "Gui 有効",
"Has default": "デフォルト値あり",
"HELD_JOBS": "保持された仕事",
Expand Down Expand Up @@ -527,6 +529,7 @@
"IMAGE_CONFIGURATION_NAME": "イメージ構成名",
"IMMEDIATE_UPDATE": "即時更新",
"Imports/Exports": "輸入/輸出",
"In Use": "使用中",
"INCLUDE_EXPRESSION": "INCLUDE 式",
"INCLUDE_SENDER_ID": "送信元IDの組み込み",
"INDEX_BUILDS": "索引作成",
Expand Down Expand Up @@ -840,6 +843,7 @@
"NO": "NO",
"No actions available for job {0} (status: {1})": "ジョブ {0}(状態: {1})に利用可能な操作はありません",
"No actions available for this object type": "このオブジェクトタイプで使用可能なアクションはありません",
"No activation groups found.": "アクティベーショングループが見つかりませんでした。",
"No active job view found": "アクティブ・ジョブビューが見つかりません",
"No active job view found to refresh": "更新できるアクティブ・ジョブビューが見つかりません",
"No active jobs found.": "アクティブ・ジョブが見つかりません。",
Expand Down Expand Up @@ -1403,6 +1407,7 @@
"Total Active Jobs: {0}": "アクティブ・ジョブ総数: {0}",
"Total entries: {0}": "総エントリー数: {0}",
"Total files: {0}": "ファイル総数: {0}",
"Total groups: {0}": "グループ合計: {0}",
"Total I/O": "総I/O",
"Total Jobs: {0}": "ジョブ総数: {0}",
"Total locks: {0}": "ロック総数: {0}",
Expand Down
5 changes: 5 additions & 0 deletions l10n/bundle.l10n.ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"ACT jobs": "Act 작업",
"Actions": "조치",
"Activation": "활성화",
"Activation Groups": "활성화 그룹",
"ACTIVATION_GROUP": "활성 그룹",
"ACTIVATION_TIME": "활성화 시간",
"Active jobs refreshed successfully": "활성 작업이 성공적으로 새로 고쳐졌습니다",
Expand Down Expand Up @@ -490,6 +491,7 @@
"Generating PDF...": "PDF 생성 중...",
"Greater or Equal - Remove entries >= value": "크거나 같음 - 값 이상인 항목 제거",
"Greater Than - Remove entries > value": "보다 큼 - 값보다 큰 항목 제거",
"Group": "그룹",
"GUI_ENABLED": "Gui 활성화됨",
"Has default": "기본값 있음",
"HELD_JOBS": "지켜진 일자리",
Expand Down Expand Up @@ -527,6 +529,7 @@
"IMAGE_CONFIGURATION_NAME": "이미지 구성 이름",
"IMMEDIATE_UPDATE": "즉시 업데이트",
"Imports/Exports": "수입/수출",
"In Use": "사용 중",
"INCLUDE_EXPRESSION": "INCLUDE 표현식",
"INCLUDE_SENDER_ID": "송신자 ID 포함",
"INDEX_BUILDS": "색인 빌드",
Expand Down Expand Up @@ -840,6 +843,7 @@
"NO": "NO",
"No actions available for job {0} (status: {1})": "작업 {0}에 사용할 수 있는 작업이 없습니다 (상태: {1})",
"No actions available for this object type": "이 객체 유형에 사용 가능한 작업이 없습니다",
"No activation groups found.": "활성화 그룹을 찾을 수 없습니다.",
"No active job view found": "활성 작업 보기 없음",
"No active job view found to refresh": "새로 고칠 활성 작업 보기가 없습니다",
"No active jobs found.": "활성 작업이 없습니다.",
Expand Down Expand Up @@ -1403,6 +1407,7 @@
"Total Active Jobs: {0}": "총 활성 작업: {0}",
"Total entries: {0}": "총 항목 수: {0}",
"Total files: {0}": "총 파일: {0}",
"Total groups: {0}": "총 그룹: {0}",
"Total I/O": "총 I/O",
"Total Jobs: {0}": "총 작업: {0}",
"Total locks: {0}": "총 잠금: {0}",
Expand Down
5 changes: 5 additions & 0 deletions l10n/bundle.l10n.pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"ACT jobs": "Empregos ACT",
"Actions": "Ações",
"Activation": "Ativação",
"Activation Groups": "Grupos de ativação",
"ACTIVATION_GROUP": "Grupo de ativação",
"ACTIVATION_TIME": "Tempo de Ativação",
"Active jobs refreshed successfully": "Jobs ativos atualizados com sucesso",
Expand Down Expand Up @@ -490,6 +491,7 @@
"Generating PDF...": "Gerando PDF...",
"Greater or Equal - Remove entries >= value": "Maior ou Igual - Remove entradas >= valor",
"Greater Than - Remove entries > value": "Maior Que - Remove entradas > valor",
"Group": "Grupo",
"GUI_ENABLED": "Gui ativado",
"Has default": "Tem padrão",
"HELD_JOBS": "Empregos ocupados",
Expand Down Expand Up @@ -527,6 +529,7 @@
"IMAGE_CONFIGURATION_NAME": "Nome da configuração da imagem",
"IMMEDIATE_UPDATE": "Atualização imediata",
"Imports/Exports": "Importações/Exportações",
"In Use": "Em uso",
"INCLUDE_EXPRESSION": "Expressão INCLUDE",
"INCLUDE_SENDER_ID": "Incluir ID do remetente",
"INDEX_BUILDS": "Construções de Índice",
Expand Down Expand Up @@ -840,6 +843,7 @@
"NO": "NO",
"No actions available for job {0} (status: {1})": "Nenhuma ação disponível para o job {0} (status: {1})",
"No actions available for this object type": "Nenhuma ação disponível para este tipo de objeto",
"No activation groups found.": "Nenhum grupo de ativação encontrado.",
"No active job view found": "Nenhuma visualização de jobs ativos encontrada",
"No active job view found to refresh": "Nenhuma visualização de jobs ativos para atualizar",
"No active jobs found.": "Nenhum job ativo encontrado.",
Expand Down Expand Up @@ -1403,6 +1407,7 @@
"Total Active Jobs: {0}": "Total de jobs ativos: {0}",
"Total entries: {0}": "Total de inscrições: {0}",
"Total files: {0}": "Total de arquivos: {0}",
"Total groups: {0}": "Total de grupos: {0}",
"Total I/O": "Total de I/O",
"Total Jobs: {0}": "Total de jobs: {0}",
"Total locks: {0}": "Total de bloqueios: {0}",
Expand Down
Loading
Loading