Answer Posted / harsha
it will copy eliminated duplicates in to another file
| Is This Answer Correct ? | 41 Yes | 6 No |
Post New Answer View All Answers
Where & How Do You Code Identifier In Jcl?
Explain how can a stopped job be started again?
How is a type of file defined in the jcl that executes the cobol program?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What are the 2 types of parameters in dd statement?
Explain in DD statement what is the use of DCB parameter?
How can the disposition of sysout datasets be set for an entire jobstream?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
In job processing, what happens in execution stage?
What is the function of the dd mgmtclas keyword in sms datasets?
How can a fb file convert to vb file using sort program?
What is the purpose of disp parameter?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?