logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Explain the difference among the EXEC LINK, EXEC XCTL and Cobol II static call statements in CICS?


  • Correct Answer
  • - Use a COBOL II CALL statement to invoke a subprogram This method is transparent to CICS, which sees only the one load module - EXEC LINK is similar to a call; it invokes a separate CICS program and ends with a RETURN to the invoking program - EXEC XCTL which transfers control to another CICS program and does not get control back COBOL II allows for static calls which are more efficient than the LINK instruction which establishes a new run-unit 


  • Technology problems


    Search Results


    • 1. What is the function of the CICS translator?
    • Discuss
    • 2. What is the difference between the INTO and the SET option in the EXEC CICS RECEIVE MAP command?
    • Discuss
    • 3. What are the CICS commands available for program control?
    • Discuss
    • 4. What are different ways of Initiating Transaction in CICS?
    • Discuss
    • 5. What happens when a CICS command contains the NOHANDLE option?
    • Discuss
    • 6. What is the difference between the enter key, the PF keys and the PA keys?
    • Discuss
    • 7. Explain how to handle exceptional conditions in CICS?
    • Discuss
    • 8. How would you resolve an ASRA abend?
    • Discuss
    • 9. Explain the basic difference between Intra partition TDQ and Extra partition TDQ?
    • Discuss
    • 10. Which CICS service transaction is used to gain accessibility to CICS control tables? Mention the one that has the highest priority?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment