how to compress the data set

Answer Posted / revathi

By using 'F' in front of the dataset

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the different components of jcl statement?

765


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

702


how to run batch program without jcl?

10248


Explain how can return codes be tested before execution of a job step?

909


Why block size is multiple of lrecl in jcl?

993






//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

978


Explain the hierarchy levels in jcl?

1210


Is acct parameter mandatory?

822


In job processing, what happens in execution stage?

748


Is their any limit for data sets?

763


Explain how can a jobs execution priority be modified?

814


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

716


How gdg are concatenated?

731


Where & How Do You Code Identifier In Jcl?

776


Is automatic restart possible in jcl? If yes, how?

717