- What is JCL?
- Difference between JCL and COBOL-II
- What is JOB?
- What is PROC?
- What are the difference between JOB and PROC?
- List all JCL statements
- What is EXEC statement?
- What is DD statement?
- What is meant by // and /* and //*
- What is PROC and PEND statement?
- What is OUTPUT statement?
- How many EXEC statement allowed in a single JCL? (255)
- How many DD statement allowed in a single JCL? (3273)
- Explain JCL coding format
- What is Parameter? Tell its 2 types.
- What is POSITIONAL PARAMETER?
- What is KEYWORD PARAMETER?
- What is JOBNAMEs? Explain its rules.
- What is 2 parts of POSITIONAL PARAMETER?
- Explain Accounting Information in POSITIONAL PARAMETER
- Explain Programmer Information in POSITIONAL PARAMETER
- What is KEYWORD PARAMETER? How do u find it ? (By = sign)
- What is CLASS Parameter?
- What is PRTY Parameter?
- What is MSGCLASS Parameter?
- What is MSGLEVEL Parameter?
- Explain MSGLEVEL(0,1), MSGLEVEL(0,2), MSGLEVEL(1,1),
MSGLEVEL(1,2), MSGLEVEL(2,1),MSGLEVEL(2,2).
- What is COND Parameter?
- What is meant by Return code?
- RC=0, RC=8 , RC>8 , RC=3000 explain it
- What is the range of the RC (0-4095)
- Explain TIME Parameter
- How do terminate a job? (3 methods COND, // , TIME)
- Explain RESTART Parameter
- Explain TYPERUN Parameter
- What is HOLD and SCAN ?
- Explain ADDRSPC Parameter
- What is REAL and VIRT? (Default is VIRT)
- Explain REGION Parameter
- Explain NOTIFY Parameter
- List all JOB Parameters.
- What is EXEC Statement? How many EXEC statement allowed in a JCL?
- What is PGM, PROC, PARM, COND and TIME Parameters?
- Explain ONLY / EVEN in COND Parameter.
- What is the difference between JOB COND and EXEC COND parameters?
- What us PARM Parameter? Can u explain it with a COBOL Program?
- What is DD Stands for?
- Explain the DD statement rules
- What is the difference between DD Statement and PARM statement (3 points)
- What is the difference between DD * , DD Data and DUMMY statement.
- What is DLM? Can we use // or /* in DLM statement?
- What is meant by DSN?
- What is DISP? What are its parameters? (D1,D2.D3)
- Explain about NEW, OLD, SHR and MOD.
- Explain about KEEP, DELETE, PASS, CATLG and UNCATLG.
- Explain about third parameter in DISP Parameter. (D3)
- What is UNIT ? Explain its parameters.
- What is VOL? Explain its parameters
- What is LABEL Parameters?
- What is SPACE Parameters?
- What is Load Data Set?
- What is JOBLIB?
- What is STEPLIB?
- What is the difference between JOBLIB and STEPLIB?
- What is SYSIN and SYSOUT?
- What is OCB. Explain its 5 parameters
- What is LRECL. Explain it with COBOL statement.
- What is BLKSIZE. Explain it with COBOL statement.
- What is RECFM. Explain it with COBOL statement.
- What is DSORG. Explain it with COBOL statement.
- What is EROPT. Explain it with COBOL statement.
- What is V, F, U, VB, VF, VBA and FBA?
- What is PROCEDURE? What are its 2 types?
- What is Instream procedure?
- What is catalog procedure?
- Explain the coding rules for a Procedure? (4 points)
- Explain the coding rules for a Instream Procedure.(4 points)
- What is IIP, DIP, ICP, DCP and IAP?
- How many types of Parameters are in Procedure.
- What is Symbolic Parameters?
- What is Overriding Parameter?
- Explain filecopy method in Mainframe
- What is meant by JCL Utilities?
- What are the rules for JCL Utilities?
- What is IEBGENER?
- What is IEBCOPY?
- What is IEBPTPCH?
- How do u copy all members from one DSN to other DSN?
- How do u copy a particular members from one DSN to other DSN?
- How do u copy other than selected members from one DSN to other DSN?
- What is meant by System Utilities?
- What is IEHPROGM?
- What are the rules for System Utilities?
- Explain RENAME, NEWNAME, UNCATLG, CATLG and DELETE
- What are the differece between System Utilities and JCL Utilities
- Explain about Other Utilities?
- Explain SORT Utility
- Explain SORT FIELDS parameter.
- Explain if SORT Parameter CH has the value BI or X or PD or ZD or AC or CH.
No comments:
Post a Comment