how to put a dependency on job in jcl using opc scheduler?
Answer Posted / 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 |
Post New Answer View All Answers
How do you create a temporary dataset?
what are JCLLIB and STEPLIB in JCL?
How would you understand error(execution phase)?
what happens in conversion stage in job processing?
define cond parameter in jcl?
What is the purpose of disp parameter?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Describe the various parameters utilized in the creation of a gdg?
How is a type of file defined in the jcl that executes the cobol program?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
Explain how can the submitting users racf authority be overridden in a job stream?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Explain the function of the steplib dd statement?
How to do automated restart when a job abend?