logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are the difference between call screen and leave screen?


  • Correct Answer
  • Call Screen: Calling a single screen is a special case of embedding a screen sequence If you want to prevent the called screen from covering the current screen completely, you can use the CALL SCREEN statement with the STARTING AT and ENDING AT CALL SCREEN 1000 CALL SCREEN 1000 STARTING AT 10 10 ENDING AT 20 20 LEAVE SCREEN statement ends the current screen and calls the subsequent screen LEAVE SCREEN LEAVE TO SCREEN 2000 


  • Technology problems


    Search Results


    • 1. find all Employee records containing the word "Joe", regardless of whether it was stored as JOE, Joe, or joe.
    • Discuss
    • 2. What is the security aspects provided with cloud?
    • Discuss
    • 3. Which JSON framework is supported by iOS?
    • Discuss
    • 4. Which of the following attribute can hold the JavaScript version?

    • Options
    • A. script
    • B. version
    • C. language
    • D. none of the above
    • Discuss
    • 5. Which of these class have only one field 'TYPE' ?

    • Options
    • A. Run time
    • B. Process
    • C. Void
    • D. System
    • Discuss
    • 6. How do we create a DHTML drop-down menu?
    • Discuss
    • 7. Which tag is used to display the numbered list? 1)
      2)
    • 3)
      4)

    • Options
    • A. 1
    • B. 2
    • C. 3
    • D. 4
    • Discuss
    • 8. In HTML document the tags are

    • Options
    • A. hidden keywords
    • B. used to display the content
    • C. Both A & B
    • D. None of the above
    • Discuss
    • 9. Which of the following is a properly defined structure?

    • Options
    • A. struct {int a;}
    • B. struct a_struct {int a;}
    • C. struct a_struct int a;
    • D. struct a_struct {int a;};
    • Discuss
    • 10. How many types of modularization are there in c++?

    • Options
    • A. 4
    • B. 3
    • C. 1
    • D. none of these
    • Discuss


    Comments

    There are no comments.

Enter a new Comment