how to create a member or sequential dataset through tso
command??
Answers were Sorted based on User's Feedback
Answer / ram.g
i have tried this ..but its creating a dataset(seq) with
invalid block size...how to mention blksize in that command
and
how to create pds memeber thru tso command..
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / bella
try this :
DSORG PS RECFM U BLKSIZE 1,944 LRECL 0
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / 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 |
Explain about LMCOPY -
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How to release the Output HELD by using HOLD = YES on DD statement ?
How many steps we can overide in the proc's?
What is COND=EVEN ?
How to identify where file is empty or not? How many ways are there to identifying?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How do you check the syntax of a JCL without running it?
In sms datasets, what is the function of the dd avgrec keyword?
Why do you use a control card?
How to run cobol program using jcl?
How is a type of file defined in the jcl that executes the cobol program?