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 parameter we cannot use in procedure? How many instream we can write in single jcl?
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 ?
how can handle the s0c4 abend???
What is Backward Referencing ?
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
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)
I had 100 steps in jcl i want to execute first 10 steps only?
How many parameters are there to a DISP statement and what are their uses ?
Is there any command to check wether the ps file is in sorted order?
List the different components of jcl statement?
What is a MODEL Paramater in GDG ?
How many instream we can write in single jcl?