

InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
1. |
Are there any set of rules for the names of the steps used in a job? What are they? |
Answer» | |
2. |
Is it possible to left uncode DISP? If yes, how? |
Answer» | |
3. |
Is it possible to define DD statements as you want? |
Answer» | |
4. |
Is their any set of rules for DD? Explain. |
Answer» | |
5. |
Is condition checking possible in JCL ? If yes, how? |
Answer» | |
6. |
Is automatic restart possible in JCL? If yes, how? |
Answer» | |
7. |
Is ACCT parameter mandatory? |
Answer» | |
8. |
How would you understand Error(execution phase)? |
Answer» | |
9. |
Is their any limit for Data Sets? |
Answer» | |
10. |
Can I send output of job to my remote device careerride123? |
Answer» | |
11. |
Can I share my data with other jobs? How? |
Answer» | |
12. |
I want my job (CAREERRIDE) to be executed in 1 minute and 2 seconds. How do I do that? |
Answer» | |
13. |
I have a job called CAREERRIDE and some steps in it as STEP1,STEP2. but I want to execute STEP2 before STEP1 ? How do I do that? |
Answer» | |
14. |
Suppose I have five jobs to do. But I want to hold one? |
Answer» | |
15. |
HOW does JCL specify the job to the operating system? |
Answer» | |
16. |
How JCL work to handle various input output file operations? |
Answer» | |
17. |
What are the difference between JCL and JES? |
Answer» | |
18. |
Define the following code in COBOL program. |
Answer» | |
19. |
How to submit JCL through a COBOL program? |
Answer» | |
20. |
What are S0C1, S0C4, S0C5, S0C7 and SOCB? |
Answer» | |
21. |
How GDG are concatenated? |
Answer» | |
22. |
What is model dataset label (Model DSCB)? |
Answer» | |
23. |
What is use of RESTART and how to use it? |
Answer» | |
24. |
How DUMMY is used in JCL? |
Answer» | |
25. |
What is the significance of ADDRSPC parameter in EXEC statement? |
Answer» | |
26. |
Brief description of inline procedure of JCL. |
Answer» | |
27. |
How to alter the parameters for the existing GDG? |
Answer» | |
28. |
State the uses of SYSPRING, SYSIN, SORT FIELDS, SUM FIELDS and DUMMY. |
Answer» | |
29. |
What are the parameters that are used in creating a GDG? |
Answer» | |
30. |
How to pass data to a program that is coded in an EXEC statement? |
Answer» | |
31. |
What is the purpose of DISP Parameter? |
Answer» | |
32. |
What is the difference between the Positional and Keyword parameters? Give examples. |
Answer» | |
33. |
What are STEPLIB and JOBLIB? What for they are used? |
Answer» | |
34. |
What does a disposition of (NEW,CATLG,KEEP) for a DSN mean? |
Answer» | |
35. |
What is DISP=(NEW,PASS,DELETE)? |
Answer» | |
36. |
Differentiate between addressing mode and run mode. |
Answer» | |
37. |
What is Job Control Language? |
Answer» | |
38. |
What are hierarchy levels in JCL? |
Answer» | |
39. |
Suppose I have a program in cobol Name”CAREERRIDE” and want to execute the program by JCL. specify the process? |
Answer» | |
40. |
Give the syntax of job specifying JCL statement. |
Answer» | |
41. |
What is //? |
Answer» | |
42. |
How does JCL act on code(if you take a COBOL program)? |
Answer» | |
43. |
What is JCL? |
Answer» | |
44. |
Write the code to count the sum of n natural numbers. |
Answer» | |
45. |
How are the next sentence and continue different from each other? |
Answer» | |
46. |
What do you understand by passing by reference and passing by content? |
Answer» | |
47. |
What is the compute verb? How is it used? |
Answer» | |
48. |
What are the rules of the move verb? |
Answer» | |
49. |
Write a program that uses move corresponding. |
Answer» | |
50. |
What rules are followed by the search verb. |
Answer» | |