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 |
What is the function of the dd dcb keyword?
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
How to alter the parameters for the existing gdg?
can we modify the code in copy book? if it possible how to submit ofter the modification.
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is a GDG
Max generations in GDG??
what is the job entry system used in your project?
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
How Can we see all generations of a GDG ?