i want apply mainframe devolper with 3+ but i dont have
that much of knowledge what isthe solution to get that much
of knoweldge?
Answer / vinay srivastava
Go thru Standard books :
JCL : Ranade
COBOL : Stern & Stern
DB2 : C J Date
IMS : Steve Eckols Part I and II
| Is This Answer Correct ? | 8 Yes | 0 No |
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
Explain how can the submitting users racf authority be overridden in a job stream?
There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.
What will happen if we write two STOP RUN's in a COBOL program?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What are the difference between jcl and jes?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
How do you restart a step in JCL?
CAN ANYONE TELL ME WHAT IS "JOB-CARD"
how you will define a temporary dataset in jcl?
How can u know the current date using jcl?