Can a temporary dataset be converted to permanent dataset
and vice-versa in the middle of a job ?

Answer Posted / nishant singhal

Pintokott, but the Temperorary dataset should have
disp=new. how it can have disp=old?????

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the purpose of dd * statement in jcl?

633


Why block size is multiple of lrecl in jcl?

908


Which dd parameters are required?

686


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

1033


How to pass the parameter in parm using linkage section ? (syntax)?

645






What are steplib and joblib? What for they are used?

687


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

628


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

716


Is condition checking possible in jcl? If yes, how?

735


define cond parameter in jcl?

771


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

823


what JCL Procedures?

697


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

969


What is the significance of addrspc parameter in the exec statement?

616


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

651