In SPACE,what is directory,RLSE

Answer Posted / siri

space=(trk/cyl,(primary qty,secondary qty,directory),rlse)

directory = specifies the number of 256 byte records needed in the directory of a pds......
rlse = request that space allocated to an outpur data set,but not used is to be released when the dataset is closed......

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is job control language?

605


Does jcl support automatic restart?

753


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

692


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2160


How to submit jcl through a cobol program?

672






Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2214


How is a type of file defined in the jcl that executes the cobol program?

705


How do you create a temporary dataset?

658


Mention the types of job control statements?

680


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

1925


What are the 4 fields in dd statement?

737


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

625


What is the motivation behind coding class parameter in job statement?

678


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1341


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9205