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
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How is the record format of an output dataset specified?
how can you check if a file is empty using jcl?
What are the utility programs in jcl?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
what is DSN in JCL and what are the parameters to declare the DSN?
How can the disposition of sysout datasets be set for an entire jobstream?
What is the function of //jcllib statement?
Explain about ISPF/TSO Commands
define cond parameter in jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what happens in conversion stage in job processing?
How jcl is used for testing batch programs?
what are the types of abends that occur on job failure? And explain the possible causes of these