Author |
Message |
Topic: JCL for Selecting records from a PS. |
Nila
Replies: 12
Views: 15556
|
Forum: Job Control Language(JCL) Posted: Tue Apr 29, 2003 4:33 am Subject: JCL for Selecting records from a PS. |
Hi
Suppose I want to copy the records with different conditions
in different files?
Example in the code:
INCLUDE COND=(4,3,CH,EQ,C'ABC',AND,10,5,CH,EQ,C'MANOJ')
these need to be put in on ... |
Topic: To find a particular memeber in the number of datasets.. |
Nila
Replies: 2
Views: 2481
|
Forum: TSO and ISPF Posted: Tue Apr 29, 2003 12:31 am Subject: To find a particular memeber in the number of datasets.. |
Hi
How to find a particular member's dataset?
Example: For compiling C program I know I have to use
CCNDRVR member name. I have to know which PDS holds the
particular member? How to find out?
... |
Topic: Finding Type of table space related to a table in DB2 |
Nila
Replies: 2
Views: 2784
|
Forum: Database Posted: Tue Apr 08, 2003 7:47 am Subject: Finding Type of table space related to a table in DB2 |
Hi kolusu
Thank you so much |
Topic: Finding Type of table space related to a table in DB2 |
Nila
Replies: 2
Views: 2784
|
Forum: Database Posted: Tue Apr 08, 2003 5:59 am Subject: Finding Type of table space related to a table in DB2 |
Hi
How to find the type of table space related to a table?
And what is the maximum size of a table? |
Topic: JEM/JOBSCAN |
Nila
Replies: 32
Views: 38913
|
Forum: TSO and ISPF Posted: Mon Jan 13, 2003 8:57 am Subject: JEM/JOBSCAN |
Hi Dave,
I need this type of REXX,
1. which expands the procedure,
2. and gives warning messages that if we try to refer non existing datasets.
If you provide the REXX code it will be m ... |
Topic: JEM/JOBSCAN |
Nila
Replies: 32
Views: 38913
|
Forum: TSO and ISPF Posted: Fri Jan 10, 2003 7:13 am Subject: JEM/JOBSCAN |
Thanx Kolusu for quick reply.
Yes..our current shop is not having JEM.
I have to use TYPRUN parameter Only. |
Topic: JEM/JOBSCAN |
Nila
Replies: 32
Views: 38913
|
Forum: TSO and ISPF Posted: Fri Jan 10, 2003 6:52 am Subject: JEM/JOBSCAN |
In my previous shop I regularly used JEM. But in my current shop that is not working.
I Mistakingly thought that JEM is one of the REXX EXECs residing in SYSEXEC.
Thanx Dave for clarifying this. ... |
Topic: JEM/JOBSCAN |
Nila
Replies: 32
Views: 38913
|
Forum: TSO and ISPF Posted: Fri Jan 10, 2003 5:44 am Subject: JEM/JOBSCAN |
Can you please post the rexx code for JEM (JCL scan)? 8) |
Topic: Thanx.. |
Nila
Replies: 8
Views: 3819
|
Forum: About Mvsforums Posted: Mon Jan 06, 2003 4:26 am Subject: Thanx.. |
Hi
Nowadays I can see a lot of thanx mails if anybody answers for the questions.
Are they really necessary?
It makes a topic more and more lengthy.
Why dont we send personal thanx mails?
... |
Topic: TimeStamp Mismatch Fix |
Nila
Replies: 4
Views: 6711
|
Forum: Database Posted: Mon Jan 06, 2003 4:13 am Subject: TimeStamp Mismatch Fix |
Normally I am facing this problem while using ENDEVOR.
In ENDEVOR, after updating a program we have to move the program into the ENDEVOR( it automatically compiles while moving) and generate the B ... |
Topic: Site for FileAid doc |
Nila
Replies: 2
Views: 3184
|
Forum: Utilities Posted: Mon Jan 06, 2003 3:52 am Subject: Site for FileAid doc |
To know more about FILEAID
plz visit this site
http://verytech.hypermart.net/MVSTutorials/FileAid/ugdriver.htm |
Topic: UNIX system Services |
Nila
Replies: 2
Views: 3248
|
Forum: CICS and Middleware Posted: Fri Jan 03, 2003 6:45 am Subject: UNIX system Services |
Hi kolusu
Thanx for the links.
Yes I have seen the link about compiling CPP programs in UNIX.
and that utility worked fine for me.. |
Topic: UNIX system Services |
Nila
Replies: 2
Views: 3248
|
Forum: CICS and Middleware Posted: Thu Jan 02, 2003 11:46 pm Subject: UNIX system Services |
Our project currently using MQ, MQSI, DB2 which is running on SUN SOLARIS. For catering to the growing needs of the system, the client wants to move the whole application to mainframes.
Till now ... |
Topic: Solving Infinite loop in REXX.. |
Nila
Replies: 12
Views: 7682
|
Forum: TSO and ISPF Posted: Thu Jan 02, 2003 11:04 pm Subject: Solving Infinite loop in REXX.. |
Hi Cogito, Bond
Thank you for the responses.
Now I can control the infinite loop problem. |
Topic: Solving Infinite loop in REXX.. |
Nila
Replies: 12
Views: 7682
|
Forum: TSO and ISPF Posted: Thu Jan 02, 2003 4:49 am Subject: Solving Infinite loop in REXX.. |
Wish you all a very happy New Year..
How to control infinite loop problem in REXX.
Suppose if we are using some JCL code we can put TIME parameter in the jobcard itself. Is there any other way to ... |
|