Search found 21 matches

by spawar4
Fri Sep 23, 2011 10:38 pm
Forum: JCL
Topic: TEST job need to start after 20 min after submitted manually
Replies: 26
Views: 31340

it's oracle Unix process :-) that's what i am straggling who to trigger second mainframe job once the oracle process completed.
by spawar4
Fri Sep 23, 2011 6:32 pm
Forum: JCL
Topic: TEST job need to start after 20 min after submitted manually
Replies: 26
Views: 31340

Run only 1 job that runs a, then runs the oracle process, then runs b. Or - run a having it submit the oracle process thru the internal reader. When the oracle process successfully completes, the oracle process could submit b thru the internal reader. This is wat you suggested but how I can bubmit t...
by spawar4
Thu Sep 22, 2011 6:18 pm
Forum: JCL
Topic: TEST job need to start after 20 min after submitted manually
Replies: 26
Views: 31340

yes still I am stuck.. some how I need to hold job in test. please help...
by spawar4
Wed Sep 21, 2011 6:59 pm
Forum: JCL
Topic: TEST job need to start after 20 min after submitted manually
Replies: 26
Views: 31340

it's QA processing and wse are doing it test manually and we don't have scheduler in test, so I wanted it to automate it, I will submite only first job manullay. then it should complete every thing automatically.
by spawar4
Tue Sep 20, 2011 12:43 am
Forum: JCL
Topic: TEST job need to start after 20 min after submitted manually
Replies: 26
Views: 31340

so i can hold test job B using some command and I have to submit it manully only?
by spawar4
Mon Sep 19, 2011 10:37 pm
Forum: JCL
Topic: TEST job need to start after 20 min after submitted manually
Replies: 26
Views: 31340

I am planning to automate this process i don't want to run this all one by one manually, so I will submit only job A and then it will trigger job B and oracle process. I knew how to trigger job B and oracle process, I need help to hold the job B processing till oracle process get completed. Please l...
by spawar4
Mon Sep 19, 2011 10:16 pm
Forum: JCL
Topic: TEST job need to start after 20 min after submitted manually
Replies: 26
Views: 31340

Job A will trigger test job B and one oracle test process, same time
But job B should start after completion of oracle process, so need to hold this job B processing for 20-25 min and it should start after oracle finished.
then Job B will complete the further MF process.
by spawar4
Mon Sep 19, 2011 8:33 pm
Forum: JCL
Topic: TEST job need to start after 20 min after submitted manually
Replies: 26
Views: 31340

Job A will trigger test job B and one oracle test process. But job B should start after completion of oracle process, so need to hold this job B for 20-25 min and then it will check trigger file from oracle and accordinlgy it will complete the further MF process. Please suggest how i will hold job B...
by spawar4
Mon Sep 19, 2011 6:27 pm
Forum: JCL
Topic: TEST job need to start after 20 min after submitted manually
Replies: 26
Views: 31340

Can anyone help me to handle the above case.
by spawar4
Thu Sep 15, 2011 8:05 pm
Forum: JCL
Topic: TEST job need to start after 20 min after submitted manually
Replies: 26
Views: 31340

I have two mainframe test job and 1st will trigger my orclae test process and it will take arround 20 min to complete and after this i need to run my 2nd mainrfame job. so for automation I am going to submit 2nd MF test job thru first one and it need to be start after oracle process, so I need to ho...
by spawar4
Thu Sep 15, 2011 6:38 am
Forum: JCL
Topic: TEST job need to start after 20 min after submitted manually
Replies: 26
Views: 31340

TEST job need to start after 20 min after submitted manually

I need start my TEST job start execution after 20 min after submitted manually.

Please suggest any time parameter i need to mention in my test job.
by spawar4
Fri Apr 30, 2010 2:31 pm
Forum: COBOL
Topic: How to call web srvice from COBOL progeam?
Replies: 1
Views: 3528

How to call web srvice from COBOL progeam?

Hi

Please help me to call web srvice from COBOL progeam.

it's urgent.

Thanks,
Sandip.
by spawar4
Tue Apr 13, 2010 8:53 am
Forum: EASYTRIEVE
Topic: How to find record count of a mainframe dataset?
Replies: 5
Views: 15222

Yes RECORD-COUNT is a reserved word in easytrieve. you can write it dorectly as

WS-MASTER-CNT = RECORD-COUNT(MASTERFL)

Please let me know if you have any more ?s on this..
by spawar4
Mon Apr 12, 2010 6:03 pm
Forum: JCL
Topic: focus program example
Replies: 1
Views: 4041

focus program example

Hi,

I need to lear focus report tool please let me know, how to write program / JCL to generate focus report.

Thanks in advance !!
by spawar4
Mon Apr 12, 2010 3:48 pm
Forum: EASYTRIEVE
Topic: How to find record count of a mainframe dataset?
Replies: 5
Views: 15222

use

WS-MASTER-CNT = RECORD-COUNT(MASTERFL)

where MASTERFL is file DD name and WS-MASTER-CNT is working storage variable.