Difference between lrecl, blksize among PS, PDS issues?
i.e in jcl at dcb
Answer / 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 |
When we code these comp,comp1,comp-2,comp-3 and comp4 values. I know the differnece.I mean when we will prefer if it is new program.Explain in detail with memory examples. Thanks in advance.
What is the difference between comp and comp-3 usage?
01 A pic 9(100) find record length of it
How to retrive the 9th records out of ten records using the cobol program ?
what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C
What will happen if we generate GDG (+2) version without generating (+1) version?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
what is the meaning of pic 9(09)v99-
how can count the number of character in feild ?? suppose for instance i have a feild with value ' rajesh sarkar' then how can v count the number of characters whitout spaces...........
Under which scenario you would go for a static call as opposed to dynamic call?
What are the pertinent COBOL commands?
How to convert bunch of words in a line to relvant ASCII values?