Explain about Specifying compiler options in the PROCESS (CBL) statement
what happens if job falls in loop ? how to resolve it ?
i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?
I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
write a jcl to execute a job by 7:00 am on jan 20,1986?
How to do automated restart when a job abend?
wht r different types of sorts ?
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
What are hierarchy levels in jcl?
What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?
if the submitter of a job wants to inform another user about the job completion, how can it be done?