by using cond parameter
maximum 8 cond can be coded in single cond means ?explain
No Answer is Posted For this Question
Be the First to Post Answer
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
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?
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
how do u send return code from cobol to jcl ?
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
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?
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
Which COND paramter will u use to execute the step only if the previous step does not execute
how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.