logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Specify the CICS command used to read a VSAM record starting with prefix F. Code all the relevant options?


  • Correct Answer
  • EXEC CICS READ DATASET('FILENAME') INTO(data-area) RIDFLD(data-area) KEYLENGTH(1) GENERIC LENGTH(WK-LEN) END-EXEC 


  • Technology problems


    Search Results


    • 1. The EIB field which gives the last CICS command executed is?
    • Discuss
    • 2. What CICS command do you need to obtain the user logon-id?
    • Discuss
    • 3. Name some of the common tables in CICS and their usage?
    • Discuss
    • 4. What is ENQ in CICS ?
    • Discuss
    • 5. What is the CICS LOAD command ?
    • Discuss
    • 6. How do you define a sort file in JCL that runs the COBOL program?
    • Discuss
    • 7. What are different file OPEN modes available in COBOL?
    • Discuss
    • 8. How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
    • Discuss
    • 9. What are the steps you go through while creating a COBOL program executable?
    • Discuss
    • 10. In the JCL, how do you define the files referred to in a subroutine ?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment