-
-
What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
The keywords associated with the DCB parameter are LRECL, RECFM, BLKSIZE and DSORG. The DCB information can be supplied in the DD statement. The sysem looks for DCB information in the program code first.
-
-
-
-
-
-
Calculate total space allocated for file
If file is having space parm as SPACE=(CYL,(10,10)) i.e. 10 primary, 10 secondary. So how much cylinders totally it will take before dataset filled till end?
-
Change Dataset Name in PROC
How will you change the dataset name in PROC without altering it?
-
-
Describe the JOB statement, its meaning, syntax and significant keywords?
The JOB statement is the first in a JCL stream. Its format is // jobname, keyword JOB, accounting information in brackets and keywords, MSGCLASS, MSGLEVEL, NOTIFY, CLASS, etc.
-
-
Terminated Job
What happens when we give disp=(new,catlg,catlg) and the job is terminated?
-
-
-
-
Describe the DD statement, its meaning, syntax and keywords?
The DD statement links the external dataset name (DSN) to the DDNAME coded within the executing program. It links the file names within the program code to the file names know to the MVS operating system. The syntax is // ddname DD DSN=dataset name. Other keywords after DSN are DISP, DCB, SPACE, etc.
-
-
-
Space Identifier (ASID)
What is the name of the job that has an address space identifier (ASID) of one?
JCL Interview Questions
Ans