How to execute commands in a order written in a dataset
-
- Posts: 13
- Joined: Tue Aug 13, 2013 10:04 am
- Skillset: COBOL, JCL, DB2, CICS, SAS, REXX
- Referer: internet
How to execute commands in a order written in a dataset
Is there a way out to execute certain commands like putting breakpoints, changing variable values at a particular point, skipping particular breakpoints, listing some particular variables in the monitor ? I don't want to execute each of these instructions one by one as it takes lot of time, particularly in listing the variables in monitor if the variables are all located at different places and are not dependent. Is it there any solution to this?
-
- Global moderator
- Posts: 3805
- Joined: Tue Jan 25, 2011 12:02 am
- Skillset: Easytrieve Plus, Cobol, Utilities, that sort of stuff
- Referer: Google
Re: How to execute commands in a order written in a dataset
How do your colleagues do it? In a big site like yours, someone will be doing it well. It won't take you long to find them. Just ask anyone who they go to if they need to do something "special" in the debugger.
It's not clear what you mean when you use the word "execute". You either want a command to execute, or you don't. If you want them to execute, they will always execute one-by-one.
It's not clear what you mean when you use the word "execute". You either want a command to execute, or you don't. If you want them to execute, they will always execute one-by-one.
-
- Posts: 13
- Joined: Tue Aug 13, 2013 10:04 am
- Skillset: COBOL, JCL, DB2, CICS, SAS, REXX
- Referer: internet
Re: How to execute commands in a order written in a dataset
None of my colleagues know about it.
Yes, I mean to execute the command. I understand that the command execute one by one only but what I want is execute a set of commands before we get back the control.
Yes, I mean to execute the command. I understand that the command execute one by one only but what I want is execute a set of commands before we get back the control.
- prino
- Posts: 641
- Joined: Wed Mar 11, 2009 12:22 am
- Skillset: PL/I - CICS - DB2 - IDMS - REXX - JCL, most in excess of three decades
- Referer: Google
- Location: Vilnius, Lithuania
- Contact:
Re: How to execute commands in a order written in a dataset
Both the ancient INSPECT & PLITEST had an option to allocate a response file that could contain commands. I'm sure Debug Tool must have something similar. Did you RTFM?
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
robert.ah.prins @ the.17+Gb.Google thingy
- Akatsukami
- Global moderator
- Posts: 1058
- Joined: Sat Oct 16, 2010 2:31 am
- Skillset: Rexx, JCL, DB2/SQL, TSO/ISPF, PL/I
- Referer: ibmmainframes
- Location: Bloomington, IL
- Contact:
Re: How to execute commands in a order written in a dataset
This can be done with the USE command.
"You have sat too long for any good you have been doing lately ... Depart, I say; and let us have done with you. In the name of God, go!" -- what I say to a junior programmer at least once a day
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Using nice/renice commands on USS leading to MSG FSUMF022
by Marcels68 » Sat Oct 12, 2024 4:02 pm » in Operating Systems - 0
- 1818
-
by Marcels68
View the latest post
Sat Oct 12, 2024 4:02 pm
-
-
- 3
- 2130
-
by lfraga
View the latest post
Fri Jan 22, 2021 12:09 am
-
-
Execute PARM with more than 100 chars including variabl
by jcdm » Tue Mar 15, 2022 10:32 pm » in JCL - 9
- 3457
-
by Robert Sample
View the latest post
Tue Mar 29, 2022 7:00 pm
-
-
- 6
- 2566
-
by sergeyken
View the latest post
Wed Nov 24, 2021 11:26 pm
-
- 2
- 2749
-
by willy jensen
View the latest post
Sat Mar 04, 2023 12:41 pm