How does jcl specify the job to the operating system?
No Answer is Posted For this Question
Be the First to Post Answer
Is automatic restart possible in jcl?
how to create a member or sequential dataset through tso command??
What is dummy parameter in JCL??
What is the function of a dd statement?
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
can we copy a file from fixed block to variable block and vice versa ....asap
Explain the function of dd name parameter with a 2 part structure; audit.report?
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
Explain about Specifying compiler options in the PROCESS (CBL) statement
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
What is a Dummy Utility and what it does ?
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.