What is the meaning of the following declaration :
DCB=BLKSIZE=,
What is the difference between above declaration & not
specifying DCB at all for a output file?
Answer / gaurav
it specifies the block size. If not specified, system will
automatically assign the block size for the data
| Is This Answer Correct ? | 3 Yes | 0 No |
Name some of the JCL statements that are not allowed in procs.?
How to execute 300 steps in a Job?
CAN ANYONE TELL ME WHAT IS "JOB-CARD"
Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We can not delete a SMS managed data set without UNCATLG it" (P-353, Saba Zameer book) Then how do we delete SMS managed VSAM datasets ?
Can we create VSAM file by using IEBGENER?
How do you skip a particular step in a proc/JOB?
if we give TIME=0 how many sec that job/step
What does a disposition of (MOD,DELETE,DELETE) mean ?
read all error codes like SB07?
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
Is their any limit for data sets?
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?