how to compress the data set

Answer Posted / srinivasa rao

//SYSIN DD *
COPY INDD= DATASET NAME,OUTDD=SAME DATASET NAME AS IN
INDD
*

Is This Answer Correct ?    7 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In job processing, what happens in execution stage?

698


What is the purpose of dd?

728


what is the JCL statement consists of?

699


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

610


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1485






what is the purpose of coding notify parameter in job statement?

684


in ways data can be passed to a COBOL program from JCL?

669


Explain the function of dd disp parameter?

595


Can we call instream to catalog and catalog to instream?

685


Name the statement which can be used to send data to another mvs jes3 node?

604


which utility is used a dummy utility?

794


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

704


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2063


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1767


whats the diff bw the evaluate also and and?

1857