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
What is the syntax of JCL statement?
//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 /*
What are the parameter we cannot use in procedure?
How can a stopped job be started again?
What is the function of dd name parameter with a 2 part structure; audit.report?
What is multithreading in jcl?
Explain how can return codes be tested before execution of a job step?
How to do automated restart when a job abend?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
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) ?
What are steplib and joblib? What for they are used?
what is the use of IEBGENER utility?
what operation is performed by job statement?
Where can program checkpoints be stored for use in a restart?