Mainframe CICS and ISPF Editor Commands

Test your knowledge of CICS programming commands, TSO operations, and ISPF editor line commands

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is the Line command Used to Change a line in Mainframes from any case to Upper case

  1. UC
  2. MC
  3. PC
  4. DC
Question 2 Multiple Choice (Single Answer)

What is the line command used to display the data before and after change

  1. Comapre dataset
  2. Tso compare
  3. compare session
  4. All of the above
Question 3 Multiple Choice (Single Answer)

What is the line command used to merge two lines in a dataset

  1. Merger
  2. M against first and 'O' against second
  3. Not possible
  4. All of the above
Question 4 Multiple Choice (Single Answer)

What is the Line command Used to split 1 line into 2 in Mainframes program

  1. AS
  2. MS
  3. TS
  4. US
Question 5 Multiple Choice (Single Answer)

After hiding all the line how do you display the last line in a Mainframe program

  1. Show last
  2. Last only
  3. N
  4. L
Question 6 Multiple Choice (Single Answer)

What is the Line command used to hide all the line in a Mainframes program

  1. Hide
  2. Dontshow
  3. X
  4. AC
Question 7 Multiple Choice (Single Answer)

What is the line command used to do automatically allign data in a dataset

  1. Allign
  2. TF
  3. MF
Question 8 Multiple Choice (Single Answer)

What is the Line command Used to Change a line in Mainframes from any case to Upper case

  1. UC
  2. MC
  3. PC
  4. DC
Question 9 Multiple Choice (Single Answer)

What is the Line command Used to Change a line in Mainframes from any case to Lower case

  1. MC
  2. LC
  3. BC
  4. AC
Question 10 Multiple Choice (Single Answer)

What is the Line command Used to split 1 line into 2 in Mainframes program

  1. AS
  2. MS
  3. TS
  4. US
Question 11 Multiple Choice (Single Answer)

What is the Line command used to hide all the line in a Mainframes program

  1. Hide
  2. Dontshow
  3. X
  4. AC
Question 12 Multiple Choice (Single Answer)

After hiding all the line how do you display the First line in a Mainframe program

  1. Show First
  2. First Only
  3. F
  4. L
Question 13 Multiple Choice (Single Answer)

After hiding all the line how do you display the last line in a Mainframe program

  1. Show last
  2. Last only
  3. N
  4. L
Question 14 Multiple Choice (Single Answer)

What is the line command used to merge two lines in a dataset

  1. Merger
  2. M against first and 'O' against second
  3. Not possible
  4. All of the above
Question 15 Multiple Choice (Single Answer)

What is the line command used to do automatically allign data in a dataset

  1. Allign
  2. TF
  3. MF
  4. All of the above
Question 16 Multiple Choice (Single Answer)

What is the TSO command to display the Last 30 used datasets

  1. TSO DS
  2. dslist
  3. Display ds
  4. All of the above
Question 17 Multiple Choice (Single Answer)

What do you do if you do not want characters entered by the user to be folded to uppercase?

  1. Use ASCI option on RECEIVE
  2. Use ASIS option on RECEIVE
  3. Use Unicode option on RECEIVE
  4. Use ASCII option on RECEIVE
Question 18 Multiple Choice (Single Answer)

How do you read from a TSQ?

  1. Permanent Storage read command
  2. Transaction storage read command
  3. Temp storage read command
  4. None of the above
Question 19 Multiple Choice (Single Answer)

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?

  1. DFHEIBDK, DFHCOMMAREA
  2. DFHEIBLK, DFHCOMNAREA
  3. DFHEEBLK, DFHCOMMAREA
  4. DFHEIBLK, DFHCOMMAREA
Question 20 Multiple Choice (Single Answer)

Can you access QSAM (seq) files from CICS?

  1. Yes
  2. Using AIX we can access in CICS
  3. Using Keys we can access QSAM in CICS
  4. No