What is the significance of addrspc parameter in exec statement?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
do we need to mention the location of catalogued procedure for each it's call in a single job?
Can we create VSAM file by using IEBGENER?
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
What is catelog procedure and how many catelog procedure to use in one job?
Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
what are the types of abends that occur on job failure? And explain the possible causes of these
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
Given a input file with duplicates how to remove the duplicate records from the file using JCL?
6 Answers CDS, Convergys, TCS,
How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.