가장 많이 묻는 면접 질문과 답변 & 온라인 테스트
면접 준비, 온라인 테스트, 튜토리얼, 라이브 연습을 위한 학습 플랫폼

집중 학습 경로, 모의고사, 면접 준비 콘텐츠로 실력을 키우세요.

WithoutBook은 주제별 면접 질문, 온라인 연습 테스트, 튜토리얼, 비교 가이드를 하나의 반응형 학습 공간으로 제공합니다.

Prepare Interview

모의 시험

홈페이지로 설정

이 페이지 북마크

이메일 주소 구독
/ 면접 주제 / Mainframe
WithoutBook LIVE Mock Interviews Mainframe Related interview subjects: 74

Interview Questions and Answers

Know the top Mainframe interview questions and answers for freshers and experienced candidates to prepare for job interviews.

Total 20 questions Interview Questions and Answers

The Best LIVE Mock Interview - You should go through before interview

Know the top Mainframe interview questions and answers for freshers and experienced candidates to prepare for job interviews.

Interview Questions and Answers

Search a question to view the answer.

Intermediate / 1 to 5 years experienced level questions & answers

Ques 1

What is a JCL (Job Control Language) in mainframes?

JCL is a scripting language used to define and execute job streams on mainframe systems.

Example:

JCL: //JOBNAME JOB ... //STEP1 EXEC PGM=PROGRAM1
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 2

What is VSAM (Virtual Storage Access Method) in mainframes?

VSAM is a file storage access method used in mainframes to organize and retrieve data efficiently.

Example:

VSAM definition: IDCAMS DEFINE CLUSTER ...
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 3

What is the purpose of DB2 in mainframes?

DB2 is a relational database management system (RDBMS) used in mainframes for storing and retrieving data.

Example:

SQL query: SELECT * FROM TABLE_NAME WHERE COLUMN = 'VALUE';
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 4

What is the purpose of IDCAMS utility in mainframes?

IDCAMS is a utility in mainframes used for defining and managing VSAM datasets.

Example:

IDCAMS command: IDCAMS DEFINE CLUSTER ...
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 5

Explain the function of the DFSORT utility in mainframes.

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

Example:

DFSORT JCL: //SORTSTEP EXEC PGM=DFSORT...
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 6

Explain the concept of a CICS transaction in mainframes.

A CICS transaction is a logical unit of work initiated by a user request or a program in the CICS environment.

Example:

CICS transaction definition: EXEC CICS START TRANSID('XYZ')
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 7

Explain the function of the ISPF (Interactive System Productivity Facility) in mainframes.

ISPF is a software product for interactive application development and provides a menu-driven interface on mainframes.

Example:

ISPF command: TSO ISRDDN
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 8

What is the purpose of the GDG (Generation Data Group) in mainframes?

GDG is a feature in mainframes used for version control and management of sequential datasets.

Example:

GDG definition: //OUTPUT DD DSN=MY.DATA.GDG(+1),DISP=(NEW,CATLG)
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 9

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)
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 10

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
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments

Most helpful rated by users:

Copyright © 2026, WithoutBook.