<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="0.92">
<channel>
	<docs>http://backend.userland.com/rss092</docs>
	<title>MVSFORUMS.com</title>
	<link>http://www.mvsforums.com/helpboards/</link>
	<description>A Community of and for MVS Professionals</description>
	<managingEditor>admin@mvsforums.com</managingEditor>
	<webMaster>admin@mvsforums.com</webMaster>
	<lastBuildDate>Fri, 10 Sep 2010 00:35:11 GMT</lastBuildDate>
<item>
	<title>Job Control Language(JCL) :: RE: interview questions</title>
	<link>http://www.mvsforums.com/helpboards/viewtopic.php?p=56410#56410</link>
	<description>Author: &lt;a href=&quot;http://www.mvsforums.com/helpboards/profile.php?mode=viewprofile&amp;u=5782&quot; target=&quot;_blank&quot;&gt;dbzTHEdinosauer&lt;/a&gt;&lt;br /&gt;

Posted: Thu Sep 09, 2010 6:16 am (GMT -5)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;answer to both your questions is &lt;a href=&quot;http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/dgt2u111/5.0?SHELF=EZ2ZO108&amp;amp;DT=20020722161259&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;IEBEDIT (Edit Job Stream) Program &lt;/a&gt;
&lt;br /&gt;_________________&lt;br /&gt;Dick Brenholtz
&lt;br /&gt;
American living in Varel, Germany&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Job Control Language(JCL) :: interview questions</title>
	<link>http://www.mvsforums.com/helpboards/viewtopic.php?p=56409#56409</link>
	<description>Author: &lt;a href=&quot;http://www.mvsforums.com/helpboards/profile.php?mode=viewprofile&amp;u=2376&quot; target=&quot;_blank&quot;&gt;yadav2005&lt;/a&gt;&lt;br /&gt;
Subject: interview questions&lt;br /&gt;
Posted: Thu Sep 09, 2010 5:52 am (GMT -5)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Members,
&lt;br /&gt;

&lt;br /&gt;
Recently I attended an interview and I was asked qustions:
&lt;br /&gt;

&lt;br /&gt;
There is a production Proc which has 10 steps and 
&lt;br /&gt;
a) we have to run step 2 and step 8 of the proc only without changing the proc contents
&lt;br /&gt;

&lt;br /&gt;
Again one more question
&lt;br /&gt;
b) after executing the third step of the Proc , they do not want to run the rest of the steps of the Proc 
&lt;br /&gt;

&lt;br /&gt;
Can anybody help me with the answers
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database :: RE: help in Data Propagation setup</title>
	<link>http://www.mvsforums.com/helpboards/viewtopic.php?p=56408#56408</link>
	<description>Author: &lt;a href=&quot;http://www.mvsforums.com/helpboards/profile.php?mode=viewprofile&amp;u=2376&quot; target=&quot;_blank&quot;&gt;yadav2005&lt;/a&gt;&lt;br /&gt;

Posted: Thu Sep 09, 2010 4:45 am (GMT -5)&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Thanks Kolusu and Anuj. Links are great.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database :: RE: help in Data Propagation setup</title>
	<link>http://www.mvsforums.com/helpboards/viewtopic.php?p=56407#56407</link>
	<description>Author: &lt;a href=&quot;http://www.mvsforums.com/helpboards/profile.php?mode=viewprofile&amp;u=8191&quot; target=&quot;_blank&quot;&gt;Anuj Dhawan&lt;/a&gt;&lt;br /&gt;

Posted: Thu Sep 09, 2010 4:01 am (GMT -5)&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;You mihgt like this article too: &lt;a href=&quot;http://www.information-management.com/issues/19990301/106-1.html&quot; target=&quot;_blank&quot;&gt;http://www.information-management.com/issues/19990301/106-1.html&lt;/a&gt; . Have a look.
&lt;br /&gt;_________________&lt;br /&gt;Regards,
&lt;br /&gt;
Anuj&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Other Technical Topics :: protection to sshd subsystem: sftp</title>
	<link>http://www.mvsforums.com/helpboards/viewtopic.php?p=56406#56406</link>
	<description>Author: &lt;a href=&quot;http://www.mvsforums.com/helpboards/profile.php?mode=viewprofile&amp;u=18900&quot; target=&quot;_blank&quot;&gt;Shady&lt;/a&gt;&lt;br /&gt;
Subject: protection to sshd subsystem: sftp&lt;br /&gt;
Posted: Wed Sep 08, 2010 9:01 pm (GMT -5)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi all....
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
My question addresses TCPIP...:
&lt;br /&gt;
I know I can reserve a port like this..
&lt;br /&gt;
PORT 22 TCP SSHD* SAF SSHD
&lt;br /&gt;
where the SAF SSHD identifies the following SERVAUTH profile:
&lt;br /&gt;
EZB.PORTACCESS.sysname.tcpname.SSHD
&lt;br /&gt;
This would reserve the port for the SSHD* proc started by the User who have permit to the SSHD resname...
&lt;br /&gt;

&lt;br /&gt;
The background is the following...:
&lt;br /&gt;
SFTP is a subsys of the SSHD. SSHD forks processes in the USS on that port (def. 22).
&lt;br /&gt;
We want protect SFTP to some users. The problem is that the fork is independent of the users which starts SFTP request because when SSHD started the forks would be permit through the SSHD* user...
&lt;br /&gt;

&lt;br /&gt;
So... Perhaps someone have an idea to protect the sftp subsystem to some users like it is done by normal FTP (EZB.FTP.sysname.ftpdaemonname.PORTnnnnn)...?
&lt;br /&gt;
It haven't to be with a port statement. Maybe someone have an other idea? Preferred with RACF options...
&lt;br /&gt;

&lt;br /&gt;
THX
&lt;br /&gt;
Shady
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database :: RE: help in Data Propagation setup</title>
	<link>http://www.mvsforums.com/helpboards/viewtopic.php?p=56405#56405</link>
	<description>Author: &lt;a href=&quot;http://www.mvsforums.com/helpboards/profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;kolusu&lt;/a&gt;&lt;br /&gt;

Posted: Wed Sep 08, 2010 11:24 am (GMT -5)&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;yadav2005&lt;/span&gt;, 
&lt;br /&gt;

&lt;br /&gt;
Start reading &amp;quot;Replication and Event Publishing Guide and Reference &amp;quot; here
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;http://www.ibm.com/support/docview.wss?rs=3557&amp;amp;uid=swg27016356&quot; target=&quot;_blank&quot;&gt;http://www.ibm.com/support/docview.wss?rs=3557&amp;amp;uid=swg27016356&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
Kolusu
&lt;br /&gt;_________________&lt;br /&gt;Kolusu - DFSORT Development Team (IBM) 
&lt;br /&gt;
DFSORT is on the Web at: 
&lt;br /&gt;
&lt;a href=&quot;http://www.ibm.com/storage/dfsort&quot; target=&quot;_blank&quot;&gt;www.ibm.com/storage/dfsort&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database :: RE: help in Data Propagation setup</title>
	<link>http://www.mvsforums.com/helpboards/viewtopic.php?p=56404#56404</link>
	<description>Author: &lt;a href=&quot;http://www.mvsforums.com/helpboards/profile.php?mode=viewprofile&amp;u=2376&quot; target=&quot;_blank&quot;&gt;yadav2005&lt;/a&gt;&lt;br /&gt;

Posted: Wed Sep 08, 2010 11:14 am (GMT -5)&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Anuj,
&lt;br /&gt;

&lt;br /&gt;
I am looking for a setup to learn data propagation in the below way:
&lt;br /&gt;

&lt;br /&gt;
a) table existing with data on Production
&lt;br /&gt;
b) table existing with the same data on test
&lt;br /&gt;
c) capturing the changes which are done in one hour on production by automating a batch job
&lt;br /&gt;
d) apply the changes to test by automating a batch job
&lt;br /&gt;
e) compare the count of records on prd
&lt;br /&gt;
f) compate the count of records on test
&lt;br /&gt;

&lt;br /&gt;
Please let me know if you need more details from me .
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database :: RE: help in Data Propagation setup</title>
	<link>http://www.mvsforums.com/helpboards/viewtopic.php?p=56403#56403</link>
	<description>Author: &lt;a href=&quot;http://www.mvsforums.com/helpboards/profile.php?mode=viewprofile&amp;u=8191&quot; target=&quot;_blank&quot;&gt;Anuj Dhawan&lt;/a&gt;&lt;br /&gt;

Posted: Wed Sep 08, 2010 4:08 am (GMT -5)&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Are you asking about the distribution of data from one or more source data warehouses to one or more local access databases, according to propagation rules.
&lt;br /&gt;

&lt;br /&gt;
If yes, Data warehouses (DWH) need to manage big bulks of data every day. A data warehouse may start with a few data, and starts to grow day by day by constant sharing and receiving from various data sources - so have you contacted your DWH Team?
&lt;br /&gt;_________________&lt;br /&gt;Regards,
&lt;br /&gt;
Anuj&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database :: help in Data Propagation setup</title>
	<link>http://www.mvsforums.com/helpboards/viewtopic.php?p=56402#56402</link>
	<description>Author: &lt;a href=&quot;http://www.mvsforums.com/helpboards/profile.php?mode=viewprofile&amp;u=2376&quot; target=&quot;_blank&quot;&gt;yadav2005&lt;/a&gt;&lt;br /&gt;
Subject: help in Data Propagation setup&lt;br /&gt;
Posted: Tue Sep 07, 2010 11:22 pm (GMT -5)&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Members,
&lt;br /&gt;

&lt;br /&gt;
I am interested in setting up Data Propagation in my shop and I do not have any basic idea on how to proceed.I have Production Region and Test Region and I want to setup on Mainframes.Can anybody guide me further as I am really lacking guidance.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Job Control Language(JCL) :: RE: converting files with big LRECL</title>
	<link>http://www.mvsforums.com/helpboards/viewtopic.php?p=56401#56401</link>
	<description>Author: &lt;a href=&quot;http://www.mvsforums.com/helpboards/profile.php?mode=viewprofile&amp;u=15440&quot; target=&quot;_blank&quot;&gt;papadi&lt;/a&gt;&lt;br /&gt;

Posted: Tue Sep 07, 2010 1:50 pm (GMT -5)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Would you please advise me on this....... &lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;Possibly, if you explain what you are trying to accomplish. . .
&lt;br /&gt;

&lt;br /&gt;
&amp;quot;Big&amp;quot; doesn't relate to &amp;quot;variable&amp;quot;, unless (as Anuj suggests) the record length varies. If these records are all the same length, using VB will only waste space and require more processing overhead. . .
&lt;br /&gt;_________________&lt;br /&gt;All the best,
&lt;br /&gt;

&lt;br /&gt;
di&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Job Control Language(JCL) :: RE: converting files with big LRECL</title>
	<link>http://www.mvsforums.com/helpboards/viewtopic.php?p=56400#56400</link>
	<description>Author: &lt;a href=&quot;http://www.mvsforums.com/helpboards/profile.php?mode=viewprofile&amp;u=8191&quot; target=&quot;_blank&quot;&gt;Anuj Dhawan&lt;/a&gt;&lt;br /&gt;
Subject: Re: converting files with big LRECL&lt;br /&gt;
Posted: Tue Sep 07, 2010 9:20 am (GMT -5)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;mf_user wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Is it useful to convert a PS file with LRECL of 31034 to a VB file? Does it work for a file of big LRECL?&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&amp;quot;Useful&amp;quot; in what manner, do you have something in mind? And, are the records of different length in file? If they are not, what's the use of having RECFM=VB?
&lt;br /&gt;_________________&lt;br /&gt;Regards,
&lt;br /&gt;
Anuj&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Job Control Language(JCL) :: converting files with big LRECL</title>
	<link>http://www.mvsforums.com/helpboards/viewtopic.php?p=56399#56399</link>
	<description>Author: &lt;a href=&quot;http://www.mvsforums.com/helpboards/profile.php?mode=viewprofile&amp;u=620&quot; target=&quot;_blank&quot;&gt;mf_user&lt;/a&gt;&lt;br /&gt;
Subject: converting files with big LRECL&lt;br /&gt;
Posted: Tue Sep 07, 2010 8:36 am (GMT -5)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi,
&lt;br /&gt;

&lt;br /&gt;
Would you please advise me on this.......
&lt;br /&gt;

&lt;br /&gt;
Is it useful to convert a PS file with LRECL of 31034 to a VB file? Does it work for a file of big LRECL?
&lt;br /&gt;

&lt;br /&gt;
Please help.
&lt;br /&gt;

&lt;br /&gt;
Thanks.
&lt;br /&gt;_________________&lt;br /&gt;MF
&lt;br /&gt;
==
&lt;br /&gt;
Any training that does not include the emotions, mind and body is incomplete; knowledge fades without feeling.
&lt;br /&gt;
==&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>CICS and Middleware :: RE: SETSOCKOPT FUNCTION IN COBOL</title>
	<link>http://www.mvsforums.com/helpboards/viewtopic.php?p=56398#56398</link>
	<description>Author: &lt;a href=&quot;http://www.mvsforums.com/helpboards/profile.php?mode=viewprofile&amp;u=2055&quot; target=&quot;_blank&quot;&gt;enge&lt;/a&gt;&lt;br /&gt;

Posted: Tue Sep 07, 2010 2:23 am (GMT -5)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;fine.it's a little hard ... anyway thank you very much
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>CICS and Middleware :: RE: SETSOCKOPT FUNCTION IN COBOL</title>
	<link>http://www.mvsforums.com/helpboards/viewtopic.php?p=56397#56397</link>
	<description>Author: &lt;a href=&quot;http://www.mvsforums.com/helpboards/profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;kolusu&lt;/a&gt;&lt;br /&gt;

Posted: Mon Sep 06, 2010 12:17 pm (GMT -5)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;enge&lt;/span&gt;, 
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/F1A1G150/8.6.33?DT=20080605201814#FIGSETOPX&quot; target=&quot;_blank&quot;&gt;http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/F1A1G150/8.6.33?DT=20080605201814#FIGSETOPX&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
Kolusu
&lt;br /&gt;_________________&lt;br /&gt;Kolusu - DFSORT Development Team (IBM) 
&lt;br /&gt;
DFSORT is on the Web at: 
&lt;br /&gt;
&lt;a href=&quot;http://www.ibm.com/storage/dfsort&quot; target=&quot;_blank&quot;&gt;www.ibm.com/storage/dfsort&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>CICS and Middleware :: SETSOCKOPT FUNCTION IN COBOL</title>
	<link>http://www.mvsforums.com/helpboards/viewtopic.php?p=56396#56396</link>
	<description>Author: &lt;a href=&quot;http://www.mvsforums.com/helpboards/profile.php?mode=viewprofile&amp;u=2055&quot; target=&quot;_blank&quot;&gt;enge&lt;/a&gt;&lt;br /&gt;
Subject: SETSOCKOPT FUNCTION IN COBOL&lt;br /&gt;
Posted: Mon Sep 06, 2010 10:40 am (GMT -5)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;does anyone know how to set a cobol statement using SETSOCKOPT ?
&lt;br /&gt;
thanks in advance
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
</channel>
</rss>

