Answer Posted / pradeep
DCB=DATASET CONTROL BLOCK.It specify the charecteristics
about the dataset.
LRECL=Logical REcord Length. it specify the leghth of the
record.
it mainly depends on the record structure fields.
BLKSIZE=block size.It specify the block size, that is how
many records has to be read into the buffer from physical
memory by one READ option.
DSORG=data set organization.
dsorg=PS for sequential dataset
dsorg=po for vsam files
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are steplib and joblib? What for they are used?
How to pass the parameter in parm using linkage section ? (syntax)?
what is “Cond= even” and “Cond=only”?
What is the syntax of JCL statement?
How can values be passed from the job stream to an executable program?
What is the function of the dd mgmtclas keyword in sms datasets?
Explain the jcl exec statement?
What are s0c1, s0c4, s0c5, s0c7 and socb?
How to alter the parameters for the existing gdg?
What do you understand by the terms: joblib and steplib?
Explain the purpose of dd * statement in jcl?
Explain the function of //cntl statement?
What are some jcl statements that are not allowed in procedures?
Is condition checking possible in jcl? If yes, how?
Is it possible to left uncode disp?