What does the keyword DCB mean and what are some of the
keywords associated with it?
Answer Posted / guest
DCB stands for data control block; it is a keyword for the
DD statement used to describe datasets. Keywords associated
with it are BLKSIZE, DEN, LRECL and RECFM.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what is the purpose of coding class parameter in job statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Can we use DISP=SHR in output file in JCL
what is “Cond= even” and “Cond=only”?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What is job control language?
Give the syntax of job specifying jcl statement.
Explain how can the submitting users racf authority be overridden in a job stream?
What is the function of the steplib dd statement?
Explain the hierarchy levels in jcl?
what is the purpose of coding notify parameter in job statement?
what happens in conversion stage in job processing?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
List the different jcl statements that are not permitted in the procedures?
what is the compile process of cobol program expalin with code