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

Explain how can a stopped job be started again?

0 Answers  


how do u see jobs submitted before ur job ?

1 Answers  


i need some shortcuts and tso commands can any on ehelp me in these ?

1 Answers  


How to view the hexa decimal value thru file aid if copy book is not present for that particular data

1 Answers  


Can we call instream to catalog and catalog to instream?

0 Answers  






How to execute 2nd and 4th steps among 5 steps in jcl proc?

0 Answers  


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

0 Answers   IBM,


what is force complete

2 Answers   IBM,


how many types of sorts are there in jcl?

2 Answers   IBM,


Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???

4 Answers  


What is MOD and when would you use it?

3 Answers  


delete rules in db2

1 Answers   Keane India Ltd,


Categories