| Other JCL Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| //step#3 exec pgm = hkbc762
what is wrong with the syntax? | | 3 |
| What all are the changes to be made in JCL so as to do
testing? | TCS | 2 |
| Suppose your program is reading a Sequential Vsam file. The
file contains 10 records. How will you code the JCL to read
only 2nd, 5th, 7th,and 10th record? | Thomson | 1 |
| There are a set of 10 files and a customer will be
selecting random no of files(i.e they may be more than 2,
may not be in the order).Sometimes he might just select
one file or sometimes no files at all.How do you code a JCL
for this? Is it possible to code just JCL alone for this
problem? | Infosys | 6 |
| What are isolation levels? Where do we need to specify them
in compiling JCL? | | 2 |
| What is the max blocksize for a Tape file? | | 2 |
| What is QSAM error usually when it is occurs? | | 1 |
| How to pass the temp dataset form one JOB step to another? | | 5 |
| A maximum of 100 chars can be passed to Cobol through Parm
in JCL, If we want to pass more than 100 Chars how we can
do it ? | IBM | 2 |
| What is the purpose of include statement in a JCL? | | 1 |
| What is meant by S0C7 system abend code? | | 5 |
| what is the default region size if I dont specify region
parametre in my job card ( I know that if I specify
region=0k or 0M, then the job will occupy all he available
resources at the time of job execution), but I want to know
the defult value for "region" paramatre. | BirlaSoft | 3 |
| What is the difference between a symbolic and an override in
executing a PROC? | | 1 |
| How can you trap abends in the JCL? | | 1 |
| What will happen if you attempt to restart a job in the
middle of a JCL // IF .... // ENDIF? | | 1 |
| How do you skip a particular step in a proc/JOB? | CSC | 3 |
| If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this? | Convergys | 9 |
| How to find in aparticular step how many versions a
paricular gdg base have?
| TCS | 2 |
| What does the TIME parameter signify ? What does TIME=1440
mean ? | Accenture | 3 |
| If a jcl has just 1 step and the input file to this does
not exist, then what will happen if we submit this job? | | 3 |
| |
| For more JCL Interview Questions Click Here |