|
|
|
|
| |
JCL INTERVIEW QUESTIONS |
| No of Questions : 97 |
| Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Next |
|
| JCL INTERVIEW QUESTIONS |
| How to run only 2 steps out of 100 steps??? |
Question : Hi,
I have 100 steps in a jcl...And my requirement is ...
1) I need to run only step4 and step5
2) I should not edit the jcl
3) I can use job card to fulfil this requirement.
Can anyone through some light on it....
Thanks,
Deepu
|
|
View Answer(1)
|
|
| doubt in jcl |
Question : lastweek i am attended csc inerview in tht interview they are asked some questions
1. proc1
proc2
up to proc5 is there if i want to call proc1 and proc5how can u write the code.
2. sysut1, sysut2, upto sysut5 isthere i want to concatinate the 1 one and 5th one how can u concatinate write the code.
|
|
View Answer(2)
|
|
| DATACLAS |
Question : Could u plz clear my doubts below
1) what for we use DATACLAS=DATAF
2) what s d use of LISTC all entries ( Vsam file)..
Thanks in advance..
|
|
View Answer(3)
|
|
| concatenate datasets using multiple sortin |
Question : Hi,
I am trying to concatenate 10 files and put the output in a single file. Below is the discription:
I have 10 files as input and each file has different number of records, now my requirement is that i have to copy data from
the first line only from all the files, also the data which i am copying should be from column 27 to 35.
I want to write a JCL to process all the files in one go.
[my approach]
--------------
I have tried it myself and its working fine for single file, but when i am using multiple files its not working.
I concatenate all the files, but when i submit, it takes data from the first file only.
I am using PGM = sort.
PlZ provide me the solution.
Thanks,
sumit
|
|
View Answer(1)
|
|
| jcl interview questions. |
Question : Q1. What will happen if we don't mention NOTIFY parameter in the job statement?
Q2. Only using JCL how can we change an FB file to VB file format?
|
|
View Answer(1)
|
|
| XMIT |
Question : How to change the name of file which is received from mainframes to email id with a JCL/some other XMIT command?
Situation:
Let the file name in Mainframes session be ABC.XYZ
File xmitted to email id by the following command:
XMIT (IBMIN.userid) da(ABC.XYZ)
File is received to mail with the name ABC.XYZ.
Is there a way to change the file name which is to be received in mail?
|
|
View Answer(0)
|
|
|
|
|
|