Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

I need exexution process for JCL programs

0 Answers  


Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???

5 Answers   IBM, UST,


What are steplib and joblib?

0 Answers  


There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.

3 Answers   IBM,


Explain about LMFREE�free data set from its association with data ID

0 Answers  


TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?

5 Answers   CTS,


what is force complete

2 Answers   IBM,


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

0 Answers  


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,


What is primary allocation for a dataset?

4 Answers  


what will be the error code if duplicate key of VSAM file is found?

1 Answers   HSBC, Kings,


In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?

2 Answers   IBM,


Categories