What does the keyword DCB mean and what are some of the
keywords associated with it?

Answer Posted / vanitha

DCB stands for data control block; DCB is a keyword
parameter for the DD statement used to describe datasets.
Keywords associated
with it are DSORG,RECFM,LREC & BLKSIZE .
Values are :
DSORG - PS or PO
RECFM - F,B,FB,VB,U
LREC - Lenght of the file
BLKSIZE - multiple of LREC * 10 ( Eg . Lrec =80 then
BLKSIZE is 800)

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is their any limit for data sets?

700


What do you understand by the term job time – out and how can you overcome that?

598


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

581


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

1983


When output dataset space is required, what quantity categories are used?

825






How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2168


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9213


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

716


What is one line to pass PARM from JCL to COBOL?

674


Are there any set of rules for the names of the steps used in a job? What are they?

612


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

923


What is the function of the steplib dd statement?

740


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) ?

1748


How does the jcl specify the job to os?

690


How can values be passed from the job stream to an executable program?

870