logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are different file OPEN modes available in COBOL?


  • Correct Answer
  • Open for INPUT, OUTPUT, I-O, EXTEND 1INPUT : for read only purpose 2OUTPUT : for write only purpose 3EXTEND : for appending records 4I-O : for read and write(using EXTEND) purpose 


  • Technology problems


    Search Results


    • 1. How do you define a sort file in JCL that runs the COBOL program?
    • Discuss
    • 2. Specify the CICS command used to read a VSAM record starting with prefix F. Code all the relevant options?
    • Discuss
    • 3. The EIB field which gives the last CICS command executed is?
    • Discuss
    • 4. What CICS command do you need to obtain the user logon-id?
    • Discuss
    • 5. Name some of the common tables in CICS and their usage?
    • Discuss
    • 6. How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
    • Discuss
    • 7. What are the steps you go through while creating a COBOL program executable?
    • Discuss
    • 8. In the JCL, how do you define the files referred to in a subroutine ?
    • Discuss
    • 9. What COBOL construct is the COBOL II EVALUATE meant to replace?
    • Discuss
    • 10. What divisions, sections and paragraphs are mandatory for a COBOL program?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment