Explain about Specifying compiler options in the PROCESS (CBL) statement
How does jcl act on code(if you take a cobol program)?
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
how to run batch program without jcl?
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?
which utility is used to update pds?
Definition of COND parameter in JCL
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
How can you execute a COBOL program via SYSIN in JCL?