Answer Posted / guest
LRECL is the length of ur record file.
Blksize is the length of the block in which records are
stored.It varies in case of fixed length records and
variable length records.
fixed length records-It is a multiple of lrecl.
e.g. suppose u have blksize =800 & lrecl=80.It means that
there are 10 records each of size 80.
variable length records-It is the length of longest record
in the block + 8 (bcoz. here lrecl=length of longest record
+4 & blksize=lrecl+4).
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
how you will the direct the data to spool using sysout option?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Define concatenating?
What is timing concept in mainframe?
Explain dd statement in jcl?
what is use of dcb parameter in dd statement?
What does a disposition of (MOD,DELETE,DELETE) mean ?
what are the types of abends that occur on job failure? And explain the possible causes of these
Can I send output of job to my remote device careerride123?
which utility is used to sort a file in jcl?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is the use of disp parameter?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Brief description of inline procedure of jcl.