Questions et réponses d'entretien les plus demandées et tests en ligne
Plateforme d'apprentissage pour la preparation aux entretiens, les tests en ligne, les tutoriels et la pratique en direct

Developpez vos competences grace a des parcours cibles, des tests blancs et un contenu pret pour l'entretien.

WithoutBook rassemble des questions d'entretien par sujet, des tests pratiques en ligne, des tutoriels et des guides de comparaison dans un espace d'apprentissage reactif.

Preparation a l'entretien

Mainframe Questions et reponses d'entretien

Question 16. Explain the concept of a REXX (Restructured Extended Executor) in mainframes.

REXX is a programming language used for scripting and automation in the mainframe environment.

Example:

REXX script: ADDRESS TSO 'SUBMIT JOBNAME'

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 17. What is the purpose of the IGGCSI00 utility in mainframes?

IGGCSI00 is a utility used for defining and managing the system catalog in a DB2 environment on mainframes.

Example:

IGGCSI00 JCL: //SYSIN DD * RUN PROGRAM(DSNTIAUL) PLAN(DSNTIUL1) ...

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 18. Explain the purpose of the IDCAMS REPRO command in mainframes.

The IDCAMS REPRO command is used to copy data from one VSAM dataset to another in mainframes.

Example:

IDCAMS REPRO command: REPRO INFILE(IN_DATASET) OUTFILE(OUT_DATASET)

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 19. What is the function of the SYNCSORT utility in mainframes?

SYNCSORT is a utility used for sorting, merging, and copying datasets similar to DFSORT in mainframes.

Example:

SYNCSORT JCL: //SORTSTEP EXEC PGM=SYNCSORT ...

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 20. Explain the purpose of the JES (Job Entry Subsystem) in mainframes.

JES is a component in mainframes responsible for receiving, scheduling, and managing batch jobs.

Example:

JES command: //SYSOUT DD SYSOUT=A

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Les plus utiles selon les utilisateurs :

Copyright © 2026, WithoutBook.