what is a MODELDSCB?
Answer / venu
MODELDSCB is a model dataset,once you created the GDG base
then only you can create model data set through IEBGENER
Utility.this is Refer the DCB parameters.
| Is This Answer Correct ? | 5 Yes | 0 No |
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
Explain about REXX
Which is the most widely used batch performance monitor for DB2?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
Explain about LMCLOSE�close a data set
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
what is the job entry system used in your project?
what r the types of job control statements?
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?