Difference between lrecl, blksize among PS, PDS issues?
i.e in jcl at dcb
Answer Posted / guest
asper my knowledge
lrecl is the actual length for fixed length records and for
variable lenth records it is longest record lenth + 4 bytes.
this length is specified in bytes.
blocksize(blksize) is specified in multiples of lrecl.
in jcl dcb for
for ps -- dcb=(lrecl=m) --- there wil b no blksize.
pds -- dcb=(lrecl=m,blksize=n) -- say n = m*80
if i'm wrong plz let me know..
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
How you can read the file from bottom?
how to access the file from prodution from changeman tool and to submit a file to production
State the various causes of s0c1, s0c5 and s0c7.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is the difference between binary search and sequential search?
what is the use of outrecord?
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between PIC 9.99 and 9v99 in COBOL?
Describe the cobol database components?
What are the different data types in cobol?
Write the code to count the sum of n natural numbers.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to print 10 to 1 if the input have only 10 digit number?