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

How do you create a temporary dataset?

663


Can we call instream to catalog and catalog to instream?

683


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

657


how can the same proc be re-used and called by many jobs?

909


what operation is performed by job statement?

659






Explain the purpose of the dd keylen parameter?

675


What statement can be used to send data to another mvs jes3 node?

826


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

709


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

752


what is use of space parameter in dd statement?

758


what JCL Procedures?

699


Explain how can the attributes of one sms dataset be copied to another dataset?

705


What is the difference between the positional and keyword parameters? Give examples.

708


Suppose I have five jobs to do. But I want to hold one?

660


How can the submitting users racf authority be overridden in a job stream?

752