In other words the clist that is executed by the system command has no parms And in the clist call another clist with parms What is described in page 74 tso/e nested clists ?
Correct Get Outlook for iOS<https://aka.ms/o0ukef> ________________________________ From: IBM Mainframe Discussion List <[email protected]> on behalf of Peter Van Dyke <[email protected]> Sent: Wednesday, March 12, 2025 8:01:47 PM To: [email protected] <[email protected]> Subject: Re: Executing a clist from debug tool Hi Joseph, The z/OS Debugger documentation for the TSO and SYSTEM commands say they are used to run a "valid TSO system command or CLIST name that *does not require a parameter*". Trying to pass a parameter might be the cause of your problem. Please see the first Usage note here for information on how to overcome this restriction: https://www.ibm.com/docs/en/debug-for-zos/17.0?topic=commands-system-command-zos HTH, Peter Van Dyke On Thu, 13 Mar 2025 at 00:05, Seymour J Metz <[email protected]> wrote: > What are the second level messages? > > -- > Shmuel (Seymour J.) Metz > http://mason.gmu.edu/~smetz3 > עַם יִשְׂרָאֵל חַי > נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר > > > > ________________________________________ > From: IBM Mainframe Discussion List <[email protected]> on behalf > of Joseph Reichman <[email protected]> > Sent: Wednesday, March 12, 2025 9:15 AM > To: [email protected] > Subject: Executing a clist from debug tool > > External Message: Use Caution > > > Hi > > I’m running / debugging a program using debug tool > > I would like to execute a clist > > Debug tool allows you to execute clists when it’s run from the TSO Ready > prompt > > Which is what I doing > > I have done other tso commands from the debug tool command line > > So when I type the following from the debug tool command line > > TSO Ex ‘tsoid.mytso.clist(testicular)’ ‘clstparm’ > > From the debug tool command line I get > > Missing dataset name+ > > Thanks > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
