In DCB, what is LRECL,BLKSIZE,DSORG
Answer / pradeep
DCB=DATASET CONTROL BLOCK.It specify the charecteristics
about the dataset.
LRECL=Logical REcord Length. it specify the leghth of the
record.
it mainly depends on the record structure fields.
BLKSIZE=block size.It specify the block size, that is how
many records has to be read into the buffer from physical
memory by one READ option.
DSORG=data set organization.
dsorg=PS for sequential dataset
dsorg=po for vsam files
| Is This Answer Correct ? | 5 Yes | 0 No |
what is the meaning of keyword in jcl?what is is opposite?
I've one sequential file, That file contains millians of Junk & CHAR recoreds example File 1 ,,,,,...,,,.....,.,.INFOSYS.....,,,,,,,,,,,WIPRO..........., ,...,..,. My questions is : I want omit the 44th posstion to 4 CHAR (WIPRO) remaining things I want output file (including Junk CHAR also)... How can we slove this problem & give me a syntax. Please provide the result as soon as possible.
how to split a file
what JCL Procedures?
how you can access an uncataloged dataset in a JCL?
how to eliminate the duplicates in sorting
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
Can we write same stepname for one or more steps in on job ?