whats the difference between empty and noempty of GDG?
Answer Posted / sunny kalra
Empty - If empty is specified, all data sets are to be removed
from the index when the limit is reached.
Noempty - Its the default option
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Can we call instream to catalog and catalog to instream?
Explain about LMQUERY�give a dialog information about a data set
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Explain the purpose of dd * statement in jcl?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Is their any limit for data sets?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Differentiate between the joblib and the steplib statements?
Explain how can values be passed from the job stream to an executable program?
What is job control language?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what is the compile process of cobol program expalin with code
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What is the function of dd name parameter with a 2 part structure; audit.report?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?