In DCB, what is LRECL,BLKSIZE,DSORG



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

Post New Answer

More JCL Interview Questions

What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

0 Answers  


Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?

1 Answers   IBM,


how can handle the s0c4 abend???

3 Answers  


What is Backward Referencing ?

3 Answers   HSBC,


i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes

3 Answers  






A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)

2 Answers   IBM,


I had 100 steps in jcl i want to execute first 10 steps only?

6 Answers   IBM,


How many parameters are there to a DISP statement and what are their uses ?

3 Answers  


Is there any command to check wether the ps file is in sorted order?

0 Answers   IBM,


List the different components of jcl statement?

0 Answers  


What is a MODEL Paramater in GDG ?

2 Answers   Xansa,


How many instream we can write in single jcl?

1 Answers  


Categories