IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

executing particular steps


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
karthik1680
Warnings : 2

New User


Joined: 14 May 2005
Posts: 64
Location: chennai

PostPosted: Thu Sep 01, 2005 5:56 am
Reply with quote

hi to all,

in my job step there are 10 steps i want to execute step5 and step10 what to do? by specifying condition code means give some examples plz urgent
Back to top
View user's profile Send private message
radhakrishnan82

Active User


Joined: 31 Mar 2005
Posts: 435
Location: chennai, India

PostPosted: Thu Sep 01, 2005 9:14 am
Reply with quote

please refer this link which discusses abt the same topic.

ibmmainframes.com/about4566.html&highlight=executing+particular+steps

hope this helps.
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Thu Sep 01, 2005 9:50 am
Reply with quote

Hi Karthik,

Before posting your query please check the following link.

http://www.ibmmainframes.com/search.php

using this you may get your answer quickly.


Regards
Rupesh
Back to top
View user's profile Send private message
michaelraj

New User


Joined: 01 Sep 2005
Posts: 43
Location: Bangalore

PostPosted: Thu Sep 01, 2005 5:31 pm
Reply with quote

HI karthik1680,

If there are 10 steps with step names as step1, step2...step10. You want to execute exclusively step 5 and step 10 only right. Then In Job card use restart = step5. Then step5 is executed directly without executing first step. We can't use condition codes in JOB statement as it is ignored for execution of first step If I am correct. If you want to execute step10 write COND=((0,lt,step10),even) in EXEC statement of step5. Then step10 is executed even if step5 is not executed successfully.

Mike.
Back to top
View user's profile Send private message
karthik1680
Warnings : 2

New User


Joined: 14 May 2005
Posts: 64
Location: chennai

PostPosted: Thu Sep 01, 2005 9:05 pm
Reply with quote

thank you very much mike for your answers .
could you plz tell me abt unit testing?
how to perform?
where to give the inputs?
check the logic?
Back to top
View user's profile Send private message
radhakrishnan82

Active User


Joined: 31 Mar 2005
Posts: 435
Location: chennai, India

PostPosted: Thu Sep 01, 2005 9:18 pm
Reply with quote

karthik,

Unit testing is a standard process followed in software dev life cycle flow.
Its already explained in prior topics.
It is appreciated if you could search this topic in this forum.

Quote:
where to give the inputs?
check the logic?

It depends upon your requirement.
Back to top
View user's profile Send private message
David P

Active User


Joined: 11 Apr 2005
Posts: 106
Location: Cincinnati Ohio

PostPosted: Fri Sep 02, 2005 1:20 am
Reply with quote

Hi Karthik,

Coming back to your original question.

I have seen this question being posted in the forum many times can you please let me know under what situations one needs to execute the fifth step of the job and then directly the tenth one.
Could you please provide some practical example if possible.

regards,
David.
Back to top
View user's profile Send private message
michaelraj

New User


Joined: 01 Sep 2005
Posts: 43
Location: Bangalore

PostPosted: Fri Sep 02, 2005 1:42 pm
Reply with quote

Hi Karthik,

UNIT TESTING: It is nothing but testing a single module which consists of your modifications according to Fundamental Description.

How to perform: It is usually performed with a debugging tool Xpeditor. I dont know the other ways of testing.

Where to give the inputs: If you have idea about xpeditor, I can go further. Usually we will give data member as a INPUT data for xpeditor. We can also give data filea as an input. IF there is no such inputs, we can give manually by the LINE commands KEEP,KEEPE,KEEPH in the xpeditor itself.

check the logic: If we want to check only our modifications in the module, then we have to place a brakepoint with B as command at the starting line of your modifications. With the help of F9 and F12 functions you can go along with the flow.

Regards,
Mike.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts CA7 deleting files in steps after job... CA Products 4
No new posts executing XCTL command in COBOL witho... CICS 10
No new posts Receiving RC 5 when executing REXX pr... CLIST & REXX 3
No new posts Issues with executing a REXX MACRO th... TSO/ISPF 4
No new posts Get name of Subsystem routine is exec... All Other Mainframe Topics 2
Search our Forums:

Back to Top