What are the keywords associated with DCB? How can you
specify DCB information? What is the OS precedence for
obtaining that DCB information, ie. where does the system
look for it first?

Answer Posted / pradeep salian

The keywords associated with the DCB parameter are LRECL,
RECFM, BLKSIZE and DSORG.
Ex://step1 DD DSN=dataset,
DISP=(NEW,CATLG,DELETE),
UNIT=unitname,
SPACE=(CYL,(30,30),RLSE),
DCB=(MODEL,RECFM=FB,LRECL=100,BLKSIZE=0)
The sysem looks for DCB information in the program code
first. DCB can be coded in DD statement

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

2086


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

2072


How is the record format of an output dataset specified?

847


how can you check if a file is empty using jcl?

909


What are the utility programs in jcl?

729






how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

898


what is DSN in JCL and what are the parameters to declare the DSN?

822


How can the disposition of sysout datasets be set for an entire jobstream?

951


What is the function of //jcllib statement?

919


Explain about ISPF/TSO Commands

1438


define cond parameter in jcl?

874


How to execute 2nd and 4th steps among 5 steps in jcl proc?

858


what happens in conversion stage in job processing?

822


How jcl is used for testing batch programs?

824


what are the types of abends that occur on job failure? And explain the possible causes of these

1222