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 |
How to send data from cobol program to jcl?
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
can a job be submitted through jcl only? is there another way to submit a job?
A job has 90 steps i want to execute only step7 and step15
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
How do you submit a job for execution?
What are the common jcl syntax errors you get? This is not abends?
What is a PROC? What is the difference between an instream and a catalogued PROC?
Explain the function of dd name parameter with a 2 part structure; audit.report?
what is DSN parameter and DISP parameter is used for?
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?