Can comments be specified at the very beginning of a
jobcard? Will the JCL execute?
Answers were Sorted based on User's Feedback
Answer / suresh
NO.it cant be specified at the very begining of a job card.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / babu
we can have the comments at the beginning of a jobcard. But
the system will expect the job name for the specified
comments also. once you give the jobname then it will try
to execute the steps you have till it comes accross the
next jobname which is original that has been mentioned in
the JCL member. two jobs will be submitted.
| Is This Answer Correct ? | 7 Yes | 0 No |
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?
What is difference between Return Code, user completion code, Abend code and reason Code?
How does jcl act on a cobol code?
Explain about REXX
What are isolation levels? Where do we need to specify them in compiling JCL?
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset
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.
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
What does the TIME parameter signify ? What does TIME=1440 mean ?
01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable