Search found 750 matches

by enrico-sorichetti
Thu Jan 30, 2025 1:34 am
Forum: Interview Questions.
Topic: DSN=DUMMY versus DSN=FILENAME
Replies: 4
Views: 4319

Re: SN=DUMMY versus DSN=FILENAME

The difference between "DD DUMMY" and "DD DSN=empty.dataset" on an input is simply that you need to have an empty dataset allocated which is consuming disk space. Attempting to read either will result in the same outcome; end of file   NOPE when processing a single dataset that ...
by enrico-sorichetti
Mon Dec 30, 2024 8:18 pm
Forum: DevOps for Mainframes and related news
Topic: Is anyone using IBM Developer for z/OS (IDz) for their development tasks?
Replies: 4
Views: 5398

Re: Is anyone using IBM Developer for z/OS (IDz) for their development tasks?

from the IBM url of IBM DEVELOPER IBM Developer for z/OS® (IDz) is a modern and robust toolset designed for developing and maintaining IBM z/OS applications using DevOps practices. It enables you to deliver more work faster, with improved quality and greater agility. implementing IDz is not like cha...
by enrico-sorichetti
Tue Dec 10, 2024 10:43 pm
Forum: JCL - Job Control Language.
Topic: check the file status in JCL
Replies: 2
Views: 2223

Re: check the file status in JCL

why not speak to your operations support to see what is already in place ???
by enrico-sorichetti
Tue Dec 10, 2024 4:08 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: What is AMODE 24 and 31 And RMODE?
Replies: 4
Views: 2587

Re: What is AMODE 24 and 31 And RMODE?

read and meditate on

https://www.redbooks.ibm.com/redbooks/pdfs/sg246366.pdf

most of the questions asked on zOS basics will have an answer there

pretty old but the concepts useful to beginners still applyy to the latest zOS versions
by enrico-sorichetti
Mon Dec 09, 2024 3:47 pm
Forum: DevOps for Mainframes and related news
Topic: Is anyone using IBM Developer for z/OS (IDz) for their development tasks?
Replies: 4
Views: 5398

Re: Is anyone using IBM Developer for z/OS (IDz) for their development tasks?

useless topic ...
if you have a question about IBM Developer just ask it
no reason to waste time with useless questions
by enrico-sorichetti
Thu Nov 28, 2024 7:53 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Happy Thanksgiving!
Replies: 3
Views: 3106

Re: Happy Thanksgiving!

why should we be thankful for trump inviting zuckerberg to dinner ?
by enrico-sorichetti
Wed Nov 13, 2024 5:54 pm
Forum: Interview Questions.
Topic: execute multiple jobs trough single JCL
Replies: 4
Views: 2471

Re: execute multiple jobs trough single JCL

REMEMBER ...
depending on the system setup
the jobs might not be executed in the sequence you see in the submitted file
 
by enrico-sorichetti
Mon Nov 11, 2024 3:17 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Get GDG versions in a file.
Replies: 7
Views: 3733

Re: Get GDG versions in a file.

the TS does NOT want to process all the generations
he wants  to pull all the generations names into a file
by enrico-sorichetti
Sun Nov 10, 2024 6:16 pm
Forum: JCL - Job Control Language.
Topic: space increment in JCL is not working.
Replies: 2
Views: 2074

Re: space increment in JCL is not working.

instead of the nothing attached it would be more useful to see the jes job log with all the related messages
by enrico-sorichetti
Wed Jul 31, 2024 2:25 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: minimum primary and secondary quantity of storage required
Replies: 8
Views: 6227

Re: minimum primary and secondary quantity of storage required

here is a rexx script that will tabulate the block sizes and the relative capacity given the record length usin a record length of 1 will reproduce the capacity table of the manual the rexx script #! /usr/bin/env rexx Trace "o" numeric digits  16 _cmd = "blksxtrk" parse arg args ...
by enrico-sorichetti
Sat Jul 27, 2024 10:08 pm
Forum: Interview Questions.
Topic: GDG version question
Replies: 4
Views: 2972

Re: GDG version question

YES
by enrico-sorichetti
Thu Jul 25, 2024 7:11 pm
Forum: Interview Questions.
Topic: GDG version question
Replies: 4
Views: 2972

Re: GDG version question

if in step 1 you create gdg_file(+1)

in the second step you will have to refer to it with gdg_file(+1)

the newly created generations will be rolled in at the end of the job

read the manuals, all is explained very well there


 
by enrico-sorichetti
Sat Jun 15, 2024 4:34 pm
Forum: SyncSort, SyncTool, SyncGener.
Topic: how many records we can filter out using joinkeys?
Replies: 4
Views: 3286

Re: how many records we can filter out using joinkeys?

There is no limit on number fo records because of JOINKEYS, I've used it for millions of records.   pretty primitive answer not based on FACTS, all *Sort* products have a record count limit based on the dasd space available for the sortwk datasets and the relevant *Sort* manuals will tell to custom...
by enrico-sorichetti
Tue Jun 11, 2024 11:34 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: minimum primary and secondary quantity of storage required
Replies: 8
Views: 6227

Re: minimum primary and secondary quantity of storage required

What is correct way of doing it then?

there are a few ways of doing it, all of them technically correct,

since we do not know anything about your organizations standards 
any answer we might give could be wrong

keep talking to your senior to find out your organization recommended way
 
by enrico-sorichetti
Mon Jun 03, 2024 3:30 pm
Forum: SyncSort, SyncTool, SyncGener.
Topic: how many records we can filter out using joinkeys?
Replies: 4
Views: 3286

Re: how many records we can filter out using joinkeys?

if there is a limit, the syncsort manuals will tell
by enrico-sorichetti
Fri May 24, 2024 8:37 pm
Forum: CICS, Middleware and MQ Series.
Topic: Channels and containers in CICS.
Replies: 5
Views: 4086

Re: Channels and containers in CICS.

if you do not have available a CICS environment that you can tweak for your needs you can only learn what you can understand from the documentation ( the cics manuals for example ) but you cannot experiment see here for an example https://www.ibm.com/docs/en/txseries/8.2?topic=channels-example-chann...
by enrico-sorichetti
Mon May 20, 2024 4:16 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: how to copy matched records
Replies: 2
Views: 2608

Re: how to copy matched records

where are you facing problems ?
with the logic, or with the code ?

Go to advanced search