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
What is the purpose of disp parameter?
What is the purpose of dd?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Where & How Do You Code Identifier In Jcl?
Describe the various parameters utilized in the creation of a gdg?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
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 is one line to pass PARM from JCL to COBOL?
What happens if both JOBLIB & STEPLIB is specified ?
How can a fb file convert to vb file using sort program?
Explain the function of a dd statement?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What is the function of the dd avgrec keyword in sms datasets?
how you can access an uncataloged dataset in a JCL?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?