Answer Posted / challa srinivas
We can send output as a (PDS member) with DISP=SHR. The DISP applies to the PDS and not to specific member.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is the purpose of dd dummy statement?
Mention the types of job control statements?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What do you understand by the term job time – out and how can you overcome that?
What does a disposition of (MOD,DELETE,DELETE) mean ?
which parameter is used to check the syntax of a jcl without executing it?
what is the difference between JES3 and JES2?
what is use of dsn parameter in dd statement?
what happens in execution stage in job processing?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How do you access an uncatalogued dataset in a 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.