Search found 53 matches

by durga
Mon Jul 08, 2019 12:47 pm
Forum: JCL - Job Control Language.
Topic: A question on BLKSIZE and LRECL.
Replies: 9
Views: 4891

Re: A question on BLKSIZE and LRECL.

Thanks Robert.

I did not mean to offend anyone but I wanted to learn if my way of thinking is correct. I understand that DASD is not that expensive now but it used to be. I wanted to know about the calculation and the implications. I understand it now.

Thank you.
by durga
Sat Jul 06, 2019 10:32 am
Forum: JCL - Job Control Language.
Topic: A question on BLKSIZE and LRECL.
Replies: 9
Views: 4891

Re: A question on BLKSIZE and LRECL.

your data set will put 42 records per track with a block size of 27300 as opposed to 23 records per track with a block size of 29900. How did you get these numbers? As far as your ISPF 3.2 session goes, I don't know exactly what you did but I suspect you put in the data set with a blank command to ...
by durga
Sat Jul 06, 2019 12:52 am
Forum: JCL - Job Control Language.
Topic: A question on BLKSIZE and LRECL.
Replies: 9
Views: 4891

Re: A question on BLKSIZE and LRECL.

Robert Sample wrote: Fri Jul 05, 2019 10:28 pm Under these assumptions, as long as the block size is a multiple of the record length then the program will correctly function.
Yes that I understand but is it the optimum BLKSIZE? And if yes, why it is?
by durga
Sat Jul 06, 2019 12:49 am
Forum: JCL - Job Control Language.
Topic: A question on BLKSIZE and LRECL.
Replies: 9
Views: 4891

Re: A question on BLKSIZE and LRECL.

COBOL program has BLOCK CONTAINS 0 RECORDS.
by durga
Fri Jul 05, 2019 8:41 pm
Forum: JCL - Job Control Language.
Topic: A question on BLKSIZE and LRECL.
Replies: 9
Views: 4891

A question on BLKSIZE and LRECL.

There was an abend in production which was because of LRECL mismatch. In that the production support person, as a workaround, changed the record length on all the steps that used that program and as well as the backup step in the job. They changed the blocksize from 27600 to 29900 saying that the ex...
by durga
Wed May 29, 2019 1:28 pm
Forum: CICS, Middleware and MQ Series.
Topic: Find who is changing the file at CICS region?
Replies: 4
Views: 3217

Re: Find who is changing the file at CICS region?

Thanks all but does not any log capture such a thing which can be communicated automatically, is that possible?
by durga
Wed May 29, 2019 1:26 pm
Forum: JCL - Job Control Language.
Topic: Override the DD in JCL.
Replies: 1
Views: 1158

Override the DD in JCL.

About overriding parameters in JCL

In one step I am using multiple files (say 5 files)as input with single DD Name (SORTIN).
When I am overriding file using STEP1.SORTIN DD DSN= ; it is overriding first file

Is any possible to override other than 1st file ?
by durga
Wed Apr 10, 2019 12:35 pm
Forum: CICS, Middleware and MQ Series.
Topic: Find who is changing the file at CICS region?
Replies: 4
Views: 3217

Find who is changing the file at CICS region?

Hi, We have number of CICS test regions. And there are some common files which are allocated to these regions, used by all. We send email to tell everybody for a changing these files, before changing, but, many a times someone just changes it without notification. How can we find who is changing the...
by durga
Wed Mar 13, 2019 3:50 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: While compiling, RENT on IGYCRCTL versus HEWL.
Replies: 7
Views: 3608

Re: While compiling, RENT on IGYCRCTL versus HEWL.

I am sorry but I did not get you. You mean if the options appear in the above list, irrespective of the point whether they were supplied at compiler or binder does not matter?
by durga
Wed Mar 13, 2019 12:21 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: While compiling, RENT on IGYCRCTL versus HEWL.
Replies: 7
Views: 3608

Re: While compiling, RENT on IGYCRCTL versus HEWL.

I was working with the team involved in setting up the tool. They told me if the options shown the in the COBOL listing from CLIST and TOOL are same, we are good. As shown below: Is that correct, even when the we have difference in the JCLs generated as stated in the first post? PP 5655-S71 IBM ENTE...
by durga
Mon Mar 11, 2019 1:08 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: While compiling, RENT on IGYCRCTL versus HEWL.
Replies: 7
Views: 3608

While compiling, RENT on IGYCRCTL versus HEWL.

Hi, We had been using a home grown CLIST to compile the COBOL programs of all sort. Now we have a new SCM tool coming in. we want to make sure that the compile JCL created by the CLIST and the new tool are same. While testing I found out that for a batch COBOL program these were the options: CLIST :...
by durga
Mon Jan 07, 2019 11:03 am
Forum: CICS, Middleware and MQ Series.
Topic: What is the use of Panel Group in SDF 2?
Replies: 3
Views: 1190

Re: What is the use of Panel Group in SDF 2?

Thanks. I was trying to analogy for understanding. If there were only CICS maps, could I say that 'panel group editor' is equivalent to MAPSET, as far as the functionality of it is concerned? I am asking this to understand it conceptually.
by durga
Fri Jan 04, 2019 10:16 pm
Forum: CICS, Middleware and MQ Series.
Topic: What is the use of Panel Group in SDF 2?
Replies: 3
Views: 1190

What is the use of Panel Group in SDF 2?

Hi, I've been trying to figure out What is the use of Panel Group in SDF 2 when we create the CICS map? Is not it equal to a CICS MAPSET? I looked in to the manuals, but it talks how to use it but does not tell what would happen if we don't use it and if can be compared with MAPSET? Can someone plea...
by durga
Wed Nov 14, 2018 7:49 pm
Forum: SyncSort, SyncTool, SyncGener.
Topic: Are SORT FIELDS=COPY and OPTION COPY same?
Replies: 9
Views: 6040

Re: Are SORT FIELDS=COPY and OPTION COPY same?

iles should be data sets. Under zOS and its predecessors data is kept in data sets hence DSN= (or DSNAME=). And for a straight copy job IEBGENER or ICEGENER should be used. I believe DFSORT will invoke ICEGENER anyway for that sort of copy but why not give a little assist to the system and specify ...
by durga
Mon Nov 12, 2018 12:19 pm
Forum: SyncSort, SyncTool, SyncGener.
Topic: Are SORT FIELDS=COPY and OPTION COPY same?
Replies: 9
Views: 6040

Are SORT FIELDS=COPY and OPTION COPY same?

Hi,

In SORT, are SORT FIELDS=COPY and OPTION COPY same? If yes, why they have created two options?
by durga
Mon Jul 09, 2018 12:16 pm
Forum: SyncSort, SyncTool, SyncGener.
Topic: Replacing IEBGENER with ICEGENER.
Replies: 18
Views: 18327

Re: Replacing IEBGENER with ICEGENER.

Thanks Robert. Actually I could not make my point clear. When I used this Job: //GENER JOB... // EXEC PGM=ICEGENER //SYSPRINT DD SYSOUT=* //SYSUT1 DD DSN=CONTROL.MASTER,DISP=OLD,UNIT=3380,VOL=SER=MASTER //SYSUT2 DD DSN=CONTROL.BACKUP,DISP=OLD,UNIT=3380,VOL=SER=BACKUP //SYSIN DD DUMMY I thought SuncS...
by durga
Fri Jul 06, 2018 8:38 pm
Forum: SyncSort, SyncTool, SyncGener.
Topic: Replacing IEBGENER with ICEGENER.
Replies: 18
Views: 18327

Re: Replacing IEBGENER with ICEGENER.

I reread the document and it says this too: "The IEBGENER DD statements SYSUT1 (input), SYSUT2 (output), and SYSPRINT (messages) are used by DFSORT for SORTIN, SORTOUT, and SYSOUT, respectively. These DD statement names will be translated by using an extended parameter list to invoke the copy f...
by durga
Fri Jul 06, 2018 8:36 pm
Forum: SyncSort, SyncTool, SyncGener.
Topic: Replacing IEBGENER with ICEGENER.
Replies: 18
Views: 18327

Re: Replacing IEBGENER with ICEGENER.

read the DFSORT manuals to see what are the prerequisites ( input/output datasets attributes/specifications ) for using ICEGENER if they are NOT satisfied ICEGENER will revert to IEBGENER I have looked at this document: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ICE1CA30/9.2.16?DT=2...
by durga
Fri Jul 06, 2018 6:24 pm
Forum: SyncSort, SyncTool, SyncGener.
Topic: Replacing IEBGENER with ICEGENER.
Replies: 18
Views: 18327

Re: Replacing IEBGENER with ICEGENER.

This is from JESYSMSG:

Code: Select all

STEP/S020    /STOP  2018186.0021                                    
CPU:     0 HR  00 MIN  00.01 SEC    SRB:     0 HR  00 MIN  00.00 SEC
VIRT:   420K  SYS:   252K  EXT:        8K  SYS:    10260K           
What is VTRT in this? I searched for it but could not find any info.
by durga
Fri Jul 06, 2018 6:22 pm
Forum: SyncSort, SyncTool, SyncGener.
Topic: Replacing IEBGENER with ICEGENER.
Replies: 18
Views: 18327

Re: Replacing IEBGENER with ICEGENER.

Hi, This is the job which I have submitted: //S020 EXEC PGM=SYNCGENR //SYSUT1 DD DSN=...TEST.FILE, // DISP=SHR //SYSUT2 DD SYSOUT=* //SYSIN DD DUMMY,DCB=BLKSIZE=80 //SYSPRINT DD SYSOUT=* //* I have also submitted this job: //S020 EXEC PGM=ICEGENER //SYSUT1 DD DSN=MISAD2.TEST.FILE, // DISP=SHR //SYSU...

Go to advanced search