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 12392 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: Pass Parameters from A PDS
kolusu

Replies: 2
Views: 622

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: 682

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: 9073

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: 9073

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: 12211

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: 12211

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: 8530

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: 8530

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: 16153

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: 11328

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: 11328

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: 113934

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 ...
  Topic: Splitting file on the basis of different keywords
kolusu

Replies: 6
Views: 11328

PostForum: Utilities   Posted: Mon Oct 27, 2025 9:12 am   Subject: Splitting file on the basis of different keywords
Srishti Rawat,
You have been a member of this site for quite some time and yet you failed to provide the basic information such as the DCB properties of the input file. bonk

Assuming your inpu ...
  Topic: JCL file lock
kolusu

Replies: 10
Views: 113934

PostForum: Job Control Language(JCL)   Posted: Sat Oct 25, 2025 8:04 am   Subject: JCL file lock
rsantosh,

Does the dataset already exist? If so looks like zeke is creating the EXCLUSIVE ENQ on the dataset even though it has DISP=SHR.

I am not sure wait 300 is in seconds or minutes. Assu ...
  Topic: Identifying COBOL load modules only
kolusu

Replies: 1
Views: 17968

PostForum: Application Programming   Posted: Sat Oct 25, 2025 8:01 am   Subject: Identifying COBOL load modules only
Misha786,

You can try the following

1. Use AMBLIST to list the load modules

2. Use the output of AMBLIST and check the translator Value. Here is a link to different Translator versions o ...
 
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