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 |
Can you execute a PROC from another PROC?
Describe the DD statement, its meaning, syntax and keywords?
How many types we can give input to JCL
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
How to create delta file using JCL
What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
What are the default system and catalog libraries in JCL?
Explain in DD statement what is the use of DCB parameter?
Can anyone tell me the syntax for printing two files at two different destinations in a single step?