Search found 2456 matches

by Anuj Dhawan
Thu Aug 17, 2023 2:22 pm
Forum: IBM DB2 and IMS DB/DC
Topic: fetch cursor and cursor with return.
Replies: 4
Views: 1575
India

Re: fetch cursor and cursor with return.

In addition to what zum13 said, this from the manuals can be of interest: WITHOUT RETURN or WITH RETURN Specifies whether the result table of the cursor is intended to be used as a result set that will be returned from a procedure. If statement-name is specified, the default is the corresponding pre...
by Anuj Dhawan
Wed Aug 16, 2023 12:08 am
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: IDENTIFY WEATHER THE KSDS EMPTY OR NOT USING SORT UTILITY
Replies: 9
Views: 2994
India

Re: IDENTIFY WEATHER THE KSDS EMPTY OR NOT USING SORT UTILITY

Along with that, SORT products can also work with VSAM: //STEP1 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //IN DD DSN=... input-vsam-dataset //TOOLIN DD * COUNT FROM(IN) EMPTY RC4 /* This produces RC as 4, if the input VSAM dataset is empty. Another variation: /STEP1 EXEC PGM=ICETO...
by Anuj Dhawan
Tue Aug 15, 2023 7:14 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Happy Independence Day India!
Replies: 2
Views: 1246
India

Re: Happy Independence Day India!

Happy Independence Day!
by Anuj Dhawan
Thu Aug 03, 2023 10:36 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: AMBLIST - BAD DATExx
Replies: 1
Views: 944
India

Re: AMBLIST - BAD DATExx

Hello and Welcome to the Forums, Could you please share the Compile Listing, looking for the compiler options. Also, please post inline code - as attachments are restricted to be downloaded in many offices - most of us can't download them. I am new to this forum I wasn't able to post directly to the...
by Anuj Dhawan
Mon Jul 31, 2023 11:03 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: mainframe modernization project
Replies: 5
Views: 2803
India

Re: mainframe modernization project

A mainframe modernization project is a comprehensive initiative aimed at updating and enhancing the capabilities, performance, and overall functionality of an existing mainframe computer system. As you know, Mainframes are large and powerful computers typically used by organizations to handle critic...
by Anuj Dhawan
Thu Jul 27, 2023 4:04 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: download copybook layout to Excel in mainframes.
Replies: 5
Views: 1495
India

Re: download copybook layout to Excel in mainframes.

"Download", in this context, is "functionality of emulator" and not of ISPF. You should check for "send/receive" if it's PCOM emulator, for example. It should part of sub-option from "menu", I don't use PCOM these days, so would leave some effort for you.
by Anuj Dhawan
Wed Jul 26, 2023 9:45 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: How we can check the copybook and data set using ispf command like 3.14 or 3.16?
Replies: 4
Views: 1419
India

Re: How we can check the copybook and data set using ispf command like 3.14 or 3.16?

Hi,

I'm not sure if I've understood your question, would you mind explaining it further, please?
by Anuj Dhawan
Mon Jul 24, 2023 10:37 am
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: How to compare two files in sort?
Replies: 1
Views: 732
India

Re: How to compare two files in sort?

You might want to provide more details about your question. Though for in general, you can have a look at these posts:

https://zmainframes.com/zlog/compare-tw ... me-dfsort/
https://zmainframes.com/zlog/compare-tw ... -syncsort/

Good Luck!
by Anuj Dhawan
Tue Jul 18, 2023 9:55 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: download copybook layout to Excel in mainframes.
Replies: 5
Views: 1495
India

Re: download copybook layout to Excel in mainframes.

Did you try using ISPF option 6, ISPF Command Shell?
by Anuj Dhawan
Tue Jul 18, 2023 9:31 am
Forum: JCL - Job Control Language.
Topic: BLKSIZE is always multiple of Lrecl in recfm=fb?
Replies: 6
Views: 1615
India

Re: BLKSIZE is always multiple of Lrecl in recfm=fb?

Long back 'memory & storage' were very expensive. As a programmer, you were needed to calculate the combination of LRECL and BLKSIZE. "BLK" short of "Block" is multiple of LRECL - which means when system read data it could read data of those many "records (one record is ...
by Anuj Dhawan
Wed Jul 12, 2023 1:19 pm
Forum: DevOps for Mainframes and related news
Topic: How to use IBM DBB.
Replies: 12
Views: 5452
India

Re: How to use IBM DBB.

See if this interests you: zlog/ibm-dependency-base-build/
by Anuj Dhawan
Tue Jul 11, 2023 4:44 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Use "CHANGE P'.' ' through IKJEFT01.
Replies: 3
Views: 2729
India

Re: Use "CHANGE P'.' ' through IKJEFT01.

You might want to use FINDREP with SORT product, or please show the exact error message.
by Anuj Dhawan
Mon Jul 03, 2023 11:37 pm
Forum: Interview Questions.
Topic: How to check whether a PS file is cataloged or not in a JCL?
Replies: 1
Views: 1220
India

Re: How to check whether a PS file is cataloged or not in a JCL?

Try this:

Code: Select all

//STEP01   EXEC PGM=IDCAMS       
//SYSPRINT DD  SYSOUT=*           
//SYSIN    DD  *                 
  LISTCAT ENTRIES('your.dataset.name')
/*
Above step will generate return code 4 if 'your.dataset.name' is not cataloged.
by Anuj Dhawan
Mon Jul 03, 2023 10:18 pm
Forum: Ask for Job Guidance and referrals here.
Topic: TCS interview process and documents.
Replies: 1
Views: 1095
India

Re: TCS interview process and documents.

Usually this happens when one is through a successful interview. I think, I'd say, congratulations! :)
by Anuj Dhawan
Mon Jul 03, 2023 8:51 pm
Forum: CICS, Middleware and MQ Series.
Topic: where we can see the pds from where a cics trxn invokes the prrgram?
Replies: 1
Views: 923
India

Re: where we can see the pds from where a cics trxn invokes the prrgram?

If I've understood your question well, possibly CEMT I (program), should get you what you are looking for. You need access authority to run it though.
by Anuj Dhawan
Thu Jun 01, 2023 5:59 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: Can we convert char into packed decimal using sort?
Replies: 4
Views: 4912
India

Re: Can we convert char into packed decimal using sort?

Since you haven't given any real details about what PIC clause you might be using to define the 'character' - assuming it's PIC X(10) and assuming them as ZD is safe. In that case, you would use SORT control statements something like this where p is the starting position of the field: OPTION COPY IN...
by Anuj Dhawan
Sat May 27, 2023 5:49 pm
Forum: IBM DB2 and IMS DB/DC
Topic: compiled in Changeman by using precompilation option it's showing maxcc=9?
Replies: 1
Views: 1675
India

Re: compiled in Changeman by using precompilation option it's showing maxcc=9?

With that much information, there is a very slim chance to help you - is there anything else you can share across, like the logs from failed Job?
by Anuj Dhawan
Sat Mar 04, 2023 9:22 pm
Forum: Site Announcements and Rules.
Topic: Recent Topics.
Replies: 3
Views: 5894
India

Re: Recent Topics.

We had to bundle it down, for tech reasons. Will keep you posted how it goes though.

Appreciate the patience,

Go to advanced search