how to compress the data set

Answers were Sorted based on User's Feedback



how to compress the data set..

Answer / srinivasa rao

You can type Z in command line after opening dataset.

Is This Answer Correct ?    26 Yes 2 No

how to compress the data set..

Answer / vinay sonar

By using IEBCOPY
Syntax is

DD1 DD DSN=PMAP391.NEW.PS,DISP=SHR
DD2 DD DSN=PMAP391.NEW.PS,DISP=SHR

OR

Type Z infront of dataset name in catlog

Is This Answer Correct ?    7 Yes 0 No

how to compress the data set..

Answer / sivaram

type Z infront of the dataset name.

Is This Answer Correct ?    5 Yes 1 No

how to compress the data set..

Answer / srinivasa rao

//SYSIN DD *
COPY INDD= DATASET NAME,OUTDD=SAME DATASET NAME AS IN
INDD
*

Is This Answer Correct ?    7 Yes 5 No

how to compress the data set..

Answer / sravani

BY USING IEBCOPY
COPY INPUT=DD1,OUTPUT=DD1
LIKE THIS WE CAN COMPRESS

Is This Answer Correct ?    1 Yes 1 No

how to compress the data set..

Answer / revathi

By using 'F' in front of the dataset

Is This Answer Correct ?    0 Yes 1 No

how to compress the data set..

Answer / sravani

by using IEBCOPY

Is This Answer Correct ?    2 Yes 5 No

how to compress the data set..

Answer / swathiiii

By typing c infront of the dataset

Is This Answer Correct ?    3 Yes 15 No

Post New Answer

More JCL Interview Questions

File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3

7 Answers  


If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?

4 Answers   Wipro,


how to count the number of members in pds?

2 Answers  


There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?

3 Answers  


What is model dataset label(Model DSCB)?

1 Answers  






What is maximum length of block size?

5 Answers   Cap Gemini, Kanbay, TCS,


What statement can be used to send data to another mvs jes3 node?

0 Answers  


which utility is used to run a cobol-db2 program?

0 Answers   IBM,


Hi Guyz, My requirement is to empty out a PS file but not to delete. How would I do that. Is there any Utility. If any other way, plz answer. Thanks.

9 Answers   iGate, Lehman Brothers,


How do you submit a job for execution?

0 Answers  


What is a PROC? What is the difference between an instream and a catalogued PROC?

2 Answers  


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' ?

0 Answers  


Categories