-
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
DISP=OLD denotes exclusive control of the dataset; DISP=SHR means there is no exclusivity.
-
-
-
-
-
-
Impact Analysis from ISPF
if i changed one column of table, and i want to know impact of that change?(how do you do impact analysis from ISPF panel,explain in detail?
-
-
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.
-
What does the keyword DCB mean and what are some of the keywords associated with it?
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.
-
Use of library statements
Can anyone pls explain in detail the use of LIB statements like JOBLIB,STEPLIB,JCLLIB,PROCLIB.... as i know where to use these but not clear on the purpose of using....
-
-
-
-
-
-
-
-
-
JCL Interview Questions
Ans