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 |
How to run cobol program using jcl?
How many days does a job remain in spool
What does the TIME parameter signify ? What does TIME=1440 mean ?
how many max steps can we use in a job? pls answer to my question
how can you check if a file is empty using jcl?
How can unused space allocation be returned to the system when a dataset is closed?
what is mainframe?
I have one GDG. Everyday One new version is being created.Now I want to split this created version in different files each having 1000 records. Here Problem is I don't know How many records will be there in new version of GDG? that's why I don't know How many Out files we need to use . Interesting??????????????
Explain the jcl exec statement?
What are the default system and catalog libraries in JCL?
how do you resolve for soc7 error
COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?