CICS 面接の質問と回答
質問 1. What is CICS?
Customer Information Control System (CICS) is a transaction processing system designed for online processing.
役に立ちましたか?
コメントを追加
コメントを見る
質問 2. Explain the difference between XCTL and LINK commands in CICS.
XCTL transfers control to another program and does not return, while LINK transfers control and returns after execution.
役に立ちましたか?
コメントを追加
コメントを見る
質問 3. What is a BMS map in CICS?
Basic Mapping Support (BMS) map is used to define the layout of screens and messages in CICS applications.
役に立ちましたか?
コメントを追加
コメントを見る
質問 4. How do you define a transaction in CICS?
A CICS transaction is defined using a PCT (Program Control Table) entry, specifying program and transaction ID.
役に立ちましたか?
コメントを追加
コメントを見る
質問 5. What is a CICS pseudo-conversational program?
Pseudo-conversational programs simulate a conversational style by using the XCTL command to transfer control between transactions.
役に立ちましたか?
コメントを追加
コメントを見る
ユーザー評価で最も役立つ内容:
- What is a BMS map in CICS?
- What is CICS?
- Explain the concept of a CICS task.
- What is the purpose of the EIB in CICS?