how to create a member or sequential dataset through tso
command??
Answer Posted / siddharth
The name that you want to give the new data set: CSYP760.NEW.DATA
The name of the model data set:CSYP760.MODEL.DATA
alloc da(new.data) like(model.data)
alloc da(new.data) dsorg(ps) space(2,0) tracks lrecl(80) + blksize(8000) recfm(f,b) new
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How does jcl act on code(if you take a cobol program)?
What is the significance of addrspc parameter in exec statement?
which utility is used a dummy utility?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
what is the purpose of coding class parameter in job statement?
Suppose I have five jobs to do. But I want to hold one?
How to override loadlib?
what are the various stages of job processing?
What is the function of the dd mgmtclas keyword in sms datasets?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Explain the purpose of dd * statement in jcl?
what is the compile process of cobol program expalin with code
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Must tape dataset definitions include vol=ser specifications?
Differentiate between the joblib and the steplib statements?