how to create a member or sequential dataset through tso
command??
Answer Posted / nk
TSO ALLOC DD(INFILE) DA(XXX.YYY.ZZZZ) SHR
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Explain how can values be passed from the job stream to an executable program?
Which statement is used to identify the private libraries in job?
Is their any set of rules for dd? Explain.
How does jcl act on a cobol code?
Is it possible to left uncode disp? If yes, how?
What does a disposition of (new,catlg,keep) for a dsn mean?
How to override loadlib?
How do you access an uncatalogued dataset in a jcl?
A dd statement consists of 4 fields. Name them?
how can you check if a file is empty using jcl?
how to run batch program without jcl?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
How to do automated restart when a job abend?
Name the statement which can be used to send data to another mvs jes3 node?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?