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 12395 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: Comparing two files with different layouts
kolusu

Replies: 5
Views: 958

PostForum: Utilities   Posted: Thu Sep 10, 2026 8:39 pm   Subject: Comparing two files with different layouts
Thanks Kolusu. I need differences at field level with field names, edited my post with a sample report. I think it would be challenging to do that with DFSORT.

Dibakar,

Challenging but very much ...
  Topic: Comparing two files with different layouts
kolusu

Replies: 5
Views: 958

PostForum: Utilities   Posted: Thu Sep 10, 2026 7:56 am   Subject: Comparing two files with different layouts
Dibakar,

You can use DFSORT's JOINKEYS to compare the files with different layouts. You can check the smart-tricks

https://www.ibm.com/support/pages/smart-dfsort-tricks

Join fields from tw ...
  Topic: IGYPG3178-I when compiling a pgm reading a VB file
kolusu

Replies: 2
Views: 13790

PostForum: Application Programming   Posted: Thu May 14, 2026 1:55 pm   Subject: Re: IGYPG3178-I when compiling a pgm reading a VB file


01 XMLIN-SATZ PIC X(04000).


Stefan,

Try changing your XMLIN-SATZ definition to the following

01 XMLIN-SATZ. ...
  Topic: Pass Parameters from A PDS
kolusu

Replies: 2
Views: 21207

PostForum: Job Control Language(JCL)   Posted: Sun Mar 29, 2026 7:49 am   Subject: Pass Parameters from A PDS
jayram99,


Look at the example here

CODE the PDS name as JCLLIB and just have an INCLUDE of the member before the PROC name

https://www.mvsforums.com/helpboards/viewtopic.php?p=64267#64267
  Topic: Calculating Count and Sum after match merge
kolusu

Replies: 2
Views: 21920

PostForum: Utilities   Posted: Thu Mar 26, 2026 5:24 pm   Subject: Calculating Count and Sum after match merge
kris_madras,

Try this untested JCL

//STEP0100 EXEC PGM=SORT
//SYSOUT DD SYSOUT=*
//SORTJNF1 DD * ...
  Topic: SORT - Why no file contention
kolusu

Replies: 4
Views: 21095

PostForum: Utilities   Posted: Fri Dec 05, 2025 12:30 pm   Subject: SORT - Why no file contention
Thank you so much. I can relax now. Smile

rsantosh,

Did you overlook this statement in my post?

Btw using the same dataset for input and output for a COPY operation may cause unpredictable res ...
  Topic: SORT - Why no file contention
kolusu

Replies: 4
Views: 21095

PostForum: Utilities   Posted: Fri Dec 05, 2025 8:20 am   Subject: SORT - Why no file contention
rsantosh,

The ENQueue of the dataset is reserved based on the jobname. In this case it is the jobname that is running. So you wouldn't get the contention error.

Btw using the same dataset for ...
  Topic: DSN1COPY and get Dataset Name behind any tablespace
kolusu

Replies: 3
Views: 38531

PostForum: Database   Posted: Thu Nov 13, 2025 12:35 pm   Subject: DSN1COPY and get Dataset Name behind any tablespace
Building the path from the single qualifiers is necessary.


bauer,

I am not sure I understand what you meant by Single Qualifiers? Do you mean you just want based on a table name you provide ...
  Topic: DSN1COPY and get Dataset Name behind any tablespace
kolusu

Replies: 3
Views: 38531

PostForum: Database   Posted: Wed Nov 12, 2025 6:08 pm   Subject: Re: DSN1COPY and get Dataset Name behind any tablespace

How can I find the zOS filesystem name which is behind any given tablespace / table? This information requires DSN1COPY utility.

Bauer,

Here is the link to the explanation to data set naming c ...
  Topic: Merging records from two datasets based Primary and secondar
kolusu

Replies: 5
Views: 17631

PostForum: Utilities   Posted: Wed Nov 12, 2025 7:54 am   Subject: Merging records from two datasets based Primary and secondar
Suchay,

Sigh ! You still did not provide the DCB properties of the input file.

Assuming your input file-1 has LRECL=80, RECFM=FB, here is an untested DFSORT solution. The trick is to put the key ...
  Topic: Merging records from two datasets based Primary and secondar
kolusu

Replies: 5
Views: 17631

PostForum: Utilities   Posted: Tue Nov 11, 2025 11:39 am   Subject: Merging records from two datasets based Primary and secondar
Suchay,

bonk You have been member for a long time and you still miss providing the basic information like what are the DCB properties of the input files? Are we supposed to figure out looking a ...
  Topic: Help needed for space allocation
kolusu

Replies: 3
Views: 27942

PostForum: Job Control Language(JCL)   Posted: Mon Nov 03, 2025 2:58 pm   Subject: Help needed for space allocation
All,

I have checked numerous existing threads that explained about space calculation methods based on BLKSize, Lrecl, avgrec, and the Prim and Sec spaces. However, those calculations have not provi ...
  Topic: Splitting file on the basis of different keywords
kolusu

Replies: 6
Views: 21798

PostForum: Utilities   Posted: Wed Oct 29, 2025 4:19 am   Subject: Splitting file on the basis of different keywords
I meant same as the solution you have given in one step. Similarly can we have without join keys since the input file is too big.

Srishti Rawat,

You do realize that JNF2 task is ONLY reading 1 ...
  Topic: Splitting file on the basis of different keywords
kolusu

Replies: 6
Views: 21798

PostForum: Utilities   Posted: Wed Oct 29, 2025 1:05 am   Subject: Splitting file on the basis of different keywords
Thanks a lot Kolusu. My bad I forgot to mention the file length. But this was good.

Srishti Rawat

And once again you forgot the DCB properties.


Just that, my input file is a volume file hav ...
  Topic: JCL file lock
kolusu

Replies: 10
Views: 132440

PostForum: Job Control Language(JCL)   Posted: Mon Oct 27, 2025 9:33 am   Subject: JCL file lock
rsantosh,

Since the dataset does NOT exist, Job1 created an ENQ on the dataset name as soon as it starts executing, even thought the first step is a wait.

The 2nd job is in a wait state as it n ...
 
Page 1 of 827 Goto page 1, 2, 3 ... 825, 826, 827  Next
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group