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 Posted / 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 |
Post New Answer View All Answers
how do you code a null statement?
What is the motivation behind coding class parameter in job statement?
how JCL works?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is condition checking in jcl? Is this possible?
What is concatenating?
How do you submit a job for execution?
what happens in conversion stage in job processing?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Brief description of inline procedure of jcl.
Is their any limit for data sets?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
which utility is used a dummy utility?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Must tape dataset definitions include vol=ser specifications?