What does a disposition of (NEW,CATLG,DELETE) mean?

Answer Posted / guest

That this is a new dataset and needs to be allocated, to
CATLG the dataset if the step is successful and to delete
the dataset if the step abends.

Is This Answer Correct ?    22 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the function of //jcllib statement?

692


Can an individual step be restricted from using all the jobs allowed cpu time?

999


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

846


Explain the function of dd name parameter with a 2 part structure; audit.report?

884


whats the diff bw the evaluate also and and?

1841






What is the significance of addrspc parameter in exec statement?

722


Name the statement which can be used to send data to another mvs jes3 node?

593


What is the syntax of JCL statement?

681


Explain the function of //cntl statement?

642


how JCL works?

787


What is the purpose of disp parameter?

635


write a jcl to execute a job by 7:00 am on jan 20,1986?

683


What is timing concept in mainframe?

1652


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1759


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

608