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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the significance of addrspc parameter in exec statement?

1261


what is the resolution for sb37 error

9258


What is the purpose of dd * statement in jcl?

1332


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

1132


What parameter directs the output of the job log dataset?

1327


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2618


what is the difference between JES3 and JES2?

1193


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

1262


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

1287


How can a jobs execution priority be modified?

1342


What is the difference between the positional and keyword parameters? Give examples.

1317


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

1438


How would you understand error(execution phase)?

1317


How can values be passed from the job stream to an executable program?

1519


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

1129