how to put a dependency on job in jcl using opc scheduler?
Answer / hemanth
Step 1: Go to Database in OPC panel by pressing (1) in option, then select Application Descriptions by pressing (4) in option, then select List by pressing (3) in option.
Step 2: Put "S" in front of Application ID then press enter.
Step 3: New panel will be open, in that put "1" in command line. It will open another panel. In that we want to add dependency by typing application id, operation, workstation and workstation number. Press Enter.
| Is This Answer Correct ? | 13 Yes | 4 No |
hi guys what r the diff types of procs in jcl? bye ramya
4 Answers ACS, Keane India Ltd,
how to allocate a dynamic dataset in jcl ?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
What is meant by S0C7 system abend code?
what are the types of abends that occur on job failure? And explain the possible causes of these
Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below, What will be the output file name in each step ? PROC starts Step 1 has ID.GDG.FILE(+1) Step2 has ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ? PROC starts Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts Step2 has ID.GDG.FILE(+4) PEND
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
What statement marks the end of an in-stream or catalogued procedure?
What is the difference between joblib and jcllib statements
I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this: