Answer Posted / 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 |
Post New Answer View All Answers
Explain the function of //jcllib statement?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Explain how can values be passed from the job stream to an executable program?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What is the purpose of disp parameter?
what are JCLLIB and STEPLIB in JCL?
Explain the hierarchy levels in jcl?
What parameter directs the output of the job log dataset?
what is use of space parameter in dd statement?
What do you understand by jcl?
How does jcl specify the job to the operating system?
In job processing, what happens in conversion stage?
Which dd parameters are required?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE