how to compress the data set

Answer Posted / sravani

by using IEBCOPY

Is This Answer Correct ?    2 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of dd dummy statement?

1160


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

1092


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

918


What is jcl in mainframe, and how many types of jcl statements are there for a job?

869


What is one line to pass PARM from JCL to COBOL?

4662


What is the use of disp parameter?

840


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

999


Explain the function of dd disp parameter?

799


How do you submit a job for execution?

827


What is the function of job statement in jcl?

820


Is automatic restart possible in jcl?

937


How do you create a temporary dataset?

856


how to run batch program without jcl?

10673


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

870


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

2202