How do you check the syntax of a JCL without running it?
Answers were Sorted based on User's Feedback
Answer / mahesh babu
By using JSCAN we can check jcl syntax errors
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajasekhara reddy
EJCK or !JCL in the command line will do.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / baskar
Some companies use a tool for this. it is called JJDIRECT
| Is This Answer Correct ? | 7 Yes | 9 No |
how to compare two datasets without using superce because output is limited to 133 bytes
What are the default system and catalog libraries in JCL?
What is the function of job statement in jcl?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
which statement is used to end the in-stream procedure in a jcl?
List the different jcl statements that are not permitted in the procedures?
How to change default PROCLIB?
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.
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
how to modify the copy book?explain with examples
What is concatenating?
How can you execute a COBOL program via SYSIN in JCL?