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 about RECORDING MODE Clause

1 Answers  


Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?

8 Answers  


how can we override data definitions in jcl. can any one give detailed example

3 Answers   TCS,


What is the function of the dd avgrec keyword in sms datasets?

0 Answers  


How to compare 2 files using File-Aid?

1 Answers   IBM,






db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above. 1 What is the maximum number of tables that can be stored on a Partitioned Table Space ? 1 what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names Accenture 5 Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code? 6 When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing? 2 how to delete perticular row from table for ex. how you will delete 3rd row from table please answer THANKS IN ADVANCE IBM 7 max number of columns in a db2 table? 6 What is package versioning? Please give an example. 1 What is the picture clause of the null indicator variable? 6 How do you filter out the rows retrieved from a Db2 table ? 1 What is DB2 (IBM Database 2)? 3 Can any one tell me about Restart logic in DB2.

2 Answers   Cap Gemini,


How to print data of sequential file to Spool..?

2 Answers  


Can you code instream data in a PROC ?

10 Answers  


what is d/f b/w sysout & sysprint

4 Answers   TCS,


wht happens if blksize = 0 and lrec = 0 ?

1 Answers   TCS,


When cursor is not closed what is the error?

3 Answers   IBM,


how do you resolve for soc7 error

6 Answers   ACS, iGate,


Categories