logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are the difference between in-stream procedure and inline procedure in JCL ?


  • Correct Answer
  • An in-stream PROC is defined right in the jcl stream and doesn't reside in the proclib This is an older technique associated with punched cards but it is still in use with setup and installation programs from vendors for the in-line perform instead of: perform add-paragraph until switch = 'y' you can code perform until switch = 'y' body of code end-perform body of code is the code from add-paragraph appearing in-line (ie right in the perform) instead of in a separate paragraph (out of line code) 


  • Technology problems


    Search Results


    • 1. What are the processing modes available in IMS DB?
    • Discuss
    • 2. What are the two types of fields available in IMS DB?
    • Discuss
    • 3. How can we distinguish between an online and batch program in IMS environment?
    • Discuss
    • 4. What are the different types of VSAM files available?
    • Discuss
    • 5. What are the three levels of definition for the VSAM DEFINE?
    • Discuss
    • 6. In an AVL tree the balancing is to be done when the pivotal value is in range of

    • Options
    • A. greater than 1 and less than -1
    • B. greater than -1 and less than 1
    • C. greater than 1
    • D. less than -1
    • Discuss
    • 7. What is the data structures used to perform recursion?
    • Discuss
    • 8. Define void pointer using C++.?
    • Discuss
    • 9. What is C++
    • Discuss
    • 10. What are the basic concepts of object oriented programming?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment