Can we have a JOBSTEP without any EXEC ?
Answers were Sorted based on User's Feedback
Answer / prachi
No... you need to have the EXEC for each JOB step.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / vinay sonar
No,the job will get abend and you will get JCL ERROR
as 'JOB HAS NO STEPS'
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / saravanan
"why? I need the explanation in this. Can any one give why
the Jos is giving the JCL error. 'JOB HAS NO STEPS'
--because u would have missed
//* --Prior to the exec steps like
EXEC <Proclib>
Or u would have missed the keyword EXEC itself. Please
check.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / srikanth
why? I need the explanation in this. Can any one give why
the Jos is giving the JCL error. 'JOB HAS NO STEPS'
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the use of IEBGENER ?
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
Can you execute a PROC from another PROC?
How to delete AIX ? i) IEBGENER ii) IDCAMS iii) PURGE iv) All of the above
While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?
what are the types of abends that occur on job failure? And explain the possible causes of these
How is a new GDG coded?
how would you create a temporary dataset? And where will you use them?
db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above. 1 What is the maximum number of tables that can be stored on a Partitioned Table Space ? 1 what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names Accenture 5 Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code? 6 When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing? 2 how to delete perticular row from table for ex. how you will delete 3rd row from table please answer THANKS IN ADVANCE IBM 7 max number of columns in a db2 table? 6 What is package versioning? Please give an example. 1 What is the picture clause of the null indicator variable? 6 How do you filter out the rows retrieved from a Db2 table ? 1 What is DB2 (IBM Database 2)? 3 Can any one tell me about Restart logic in DB2.
what is DSN in JCL and what are the parameters to declare the DSN?
what is fixed length and variable length and difference between them