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 |
What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.
oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset
How many types we can give input to JCL
Can we delete the data using IEFBR14 , IEBGENER??
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
how would you create a temporary dataset? And where will you use them?
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
How to DEBUG a JCL?
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
What are hierarchy levels in jcl?