how to compress the data set

Answer Posted / swathiiii

By typing c infront of the dataset

Is This Answer Correct ?    3 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the various stages of job processing?

738


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

1996


What is the format of comment statement?

666


What are the difference between jcl and jes?

1050


What is catelog procedure and how many catelog procedure to use in one job?

7456






What is the purpose of the dd keylen parameter?

724


What parameters can be used to limit the number of records written to a sysout dataset?

750


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

604


Differentiate between the joblib and the steplib statements?

857


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1039


In job processing, what happens in execution stage?

698


Can we call instream to catalog and catalog to instream?

683


How would you understand error(execution phase)?

629


Is it possible to left uncode disp?

713


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

605