|
|
|
|
| |
JCL INTERVIEW QUESTIONS |
| No of Questions : 93 |
| Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Next |
|
| JCL INTERVIEW QUESTIONS |
| 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)
|
|
|
|
|
|