Mainframe CICS and ISPF Editor Commands
Test your knowledge of CICS programming commands, TSO operations, and ISPF editor line commands
Questions
What is the Line command Used to Change a line in Mainframes from any case to Upper case
- UC
- MC
- PC
- DC
What is the line command used to display the data before and after change
- Comapre dataset
- Tso compare
- compare session
- All of the above
What is the line command used to merge two lines in a dataset
- Merger
- M against first and 'O' against second
- Not possible
- All of the above
What is the Line command Used to split 1 line into 2 in Mainframes program
- AS
- MS
- TS
- US
After hiding all the line how do you display the last line in a Mainframe program
- Show last
- Last only
- N
- L
What is the Line command used to hide all the line in a Mainframes program
- Hide
- Dontshow
- X
- AC
What is the line command used to do automatically allign data in a dataset
- Allign
- TF
- MF
What is the Line command Used to Change a line in Mainframes from any case to Upper case
- UC
- MC
- PC
- DC
What is the Line command Used to Change a line in Mainframes from any case to Lower case
- MC
- LC
- BC
- AC
What is the Line command Used to split 1 line into 2 in Mainframes program
- AS
- MS
- TS
- US
What is the Line command used to hide all the line in a Mainframes program
- Hide
- Dontshow
- X
- AC
After hiding all the line how do you display the First line in a Mainframe program
- Show First
- First Only
- F
- L
After hiding all the line how do you display the last line in a Mainframe program
- Show last
- Last only
- N
- L
What is the line command used to merge two lines in a dataset
- Merger
- M against first and 'O' against second
- Not possible
- All of the above
What is the line command used to do automatically allign data in a dataset
- Allign
- TF
- MF
- All of the above
What is the TSO command to display the Last 30 used datasets
- TSO DS
- dslist
- Display ds
- All of the above
What do you do if you do not want characters entered by the user to be folded to uppercase?
- Use ASCI option on RECEIVE
- Use ASIS option on RECEIVE
- Use Unicode option on RECEIVE
- Use ASCII option on RECEIVE
How do you read from a TSQ?
- Permanent Storage read command
- Transaction storage read command
- Temp storage read command
- None of the above
When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get included and that is it called?
- DFHEIBDK, DFHCOMMAREA
- DFHEIBLK, DFHCOMNAREA
- DFHEEBLK, DFHCOMMAREA
- DFHEIBLK, DFHCOMMAREA
Can you access QSAM (seq) files from CICS?
- Yes
- Using AIX we can access in CICS
- Using Keys we can access QSAM in CICS
- No