logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the use of SYSPRINT, SYSIN, DUMMY in JCL ?


  • Correct Answer
  • SYSPRINT: All system output will appear under this DD card Suppose you are copying a VSAM file using IDCAMS Then, number of records processed, highest condition code etc will appear under sysprint You cannot customise SYSPRINT output SYSIN: This is nothing but SYStem INstruction Suppose, you want to sort a file on certain key You have to have following command under SYSIN SORT FIELDS = (starting-col,length,data-type,A/D) SUM FIELDS = NONE DUMMY: Mainly used where user is intended to simulate a program without creating an output file 


  • Technology problems


    Search Results


    • 1. What is a key field in an IMS database?
    • Discuss
    • 2. What is hierarchy relationship in a dimension. whether it is: 1) 1:1 2) 1:m 3) m:m
    • Discuss
    • 3. Why we can't create an aggregate on an ODS Object?
    • Discuss
    • 4. How do we Tune the BO Reports for Performance Improvement?
    • Discuss
    • 5. What are the challenges faced while successfully implementing Business intelligence?
    • Discuss
    • 6. How will you call the return code of JCL ?
    • Discuss
    • 7. How do you check the syntax of a JCL without running it?
    • Discuss
    • 8. 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
    • 9. 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
    • 10. What is the Standard Template Library?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment