Mainframe Programming: Synon, CICS, COBOL, and JCL

Test your knowledge of mainframe technologies including Synon/2E development, CICS BMS mapping, COBOL programming, VSAM datasets, and JCL job control language.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Suppose 3 generations of a GDG exist. How would you reference the 1 st generation in the JCL?

  1. Use GDG name(-3)
  2. Use GDG name(-2)
  3. Use GDG name(-1)
  4. Use GDG name(0)
Question 2 Multiple Choice (Single Answer)

For how long a job can be executed continuously in a Mainframe

  1. 248 Days
  2. 250 Days
  3. 252 Days
  4. 258 Days
Question 3 Multiple Choice (Single Answer)

What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?

  1. Minimum Size : 1 track Maximum size : 10 cylinder
  2. Minimum Size : 10 track Maximum size : 1 cylinder
  3. Minimum Size : 0 track Maximum size : 1 track
  4. Minimum Size : 1 track Maximum size : 1 cylinder
Question 4 Multiple Choice (Single Answer)

How many bytes does a S9(7) SIGN TRAILING SEPARATE field occupy ?

  1. 3 bytes
  2. 4 bytes
  3. 7 bytes
  4. 8 bytes
Question 5 Multiple Choice (Single Answer)

What is file status 39 ?

  1. Mismatch in LRECL between your COBOL pgm & the JCL
  2. Mismatch in BLOCKSIZE between your COBOL pgm & the JCL
  3. Mismatch in RECFM between your COBOL pgm & the JCL
  4. All of the above
Question 6 Multiple Choice (Single Answer)

How may divisions are there in JCL-COBOL?

  1. 4
  2. 5
  3. 6
  4. 7
Question 7 Multiple Choice (Single Answer)

How To Set MDT(Modified Data Tag) Thru Application Program? (Dynamically)?

  1. Move the macro DFHBMFSE to the attribute field of that particular variable
  2. Move -1 to lenght of the filed
  3. Both of the above
  4. None of the above
Question 8 Multiple Choice (Single Answer)

How can we display negative sign in a map?

  1. Use picin='zz999.99-' in the map field definition
  2. Use picout='zz999.99-' in the map field definition
  3. Both of the above
  4. None of the above
Question 9 Multiple Choice (Single Answer)

What happens if i move +1 to field+l instead of -1 to field+l ?

  1. Cursor will move to the next available field
  2. Cursor will move to the last field.
  3. Cursor will move to the previous available field.
  4. Cursor will be placed on the left upper corner of the screen
Question 10 Multiple Choice (Single Answer)

Can you use OCCURS in a BMS map?

  1. Yes
  2. No
  3. Don't know
  4. Not Sure
Question 11 Multiple Choice (Single Answer)

In which table would you make an entry for a BMS map?

  1. TCT
  2. FCT
  3. PPT
  4. None of the above
Question 12 Multiple Choice (Single Answer)

What is the length of Synon Field Name?

  1. 26
  2. 25
  3. 23
  4. 28
Question 13 True/False

Is there a restriction in Synon Field names to start with Alphabets?

  1. True
  2. False
Question 14 Multiple Choice (Single Answer)

Which of these field type represent system entities?

  1. STS
  2. PRC
  3. REF
  4. VNM
Question 15 Multiple Choice (Single Answer)

Which field type represent flags or indicators?

  1. VNM
  2. PRC
  3. STS
  4. VAL
Question 16 Multiple Choice (Single Answer)

Which field type is based on another field's type?

  1. REF
  2. QTY
  3. TME
  4. CDE
Question 17 Multiple Choice (Single Answer)

Which type of field's value is calculated at runtime?

  1. Database
  2. Functional
  3. Attribute
  4. Descriptive
Question 18 Multiple Choice (Single Answer)

Which is a database field type in Synon?

  1. PRC
  2. DRV
  3. DTE
  4. ATR
Question 19 Multiple Choice (Single Answer)

Which function field has it's own Action Diagram?

  1. STS
  2. DRV
  3. SUM
  4. ATR
Question 20 Multiple Choice (Single Answer)

Which of the following functional field usage will calculate the total number of employees in department?

  1. MAX
  2. MIN
  3. CNT
  4. SUM