Sei sulla pagina 1di 2

3/27/2015

HOME

MainframeInterviewQuestionsandAnswersonJCL

INTERVIEW QUESTIONS

BIG DATA
Search...

DOWNLOAD

TOOLS
About Us

Mainframe Interview Questions and Answers on JCL


8/29/2009

No Comment

Mainframe Interview Questions


covering JCL questions.
Why there is a necessity to specify the
REGION parameter in a JCL step?

Contact Us

PROJECT MANAGEMENT
Microsoft Project Manager Intervie
Answers

Project manager Interview Question

IT Project Manager Interview Quest

Hiring a Project Manager - Interview


Questions

Answer :To override the REGION defined at


the JOB card level REGION specifies the max
region size REGION=0K or 0M or omitting
REGION means no limit will be applied
Explain what does the TIME parameter signify
in JCL ? Can you also tell what TIME=1440
mean ?

BIG DATA

Hadoop HDFS Interview Question A

Questions and Answers for Hadoop


MapReduce Developers
Big Data and Apache Hadoop Free
Downloads

Answer :TIME parameter can be used to overcome S322 abends for programs that
genuinely need more CPU time TIME=1440 means no CPU time limit is to be applied to this
step
Whatdo you mean byCOND=EVEN ?
Answer :Means execute this step even if any of the previous steps, terminated abnormally
What do you mean by COND=ONLY ?
Answer :Means execute this step only if any of the previous steps, terminated abnormally

INTERVIEW QUESTIONS
Ab Initio

Can you tell how can you check the syntax of a JCL without running it?
Answer :TYPERUN=SCAN on the JOB card or use JSCAN

AS-400
Big Data
Business Objects
Business Intelligence
C#.NET
C Interview
CICS
COBOL
DataStage
DW Concepts
DB2
HR Interview

Explain what does IEBGENER do in JCL?


Answer :IEBGENER is used to copy one SAM File to another Source Data Set should be
described using SYSUT1 ddname Destination Data Set should be described using SYSUT2
IEBGENR can also do some reformatting of data by supplying control cards via SYSIN
Explain how will you send the output of a COBOL program to a member of a PDS?

INDUSTRY NEWS

Narendra Modi vs Rahul Gandhi Pol


Layoff in Indian Companies

INTERVIEW TIPS

Answer :Code the DSN as pds(member) with a DISP of SHR The DISP applies to the pds and
not to a specific member.
Can you code instream data in a PROC ?
Answer :No, we cannot code.

50 Common Interview Questions an


should face them

How to Sell Yourself in a Job Interv

70 Tough Behavioral Interview Ques

25 tricky Questions in a Job Intervie

Hyperion

Can you tell me how do you overcome this limitation ?

IDMS

Answer :One way is to code SYSIN DD DUMMY in the PROC, and then override this from the

IMS

JCL with instream data

JCL
Informatica

How can you run a COBOL batch program from a JCL? How do you run a COBOL/DB2

MapReduce

program?

Mainframe

Answer :To run a non DB2 program, //STEP001 EXEC PGM=MYPROG To run a DB2 program,

Maximo

//STEP001 EXEC PGM=IKJEFT01 //SYSTSIN DD * DSN SYSTEM() RUN PROGRAM(MYPROG)

Mobile Developers

PLAN() LIB() PARMS() /*

.NET Interview
MVS

What is STEPLIB and JOBLIB in JCL? Explain its usage?

OBIEE Interview

Answer :Specifies that the private library (or libraries) specified should be searched before

PeopleSoft

the default system libraries in order to locate a program to be executed STEPLIB applies

Peoplesoft HRMS

only to the particular step, JOBLIB to all steps in the job

http://www.aired.in/2009/08/mainframeinterviewquestionsand.html

1/2

3/27/2015

MainframeInterviewQuestionsandAnswersonJCL

Project Manager
SAP ABAP

Can you tell me what is the order of searching of the libraries in a JCL?

Siebel

Answer :First any private libraries as specified in the STEPLIB or JOBLIB, then the system

VSAM

libraries such as SYS1LINKLIB The system libraries are specified in the linklist
What will happen if both JOBLIB and STEPLIB is specified ?

FRESHERS INTERVIEW
Computer Science

Answer :In that case JOBLIB is ignored.


When specifying multiple Data Sets in a JOBLIB or STEPLIB, what is the factor that
determines the order?
Answer :The library with the largest block size should be the first one.

TOOLS
HTML to XML Parser
HTML Table generator

How do you change default proclib in JCL?


Answer ://ABCD JCLLIB ORDER=(MEMYPROCLIB,SYS1PROCLIB)
List the valid DSORG values ?
Answer :The valid DSORG values are PS - SAM, PO - Partitioned, IS - ISAM
What do you mean by S322 abend ?
Answer :S322 abend indicates a time out abend. Your program has taken more CPU time
than the default limit for the job class could indicate an infinite loop.

RELATED POSTS

Posted Under

JCL-Interview-Questions

NO COMMENTS :

Enteryourcomment...

Commentas:

Publish

GoogleAccount

Preview

Aired | The content is copyrighted and may not be reproduced on other websites. | Copyright 2009-2015 | All Rights Reserved 2015
Contact Us | About Us | Privacy Policy and Disclaimer

http://www.aired.in/2009/08/mainframeinterviewquestionsand.html

2/2

Potrebbero piacerti anche