Explain how can the submitting users racf authority be overridden in a job stream?
No Answer is Posted For this Question
Be the First to Post Answer
what is the job entry system used in your project?
what are the statements that are not valid to be included in an include statement?
What are the 2 types of parameters in dd statement?
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
How do you restart a step in JCL?
what is use of dsn parameter in dd statement?
how to identify a vasam dataset by seeing in 3.4(browse)
What is the maximum length of a single line of jcl?
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 ?
What is a GDG? Why do we go for a GDG ? utility used to create GDG?
IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?
How many parameters are there to a DISP statement and what are their uses ?