MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 11 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: Syncsort Help needed
srinivasan_srisailan

Replies: 7
Views: 3067

PostForum: Utilities   Posted: Tue Nov 30, 2004 2:14 am   Subject: Syncsort Help needed
Phantom,

SYNCSORT in my shop doesn't support SPLICE Sad .

I was able to get the same output as you had obtained with SORT but couldn't proceed further. So I finally wrote a COBOL program to achi ...
  Topic: Syncsort Help needed
srinivasan_srisailan

Replies: 7
Views: 3067

PostForum: Utilities   Posted: Thu Nov 25, 2004 12:23 pm   Subject: Syncsort Help needed
Phantom,

Here are the answers:

1. No the parent need not have 3 child segment records. For Ex: it can also be without a CHILD1 segment record.

2. Yes the PARENT segment can be identified wit ...
  Topic: Syncsort Help needed
srinivasan_srisailan

Replies: 7
Views: 3067

PostForum: Utilities   Posted: Wed Nov 24, 2004 11:37 pm   Subject: Syncsort Help needed
A small correction in the output file. It should be as specified below:

PARENT.....DETAIL3.......
CHILD1.............3333...
PARENT.....DETAIL4.......
CHILD1.............4444...

Please sugges ...
  Topic: Syncsort Help needed
srinivasan_srisailan

Replies: 7
Views: 3067

PostForum: Utilities   Posted: Wed Nov 24, 2004 11:02 pm   Subject: Syncsort Help needed
Hi all,

My input file is basically an IMS DB unload file. It is a VB file. The first six bytes of the input
file represents the segment name. Every CHILD1 segment record has 4 digit number startin ...
  Topic: Dynamic controlcards
srinivasan_srisailan

Replies: 11
Views: 6190

PostForum: Utilities   Posted: Fri Sep 24, 2004 5:19 pm   Subject: Dynamic controlcards
The following JCL will help you to generate the desired FTP cards:

//STEP EXEC PGM=SORT
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=* ...
  Topic: Dynamic Sort
srinivasan_srisailan

Replies: 4
Views: 2407

PostForum: Utilities   Posted: Fri Sep 24, 2004 4:44 pm   Subject: Dynamic Sort
The following JCL step takes three passes to achieve the desired solution:

//STEP EXEC PGM=SYNCTOOL
//TOOLMSG DD SYSOUT=*
//DFSMSG DD SYSOUT=*
//SYSOUT ...
  Topic: Submitting a batch job thru IMS DC program
srinivasan_srisailan

Replies: 19
Views: 15517

PostForum: IMS   Posted: Thu Sep 23, 2004 3:33 pm   Subject: Submitting a batch job thru IMS DC program
Hi all,

Can somebody post a sample code to Submit a batch job from IMS DC program?

Thanks,
Srinivasan
  Topic: List of Members in a Librarian Master
srinivasan_srisailan

Replies: 1
Views: 1326

PostForum: TSO and ISPF   Posted: Thu Jul 22, 2004 5:14 am   Subject: List of Members in a Librarian Master
I need a REXX routine that will copy all the member names of a LIBRARIAN Master to a flat file. I have a REXX routine to do the same for a PDS, but it doesn't work for LIBRARIAN Master.

Can this ac ...
  Topic: Solution required.. using SYSDSN ...
srinivasan_srisailan

Replies: 3
Views: 1765

PostForum: TSO and ISPF   Posted: Wed Jul 21, 2004 11:25 am   Subject: Solution required.. using SYSDSN ...
TRY:

DSN1 = "'"||YOUR.FILE||"'"
IF SYSDSN(DSN1) = "OK" THEN
------
ELSE
------
  Topic: REXX / Librarian
srinivasan_srisailan

Replies: 4
Views: 6568

PostForum: TSO and ISPF   Posted: Sat May 29, 2004 2:55 pm   Subject: REXX / Librarian
Hi Mervyn,

The probem occurs when I try the following:

"alloc dd(infile) dsn('MY.LIBRARY(SAMPLE)') shr reuse"
"execio * diskr infile (input. finis"

Here MY.LIBRARY ...
  Topic: REXX / Librarian
srinivasan_srisailan

Replies: 4
Views: 6568

PostForum: TSO and ISPF   Posted: Fri May 28, 2004 8:57 pm   Subject: REXX / Librarian
I understand that ELIPS Librarian Master is not a PDS. Can REXX be used to access ELIPS Librarian members in the same way as PDS Members are accessed? If so, please provide the details of the same.
...
 
Page 1 of 1
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group