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 |
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
is there any possibilities for sumbitting more than one job in single jcl? if yes...based on which thing they will execute..(priority,class,time,written order..?)
how to set dependancy for jobs?
What are three major types of JCL statements? What are their functions?
i want to store 20 digits . how will u do it in cobol ?
How can an in-stream dataset be terminated?
What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?
what is the use of JCL?
define cond parameter in jcl?
What is the exact difference between PRTY and DPRTY
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
What is Cataloged Procedures?