-
-
Terminated Job
What happens when we give disp=(new,catlg,catlg) and the job is terminated?
-
-
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.
-
-
Change Dataset Name in PROC
How will you change the dataset name in PROC without altering it?
-
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?
-
-
-
-
-
-
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.
-
-
-
How to update a particular row in a file using JCL?
Any utilities? Don't want to use any programs.
-
JCL Multi Threading
What is meant by multithreading in JCL?
-
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
Data definition name is the eight character designation after the // of the DD statement. It matches the internal name specified in the steps executing program. In COBOL that's the name specified after the ASSIGN in the SELECT ASSIGN statement. Dataset name is the operating system (MVS) name for the file.
-
TSO command
what is an SDSF?
-
Send email from JCL in Mainframe
How to send a Mainframe file to a mailbox using a JCL? Mailbox could be any? What parameters need to be passed in the JCL like - Host address, mail address, etc..?
JCL Interview Questions
Ans