Answer Posted / biprajit
To empty a file in JCL you can use IEBGENER;
Sysut1 dd dummy
Sysut2 dd dsn=filename
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the rules employed while naming the steps in a job?
how to compare two datasets without using superce because output is limited to 133 bytes
Explain the function of dd disp parameter?
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?
What are the 4 fields in dd statement?
Name what parameter directs the output of the job log dataset?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How dummy is used in jcl?
What is NOTCAT ?
how you can access an uncataloged dataset in a JCL?
Where & How Do You Code Identifier In Jcl?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What happens if both JOBLIB & STEPLIB is specified ?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How to alter the parameters for the existing gdg?