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
what is use of dsn parameter in dd statement?
Differentiate between the joblib and the steplib statements?
how JCL works?
What is multithreading in jcl?
Is it possible to define dd statements as you want?
What are the 4 fields in dd statement?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What do you understand by the terms: joblib and steplib?
I need exexution process for JCL programs
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
when can a job time-out occur? How to overcome that?
What do you understand by jcl?
What is the function of //cntl statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?