logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • How do you check the syntax of a JCL without running it?


  • Correct Answer
  • TYPERUN=SCAN on the JOB card or use JSCAN TYPERUN=HOLD on the job card it is used for syntatical checks and direct job to spool and hold it 


  • Technology problems


    Search Results


    • 1. How will you call the return code of JCL ?
    • Discuss
    • 2. What is the use of SYSPRINT, SYSIN, DUMMY in JCL ?
    • Discuss
    • 3. What is a key field in an IMS database?
    • Discuss
    • 4. What is hierarchy relationship in a dimension. whether it is: 1) 1:1 2) 1:m 3) m:m
    • Discuss
    • 5. Why we can't create an aggregate on an ODS Object?
    • Discuss
    • 6. Which of the following type of data member can be shared by all instances of its class?

    • Options
    • A. Public
    • B. Inherited
    • C. Static
    • D. None
    • Discuss
    • 7. In which of the following we cannot overload the function?

    • Options
    • A. return function
    • B. caller
    • C. called function
    • D. none of the mentioned
    • Discuss
    • 8. What is the Standard Template Library?
    • Discuss
    • 9. Which is also called as abstract class?

    • Options
    • A. virtual function
    • B. pure virtual function
    • C. derived class
    • D. None of these
    • Discuss
    • 10. What will happen when an exception is not processed?

    • Options
    • A. It will eat up lot of memory and program size
    • B. Terminate the program
    • C. Crash the compiler
    • D. None of the mentioned
    • Discuss


    Comments

    There are no comments.

Enter a new Comment