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
What is Pic 9v99 Indicates in COBOL?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is length is cobol?
What guidelines should be followed to write a structured cobol prgm?
explain sorting techniques in cobol program?
What is the difference between Global and External Variables?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is inspect in cobol ?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How do you differentiate between cobol and cobol-ii?
Define static linking and dynamic linking.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?