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
Explain the function of a dd statement?
how you can direct the data to spool using SYSOUT option?
what is use of dcb parameter in dd statement?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
which utility is used to run a cobol-db2 program?
How is the record format of an output dataset specified?
Explain the jcl exec statement?
Can we use DISP=SHR in output file in JCL
List the various advantages of using jcl language?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain the hierarchy levels in jcl?
Where can program checkpoints be stored for use in a restart?
What are the parameter we cannot use in procedure?
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
//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 /*