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 symbolic parameters in jcl, what is a temparary data set ? where do u use ?
What does S0C4 error mean?
Does jcl support automatic restart?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
Explain the function of //jcllib statement?
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
Can I send output of job to my remote device careerride123?
how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is job control language?