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 |
What are the basic JCL Statements for a Job?
describe the job statement, its meaning,syntax and significant keywords?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
how do u see jobs submitted before ur job ?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
What does SYSIN * indicate?
For how long a job can be executed continuously in a mainframe ?
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
How to execute step2,step1, step3 if step1,2,3 are in order
When output dataset space is required, what quantity categories are used?
wt will happen to the step of a job if u code COND=ONLY