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 |
How can a job send a status message to a tso user at the completion of a job?
What is the difference between the positional and keyword parameters? Give examples.
when does a dataset go uncataloged?
What are the common jcl syntax errors you get? This is not abends?
Min no of member?s (PDS) in one directory block?
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
What is GDG and what is the maximum limit of versions that can be created?
Can we delete the data using IEFBR14 , IEBGENER??
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
can we copy a file from fixed block to variable block and vice versa ....asap
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
The maximum number of in-stream procedure you can code in any JCL is ?