Mainframe 面接の質問と回答
質問 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'
役に立ちましたか?
コメントを追加
コメントを見る
質問 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) ...
役に立ちましたか?
コメントを追加
コメントを見る
質問 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)
役に立ちましたか?
コメントを追加
コメントを見る
質問 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 ...
役に立ちましたか?
コメントを追加
コメントを見る
質問 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
役に立ちましたか?
コメントを追加
コメントを見る
ユーザー評価で最も役立つ内容: