In SPACE,what is directory,RLSE

Answer Posted / suman

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

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 the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1808


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1733


What is the purpose of disp parameter?

645


What is the difference between the positional and keyword parameters? Give examples.

713


what is the use of JCL?

666






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

2064


What are the parameter we cannot use in procedure?

640


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

861


What is the purpose of dd dummy statement?

944


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

855


How does the jcl specify the job to os?

696


what is use of space parameter in dd statement?

758


How to do automated restart when a job abend?

791


How can a fb file convert to vb file using sort program?

807


Explain about LMFREE�free data set from its association with data ID

1006