Extraction of Mainframe datasets used in the jobs which are scheduled in TWS The 2019 Stack Overflow Developer Survey Results Are InHow to check the status of a CICS region through a JCL/Shell script(unix box)PROC FREQ - How to find out the dataset nameSimplifying a DF/Sort job thats reads SMF to analyse a dataset's lifecycleHow to extract next12 month data from master table for each id in Sample table based on the yearmonth and ID using sasSAS Macro to loop through datasetsExtract specific rows from SAS dataset based on a particular cell value of a variableSAS DI Stop job if dataset is populatedSetting PATH in IEBGENER from fileMAINFRAME: SORT in JCL to convert a dataset into CSV formatExtracting Minimum value after subsetting in PROC SQL
Return to UK after being refused
Does duplicating a spell with Wish count as casting that spell?
How long do I have to send my income tax payment to the IRS?
Why can Shazam fly?
Could JWST stay at L2 "forever"?
Why is my p-value correlated to difference between means in two sample tests?
A poker game description that does not feel gimmicky
How come people say “Would of”?
How is radar separation assured between primary and secondary targets?
Inline version of a function returns different value than non-inline version
When to use the root test. Is this not a good situation to use it?
Why don't Unix/Linux systems traverse through directories until they find the required version of a linked library?
How do you say "canon" as in "official for a story universe"?
Potential by Assembling Charges
What does "rabbited" mean/imply in this sentence?
Geography at the pixel level
Does light intensity oscillate really fast since it is a wave?
The difference between dialogue marks
What is this 4-propeller plane?
Understanding the implication of what "well-defined" means for the operation in quotient group
Limit to 0 ambiguity
Is domain driven design an anti-SQL pattern?
I looked up a future colleague on LinkedIn before I started a job. I told my colleague about it and he seemed surprised. Should I apologize?
How to reverse every other sublist of a list?
Extraction of Mainframe datasets used in the jobs which are scheduled in TWS
The 2019 Stack Overflow Developer Survey Results Are InHow to check the status of a CICS region through a JCL/Shell script(unix box)PROC FREQ - How to find out the dataset nameSimplifying a DF/Sort job thats reads SMF to analyse a dataset's lifecycleHow to extract next12 month data from master table for each id in Sample table based on the yearmonth and ID using sasSAS Macro to loop through datasetsExtract specific rows from SAS dataset based on a particular cell value of a variableSAS DI Stop job if dataset is populatedSetting PATH in IEBGENER from fileMAINFRAME: SORT in JCL to convert a dataset into CSV formatExtracting Minimum value after subsetting in PROC SQL
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I am looking to extract the list of datasets used in the Jobs which are scheduled in TWS. Can you please help me on this?
Here is the sample example
owner name ,Jobname ,dataset name
CAXXXXXXX PADLSHX EBEU.XXXX
The execution can be either in JCL OR JCL with SAS, please let me know if there is any program which results the above ask.
sas jcl tws
add a comment |
I am looking to extract the list of datasets used in the Jobs which are scheduled in TWS. Can you please help me on this?
Here is the sample example
owner name ,Jobname ,dataset name
CAXXXXXXX PADLSHX EBEU.XXXX
The execution can be either in JCL OR JCL with SAS, please let me know if there is any program which results the above ask.
sas jcl tws
If I remember well from last century, when I worked on mainframe, TWS is a system to schedule jobs written in Job Control Language (JCL). Is your question "How can I access the meta data in TWS to extract this information?" or is it "Does anyone have a program that extract this type of information from JCL code?"
– Dirk Horsten
Mar 9 at 22:24
the second one, is there any program in jcl or jcl with sas to get this info?
– Sunith Kumar
Mar 11 at 9:20
I have written that kind of programs in the past, but am not sure I still have them.
– Dirk Horsten
Mar 11 at 9:45
add a comment |
I am looking to extract the list of datasets used in the Jobs which are scheduled in TWS. Can you please help me on this?
Here is the sample example
owner name ,Jobname ,dataset name
CAXXXXXXX PADLSHX EBEU.XXXX
The execution can be either in JCL OR JCL with SAS, please let me know if there is any program which results the above ask.
sas jcl tws
I am looking to extract the list of datasets used in the Jobs which are scheduled in TWS. Can you please help me on this?
Here is the sample example
owner name ,Jobname ,dataset name
CAXXXXXXX PADLSHX EBEU.XXXX
The execution can be either in JCL OR JCL with SAS, please let me know if there is any program which results the above ask.
sas jcl tws
sas jcl tws
edited Mar 9 at 22:19
Dirk Horsten
2,27231430
2,27231430
asked Mar 8 at 8:58
Sunith KumarSunith Kumar
1
1
If I remember well from last century, when I worked on mainframe, TWS is a system to schedule jobs written in Job Control Language (JCL). Is your question "How can I access the meta data in TWS to extract this information?" or is it "Does anyone have a program that extract this type of information from JCL code?"
– Dirk Horsten
Mar 9 at 22:24
the second one, is there any program in jcl or jcl with sas to get this info?
– Sunith Kumar
Mar 11 at 9:20
I have written that kind of programs in the past, but am not sure I still have them.
– Dirk Horsten
Mar 11 at 9:45
add a comment |
If I remember well from last century, when I worked on mainframe, TWS is a system to schedule jobs written in Job Control Language (JCL). Is your question "How can I access the meta data in TWS to extract this information?" or is it "Does anyone have a program that extract this type of information from JCL code?"
– Dirk Horsten
Mar 9 at 22:24
the second one, is there any program in jcl or jcl with sas to get this info?
– Sunith Kumar
Mar 11 at 9:20
I have written that kind of programs in the past, but am not sure I still have them.
– Dirk Horsten
Mar 11 at 9:45
If I remember well from last century, when I worked on mainframe, TWS is a system to schedule jobs written in Job Control Language (JCL). Is your question "How can I access the meta data in TWS to extract this information?" or is it "Does anyone have a program that extract this type of information from JCL code?"
– Dirk Horsten
Mar 9 at 22:24
If I remember well from last century, when I worked on mainframe, TWS is a system to schedule jobs written in Job Control Language (JCL). Is your question "How can I access the meta data in TWS to extract this information?" or is it "Does anyone have a program that extract this type of information from JCL code?"
– Dirk Horsten
Mar 9 at 22:24
the second one, is there any program in jcl or jcl with sas to get this info?
– Sunith Kumar
Mar 11 at 9:20
the second one, is there any program in jcl or jcl with sas to get this info?
– Sunith Kumar
Mar 11 at 9:20
I have written that kind of programs in the past, but am not sure I still have them.
– Dirk Horsten
Mar 11 at 9:45
I have written that kind of programs in the past, but am not sure I still have them.
– Dirk Horsten
Mar 11 at 9:45
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55059728%2fextraction-of-mainframe-datasets-used-in-the-jobs-which-are-scheduled-in-tws%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55059728%2fextraction-of-mainframe-datasets-used-in-the-jobs-which-are-scheduled-in-tws%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
If I remember well from last century, when I worked on mainframe, TWS is a system to schedule jobs written in Job Control Language (JCL). Is your question "How can I access the meta data in TWS to extract this information?" or is it "Does anyone have a program that extract this type of information from JCL code?"
– Dirk Horsten
Mar 9 at 22:24
the second one, is there any program in jcl or jcl with sas to get this info?
– Sunith Kumar
Mar 11 at 9:20
I have written that kind of programs in the past, but am not sure I still have them.
– Dirk Horsten
Mar 11 at 9:45