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 12342 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: Replace variable in File 2 using File 1
kolusu

Replies: 6
Views: 97

PostForum: Utilities   Posted: Thu Mar 28, 2024 9:46 am   Subject: Replace variable in File 2 using File 1
Hi Kolusu,

Thank you for the solution.

Condition:
Replace the records starting from position 10 with first field of File1 and if records starting from position 40 is not spaces than replace wi ...
  Topic: Replace variable in File 2 using File 1
kolusu

Replies: 6
Views: 97

PostForum: Utilities   Posted: Fri Mar 22, 2024 6:54 pm   Subject: Replace variable in File 2 using File 1
Srishti Rawat,

You need to pay attention to the questions asked and ensure you answered all of them

I asked you this
what are the DCB properties of file 1 and file 2?

You answered with jus ...
  Topic: Replace variable in File 2 using File 1
kolusu

Replies: 6
Views: 97

PostForum: Utilities   Posted: Fri Mar 22, 2024 1:18 pm   Subject: Replace variable in File 2 using File 1

For all the records starting with '05' in File2, we want to replace the records starting from position 10 with first field of File1 and if records starting from position 40 is not spaces than replac ...
  Topic: SHIFT entire file contents
kolusu

Replies: 2
Views: 101

PostForum: TSO and ISPF   Posted: Wed Mar 06, 2024 7:37 pm   Subject: SHIFT entire file contents
chuck,

You have to write your own DO WHILE logic to shift for each line and it is painstakingly slow. You are better running it in batch using a utility
  Topic: Compiling Rexx scripts
kolusu

Replies: 10
Views: 688

PostForum: TSO and ISPF   Posted: Thu Feb 15, 2024 11:36 am   Subject: Re: Keeping your Rexx source/CEXEC libraries in synch
The idea (?) behind compiled Rexx is to be able to distribute your code as object code only while "protecting" your source code from prying eyes.

Misi01,

My sample JCL uses the option ...
  Topic: Compiling Rexx scripts
kolusu

Replies: 10
Views: 688

PostForum: TSO and ISPF   Posted: Mon Feb 12, 2024 2:42 pm   Subject: Compiling Rexx scripts
misi01,

Here is the example that I use

//***************************************************************
//* COMPILE THE REXX EXEC *
//****************** ...
  Topic: MIPS consumption by jobs
kolusu

Replies: 2
Views: 202

PostForum: Other Technical Topics   Posted: Mon Feb 12, 2024 2:24 pm   Subject: MIPS consumption by jobs
chuck,

If your shop have capacity planning tool then you can get the information by lpar

https://www.ibm.com/docs/en/cma/2.1.1?topic=reference-application-analytics-mips-used-application-by-lpa ...
  Topic: Compiling Rexx scripts
kolusu

Replies: 10
Views: 688

PostForum: TSO and ISPF   Posted: Thu Feb 08, 2024 3:21 pm   Subject: Re: Cannot preview append
I was going to append a long description of how my attempts went compiling Rexx scripts, but the preview button is still failing.

The preview is working fine for me using Firefox. What browser are ...
  Topic: Format of IMS X'99' Log record
kolusu

Replies: 2
Views: 207

PostForum: IMS   Posted: Wed Feb 07, 2024 3:11 pm   Subject: Format of IMS X'99' Log record
Suchay,

The log type record X'99' is mapped by the macro, DFSDXBLK, which is not shipped.


X'99' DFSDXBLK DFSDXBLK Created by the logging option on the EXIT= parameter on the DBDGEN. This allo ...
  Topic: Composite field sort
kolusu

Replies: 11
Views: 995

PostForum: Utilities   Posted: Mon Jan 22, 2024 7:45 pm   Subject: Composite field sort
deepa12,

You still are not understanding the issues of sorting hex characters. for example negative Packed decimal number will have "D" in the lower half of the last byte and positive nu ...
  Topic: Identify and drop lower totals within a bundle.
kolusu

Replies: 6
Views: 439

PostForum: Utilities   Posted: Mon Jan 22, 2024 7:37 pm   Subject: Identify and drop lower totals within a bundle.
ramy2016,

As mentioned earlier, it takes about 4 passes to get the desired results.

//***************************************************************
//* Add the count of Acc-no to every rec ...
  Topic: Composite field sort
kolusu

Replies: 11
Views: 995

PostForum: Utilities   Posted: Sun Jan 21, 2024 1:08 am   Subject: Composite field sort
deepa12,

bonk No offense but that program is ...

You hard coded sorting for character (CH) binary (BI) and Packed (PD) and Zoned( ZD) for both ascending and descending sequence. So this is N ...
  Topic: Identify and drop lower totals within a bundle.
kolusu

Replies: 6
Views: 439

PostForum: Utilities   Posted: Sat Jan 20, 2024 8:28 pm   Subject: Identify and drop lower totals within a bundle.
ramy2016,

Unfortunately achieving this using DFSORT would require more than 3 passes of data. Also the logic gets trickier if more than 1 duplicate job number matched with an acc-no. A program wo ...
  Topic: Composite field sort
kolusu

Replies: 11
Views: 995

PostForum: Utilities   Posted: Sat Jan 20, 2024 8:26 pm   Subject: Composite field sort
need to develop a generic sort algorithm in Cobol to sort records based on any field for say maximum of 100 records
so am using SORT verb of Cobol in the sort module So i wanted to check if individua ...
  Topic: Identify and drop lower totals within a bundle.
kolusu

Replies: 6
Views: 439

PostForum: Utilities   Posted: Fri Jan 19, 2024 5:57 pm   Subject: Identify and drop lower totals within a bundle.

Task:
Need to identify if there's at least ONE duplicate Job-no accross different accounts, and if there is, calculate total of Job-no within each of those accounts, to keep the one with a highest ...
 
Page 1 of 823 Goto page 1, 2, 3 ... 821, 822, 823  Next
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group