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
How many parameters are there to a DISP statement and what are their uses ?
How to change default PROCLIB?
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
What is GDG and what is the maximum limit of versions that can be created?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
can we write a proc with in a proc
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what are the various stages of job processing?
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???