Can we Execute a job without specifying Job Name in the Job
Card?
Answers were Sorted based on User's Feedback
ENTER JOBNAME CHARACTER(S) -
a
SUBMITTED
ENDED AT N1 - JCL ERROR CN(INTERNAL)
This is the error that we will get if we miss the job
name..
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / abhijit18in2002
It will give error
JESYSMSG JOBNAME MISSING ON THE JOB STATEMENT.
SPECIFY JOBNAME AND RE-SUBMIT.
| Is This Answer Correct ? | 15 Yes | 2 No |
Explain about SYSVAR
What is the use of DUMMY statement in the JCL? What is the use of DUMMY Utility in the JCL?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
how can the same proc be re-used and called by many jobs?
how you will define a temporary dataset in jcl?
how to resolve soc-7 ? please tell me
What is difference between Return Code, user completion code, Abend code and reason Code?
whats the diff bw the evaluate also and and?
How to use COND Parameter in jcl
WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
How to print data of sequential file to Spool..?
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?