| Other JCL Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Describe the EXEC statement, its meaning, syntax and keywords? | | 2 |
| explain concatinating datasets? | | 1 |
| I have 20 steps in a job... step01, 02....step17...step20.
For some reason I want to execute step17 only if the return
code for all the previous steps are less than or equal to 4.
otherwise if return code for any of the previous 16 steps
is greater than 4, then step17 should be bypassed. How do I
do that ?? how and in which step should i formulate COND
parameter | | 8 |
| How to find the number of duplicates in a file using Sort? | Fidelity | 1 |
| What is the difference between catalogue procedure and
In-Stream procedure? | | 1 |
| There are 2 steps in a JCL. If the first step abends due to
system or user abend and the second step has COND specified
as EVEN or ONLY, will this step still be executed inspite
of the abend in the previous step? | | 2 |
| what is XSUM in some fields= none, xsum ?? | Xansa | 6 |
| If the proc stepname is excluded while overriding the COND,
TIME, REGION and PARM parameters while calling the proc,
will the override only apply to the first step in the proc
or all the steps for all the above parameters? | | 2 |
| How to overide the symbol parameter in the jcl ? | UST | 2 |
| How are datasets concatenated? | CitiGroup | 2 |
| How do you submit JCL via a Cobol program? | IBM | 3 |
| How can I write the joblog in the spool on normal end of a
job step and direct the joblog to a dataset only if the step
abends? | | 2 |
| What is the difference between BLKSIZE and LRECL? | | 2 |
| In my job I have 6 steps. Step01,02,03...step06.
after executing step02 i want to skip step03 and want to
execute step04. and once step04 is done then I want to go
back and execute step03. once step03 is completed I want
execute step05, 06 and so on... can any one tell me how do
i do that??? | Perot-Systems | 9 |
| How do you submit a JCL under CICS environment ? | | 1 |
| 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 |
| In a single step if input file is present then only need to
copy into output file or else need to through a RC is it
possible. Note : i want it in a single step
| | 1 |
| What you mean by skeleton JCl? | | 2 |
| If a field is declared as a comp-3 field and if we want to
sort a dataset based on this field, then how will the sort
card be???
e.g- if we want to sort by a field which is defined as a
PIC X(5) then we will mention - sort fields=(1,5,ch,a).
Likewise if a field is defined as PIC S9(10)COMP-3 then in
this case how will the sort field be defined (because in
this case a sign is also involved)??? | | 5 |
| What is S322 abend ? | | 5 |
| |
| For more JCL Interview Questions Click Here |