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 29 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: Update/Delete VSAM recs, or just Delete/Define/Repro?
gkreth

Replies: 4
Views: 5721

PostForum: Utilities   Posted: Thu Aug 12, 2004 9:44 am   Subject: Update/Delete VSAM recs, or just Delete/Define/Repro?
Thanks, kolusu! I think I'll go with the traditional route.

But I'm still wondering: Will the REPRO step overlay the entire VSAM file contents, or does it append? In other words, do I need to first ...
  Topic: Update/Delete VSAM recs, or just Delete/Define/Repro?
gkreth

Replies: 4
Views: 5721

PostForum: Utilities   Posted: Wed Aug 11, 2004 1:30 pm   Subject: Update/Delete VSAM recs, or just Delete/Define/Repro?
I have a pretty small VSAM file to maintain - about 3,000 to 5,000 records, about 150 bytes per record, with one primary key that's 22 bytes long.

The file is updated monthly. Updates include the f ...
  Topic: Outputting DSN/PDS member with line numbers included
gkreth

Replies: 2
Views: 1852

PostForum: Utilities   Posted: Thu Aug 05, 2004 12:51 pm   Subject: Outputting DSN/PDS member with line numbers included
That worked great! I modified it a bit to put the line numbers at the beginning, and to output the DSN to SYSOUT:
//SORTOUT DD SYSOUT=X,RECFM=FBA
//SYSIN DD *
SORT FIELDS ...
  Topic: Outputting DSN/PDS member with line numbers included
gkreth

Replies: 2
Views: 1852

PostForum: Utilities   Posted: Thu Aug 05, 2004 9:49 am   Subject: Outputting DSN/PDS member with line numbers included
I searched the forums for print+line+number, but could not find anything. I apologize if I'm asking a question that has already been answered...

Is there a way to output a dataset with line numbers ...
  Topic: How to view/display the index of a SEARCH on an array
gkreth

Replies: 7
Views: 5153

PostForum: Application Programming   Posted: Tue Jul 27, 2004 3:28 pm   Subject: How to view/display the index of a SEARCH on an array
vijaythomson and dhruv win the golden cigar!

Here's the code:
01 WS-SCHOOL-TABLE1.
05 WS-SCHOOL-TBL1 OCCURS 100 TIMES
ASC ...
  Topic: How to view/display the index of a SEARCH on an array
gkreth

Replies: 7
Views: 5153

PostForum: Application Programming   Posted: Thu Jul 22, 2004 2:01 pm   Subject: How to view/display the index of a SEARCH on an array
I have the following array defined:
01 WS-SCHOOL-TABLE1.
05 WS-SCHOOL-TBL1 OCCURS 10500 TIMES
ASCENDING KEY IS WS-SCHL-TG-ID
INDEXED BY SCHIDX1.
...
  Topic: What does % stand for in a JCL ?
gkreth

Replies: 5
Views: 2589

PostForum: Job Control Language(JCL)   Posted: Thu Jul 22, 2004 9:37 am   Subject: What does % stand for in a JCL ?
Andy,

Symbolic parms are not just for procs; they can be intialized with a SET statement, and then used in the instream JCL as well. If you had this:
//SET MNTH=JAN
...
//INCADV DD DSN=OPTV.INVO ...
  Topic: Question on the VOL parm of the DD card
gkreth

Replies: 2
Views: 3535

PostForum: Job Control Language(JCL)   Posted: Wed Jul 21, 2004 5:34 pm   Subject: Question on the VOL parm of the DD card
kolusu,

Yep, I'm 100% sure the code is not commented out. It's actually an override to a proc. Here's exactly what it looks like:
//MI EXEC MIB21001,
// CATID=TGPROD,
// SORTLIB=T ...
  Topic: Question on the VOL parm of the DD card
gkreth

Replies: 2
Views: 3535

PostForum: Job Control Language(JCL)   Posted: Wed Jul 21, 2004 10:40 am   Subject: Question on the VOL parm of the DD card
Gurus,

I have strange-looking (to me, anyway) parm:
// DISP=(NEW,CATLG,DELETE),
// UNIT=(CART,,DEFER),(VOL=,,,20),
// SPACE=(CYL,( ...
  Topic: Record layout for unknown programming language
gkreth

Replies: 1
Views: 1590

PostForum: Application Programming   Posted: Tue Jul 13, 2004 9:32 am   Subject: Record layout for unknown programming language
OK, I was able to answer my own question.

The record layout is for CULPRIT, a programming language we used a long time ago. Apparently it's still installed, and there a few CULPRIT programs still ...
  Topic: Record layout for unknown programming language
gkreth

Replies: 1
Views: 1590

PostForum: Application Programming   Posted: Tue Jul 13, 2004 9:05 am   Subject: Record layout for unknown programming language
Hey, gang:

I have this PDS member that came up in a scan:
VIEW TGPROD.SOURCE.LIB(PSCRLONC) - 01.02 Columns 00001 00080
000022 REC EXT-ORIG-LEND-SUFX-NBR-ALPHA ...
  Topic: COBOL pgm (or standard util) to analyze a copybook
gkreth

Replies: 3
Views: 2099

PostForum: Application Programming   Posted: Thu Jul 08, 2004 10:04 am   Subject: COBOL pgm (or standard util) to analyze a copybook
File-Aid! Of course! I should have looked there first! Thanks!

--Greg
  Topic: Level number -77
gkreth

Replies: 5
Views: 3593

PostForum: Application Programming   Posted: Thu Jul 08, 2004 9:59 am   Subject: Level number -77
Our shop discourages (disallows, even, except for some old grandfathered code) the use of 77 levels, We are supposed to use Level 01s instead. Level 77 is apparently an "older" to describe independent ...
  Topic: COBOL pgm (or standard util) to analyze a copybook
gkreth

Replies: 3
Views: 2099

PostForum: Application Programming   Posted: Thu Jul 08, 2004 9:47 am   Subject: COBOL pgm (or standard util) to analyze a copybook
I hope someone somewhere has already done this, so I don't have to re-invent the wheel....

I need a COBOL program to read a copy book member and output the byte locations for each field. For exampl ...
  Topic: Best way to copy subset of records
gkreth

Replies: 6
Views: 4194

PostForum: Utilities   Posted: Wed Jul 07, 2004 12:01 pm   Subject: Best way to copy subset of records
Kolusu said:
Gkreth,

Once again you need to search this board. A simple search for "icetool synctool" gave the following links which discusses in detail about DFSORT & Syncsort
http://www.mvsfo ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group