Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


In SPACE,what is directory,RLSE

Answers were Sorted based on User's Feedback



In SPACE,what is directory,RLSE..

Answer / nygrande

For Example:

SPACE=(CYL,10,10,RLSE)

We use RLSE to release the space NOT USED when writing in DASD.

Is This Answer Correct ?    4 Yes 0 No

In SPACE,what is directory,RLSE..

Answer / mohan.chepuri

directory is use to we r mention the program field
lenth=directory,rlse=release the space

Is This Answer Correct ?    0 Yes 0 No

In SPACE,what is directory,RLSE..

Answer / mohan.chepuri

directory is use to we r mention the program field
lenth=directory,rlse=release the space

Is This Answer Correct ?    0 Yes 0 No

In SPACE,what is directory,RLSE..

Answer / suman

It is used to Release unused space after loading (or)
creating data set.

Is This Answer Correct ?    0 Yes 0 No

In SPACE,what is directory,RLSE..

Answer / vinay sonar

If we specify RLSE parameter it means the space for dataset
must be released once dataset is closed and last operation
was write.

Is This Answer Correct ?    0 Yes 0 No

In SPACE,what is directory,RLSE..

Answer / 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

More JCL Interview Questions

//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 /*

0 Answers  


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

0 Answers  


in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?

3 Answers   Patni,


what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file

3 Answers   Virtusa,


My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.

4 Answers   CTS,


There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?

3 Answers   ADP,


How to ALTER the name of a GDG ?

2 Answers   IBM,


Explain about Internal Sort

1 Answers  


Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?

8 Answers  


What are the parameter we cannot use in procedure?

0 Answers  


i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.

1 Answers   TCS,


What is COND=EVEN ?

9 Answers   IBM,


Categories