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

Answer Posted / pintokott

Nishant Singhal, Temp DSet have disp=new only in first step.
In each next step it must 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

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

620


What is the function of //jcllib statement?

810


what is “Cond= even” and “Cond=only”?

743


I need exexution process for JCL programs

1852


What dd statement is used to supply the name of a dataset?

779






what is the purpose of coding class parameter in job statement?

724


State the uses of syspring, sysin, sort fields, sum fields and dummy.

654


What does a disposition of (MOD,DELETE,DELETE) mean ?

668


Where & How Do You Code Identifier In Jcl?

699


What is the difference between run mode and addressing mode?

636


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

854


What is the use of symbol // in jcl?

930


how JCL works?

796


In job processing, what happens in execution stage?

698


What is the syntax of JCL statement?

697