{"id":8742,"date":"2020-06-04T17:18:17","date_gmt":"2020-06-04T17:18:17","guid":{"rendered":"https:\/\/www.monsterindia.com\/career-advice\/10-frequently-asked-jcl-interview-questions-8742\/"},"modified":"2023-03-24T13:58:30","modified_gmt":"2023-03-24T08:28:30","slug":"10-frequently-asked-jcl-interview-questions","status":"publish","type":"post","link":"https:\/\/www.foundit.sg\/career-advice\/10-frequently-asked-jcl-interview-questions\/","title":{"rendered":"10 frequently asked JCL Interview Questions and answers"},"content":{"rendered":"\n<p class=\"has-text-align-center\"><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\"><\/span><\/p>\n\n\n\n<p><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\">True to the name, interviews are meant to be interactive sessions where the exchange of information is not limited to linear or one dimensional flow of data. Keeping that in mind, it is important to keep in mind that potential candidates like you need to focus as much on the communicative part as on the theoretical knowledge of the subject concerned. So far as the latter is concerned, it is essential to check your basics and hold your foundations right.<\/span><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\"><strong>Here are some of the most frequently asked JCL interview questions and answers to help you ace your next interview.<\/strong><\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\"><strong>1. What do you understand by the term JCL?<\/strong> <\/span><\/h3>\n\n\n\n<p><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\">Job Control Language is basically the foundational provider of several program resources and an essential arbiter between the operating system and the program. Also, it is important to keep in mind that JCL is not a procedural language. At the same time, it is apparently impossible to run a program on mainframe without the applicability of JCL. <\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\"><strong>2. What do you think is the meaning of the symbol \\?<\/strong> <\/span><\/h3>\n\n\n\n<p><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\">This is especially important in that any JCL statement must begin with this symbol. Indeed, the absence of the same leads to the indication of an error since the symbol is the first thing checked in JCL. It is the default rule in JCL which is used in order to keep runtime exceptions at bay. <\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\"><strong>3. Do you think that automatic restart is feasible in JCL?<\/strong> <\/span><\/h3>\n\n\n\n<p><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\">Yes, it is possible to have an automatic restart in JCL through the help of a predefined keyword parameter. Specifically, the RD keyword is the one used for the purpose of restart which generally succeeds an anomalous termination of the program. Against the backdrop of automatic restart, you need to consider the significance of check points which are used to define the job execution at various points in the program concerned. <\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\"><strong>4. What about condition checking in JCL? Is that possible?<\/strong> <\/span><\/h3>\n\n\n\n<p><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\">So far as condition checking in JCL is concerned, it is indeed possible. Moreover, condition checking is feasible at both job level and the code level. Technically speaking, condition checking is done through the COND keyword with a return code and operand as predefined in JCL. So it is viable. <\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\"><strong>5. Can you tell us something about the crucial error execution phase?<\/strong> <\/span><\/h3>\n\n\n\n<p><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\">The error is chiefly induced due to anomalous exceptions encountered in the course of the program. So far as the error execution phase is concerned, JCL consists of eight cardinal error codes for the execution phase. For instance, misplaced statements and the absence of apostrophes lead to the validation of error checking in a JCL program.<\/span><\/p>\n\n\n\n<p><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\"><strong>You may also like:<\/strong><\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\"><a href=\"https:\/\/www.monsterindia.com\/career-advice\/how-to-win-over-your-interviewer-and-get-the-job\/\" target=\"_blank\" rel=\"noopener\">How to win over your interviewer and get the job<\/a><\/span><\/li><li><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\"><a href=\"https:\/\/www.monsterindia.com\/career-advice\/interviewing-for-your-first-job-avoid-these-mistakes\/\" target=\"_blank\" rel=\"noopener\">Interviewing for your first job? Avoid these mistakes<\/a><\/span><\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\"><strong>6. Would you say that the ACCT parameter is mandatory?<\/strong><\/span><\/h3>\n\n\n\n<p><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\">So far as the ACCT parameter is concerned, it is not exactly compulsory. However, it has obviously some definite applications in JCL. For instance, it may be used for furnishing accounting info for job execution through the respective steps. Apart from that, it is also used as a functional keyword in the EXEC statement in a particular JCL program. Basically, it is up to the user to decide its functionality depending on the situational needs. <\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\"><strong>7. How do you name steps used in a particular job?<\/strong> <\/span><\/h3>\n\n\n\n<p><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\">There are set rules for naming. First and foremost, the name should be unique and created in a way so as to facilitate job referencing. Each and every step should be endowed with a different name. The step name should be followed by a blank space. A step name should always be coded after the \\ symbol followed by at least one blank space. <\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\"><strong>8. Are data defining statements predefined?<\/strong> <\/span><\/h3>\n\n\n\n<p><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\">Yes, DD steps are all predefined in JCL. <\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\"><strong>9. Is it feasible to share data with other jobs?<\/strong> <\/span><\/h3>\n\n\n\n<p><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\">Yes, it is possible to share data with other jobs through the DISP keyword. DISP stands for disposition of data which essentially translates to data sharing or transference to other jobs. It is a predefined keyword in JCL. <\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\"><strong>10. How does JCL specify a particular job to the OS?<\/strong> <\/span><\/h3>\n\n\n\n<p><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\">Primarily, it is done through the help of the JCL groups. Essentially, the concerned groups are defined in accordance with the work they are associated with.<\/span><\/p>\n\n\n\n<p><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\">While it is true that you should be optimally interactive in an interview, it is better not to go ahead rambling on a topic without being asked to. At the same time, you need to showcase problem solving skills as a majority of companies look forward to candidates with innovative solution skills.<\/span><\/p>\n\n\n\n<p><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\"><strong>Looking for JCL Jobs in top cities? Click at the links below:<\/strong><\/span><\/p>\n\n\n\n<p><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\">\u2022 <a title=\"JCL Jobs in Bangalore\" href=\"https:\/\/www.monsterindia.com\/search\/jcl-jobs-in-bengaluru-bangalore\" target=\"_blank\" rel=\"noopener\">JCL Jobs in Bangalore<\/a><\/span><br><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\">\u2022 <a title=\"JCL Jobs in Mumbai\" href=\"https:\/\/www.monsterindia.com\/search\/jcl-jobs-in-mumbai\" target=\"_blank\" rel=\"noopener\">JCL Jobs in Mumbai<\/a><\/span><br><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\">\u2022 <a title=\"JCL Jobs in Chennai\" href=\"https:\/\/www.monsterindia.com\/search\/jcl-jobs-in-chennai\" target=\"_blank\" rel=\"noopener\">JCL Jobs in Chennai<\/a><\/span><br><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\">\u2022 <a title=\"JCL Jobs in Hyderabad\" href=\"https:\/\/www.monsterindia.com\/search\/jcl-jobs-in-hyderabad-secunderabad\" target=\"_blank\" rel=\"noopener\">JCL Jobs in Hyderabad<\/a><\/span><br><span style=\"font-size: 12pt; font-family: verdana, geneva, sans-serif;\">\u2022 <a title=\"JCL Jobs in Pune\" href=\"https:\/\/www.monsterindia.com\/search\/jcl-jobs-in-pune\" target=\"_blank\" rel=\"noopener\">JCL Jobs in Pune<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>True to the name, interviews are meant to be interactive sessions where the exchange of information is not limited to linear or one dimensional flow of data. Keeping that in mind, it is important to keep in mind that potential candidates like you need to focus as much on the communicative part as on the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":8743,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[147],"tags":[],"class_list":{"0":"post-8742","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-interview-questions"},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.foundit.sg\/career-advice\/wp-json\/wp\/v2\/posts\/8742","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.foundit.sg\/career-advice\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.foundit.sg\/career-advice\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.foundit.sg\/career-advice\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.foundit.sg\/career-advice\/wp-json\/wp\/v2\/comments?post=8742"}],"version-history":[{"count":2,"href":"https:\/\/www.foundit.sg\/career-advice\/wp-json\/wp\/v2\/posts\/8742\/revisions"}],"predecessor-version":[{"id":15919,"href":"https:\/\/www.foundit.sg\/career-advice\/wp-json\/wp\/v2\/posts\/8742\/revisions\/15919"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.foundit.sg\/career-advice\/wp-json\/wp\/v2\/media\/8743"}],"wp:attachment":[{"href":"https:\/\/www.foundit.sg\/career-advice\/wp-json\/wp\/v2\/media?parent=8742"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.foundit.sg\/career-advice\/wp-json\/wp\/v2\/categories?post=8742"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.foundit.sg\/career-advice\/wp-json\/wp\/v2\/tags?post=8742"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}