In DCB, what is LRECL,BLKSIZE,DSORG
Answer / 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 |
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
How to send notification to multiple users through jcl???
What is the max blocksize for a Tape file?
Describe the DD statement, its meaning, syntax and keywords?
What u mean by include statement in JCL ?
How to run cobol program using jcl?
How many instream we can write in single jcl?
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
How to execute 300 steps in a Job?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
When space is allocated for an output dataset, what units can be used?