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 |
what r the types of perform statement
What is Static,Dynamic linking ?
period is missing in the cobol program which error we getting
Can we use redefine clause in occurs clause?
How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.
16 Answers IBM, TCS,
How to increase the logical record length of existing PS file?
Have you code any new programs in COBOL ? What is the functionality of the programs?
what is the coding difference between COBOL and CICS.
When can the USING phrase be included in the call statement ?
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one
can we declare s9(9)v9(9) in cobol ? if yes how many bytes it will occupy ?(urgent plz answer it)