Search found 70 matches

by Anil
Thu Jan 11, 2024 11:25 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: How do we replace the data in a file without knowing their positions using JCL?
Replies: 1
Views: 591

How do we replace the data in a file without knowing their positions using JCL?

Hi Guys,

I have a question..

How do we replace the data in a file without knowing their positions using JCL?

Example:'ABCD' with 'CEDF

Pls hlp me with answer
by Anil
Thu Jan 11, 2024 10:49 pm
Forum: Testing Tools, Mainframe Application Testing, Abends Solution & QA.
Topic: How to find DDIO file in a system?
Replies: 1
Views: 569

How to find DDIO file in a system?

Hi,

How to find DDIO file in a system? Which I have to give in xped? Could someone please guide,
by Anil
Mon Jan 03, 2022 6:20 pm
Forum: Ask for Job Guidance and referrals here.
Topic: How much TCS can give for 3 yrs 3 months experience in mainframe domain?
Replies: 0
Views: 715

How much TCS can give for 3 yrs 3 months experience in mainframe domain?

Hi

Need a guidance, if someone knows -please guide me on: How much TCS can give for 3 yrs 3 months experience in mainframe domain?

Thanks in advance
by Anil
Mon Jan 03, 2022 6:16 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: convert a string from Krishna to Krish in a Cobol program.
Replies: 0
Views: 932

convert a string from Krishna to Krish in a Cobol program.

How to convert a string from Krishna to Krish in a Cobol program. As there are many Krishna's Pgm. How to convert all. I need Command for it.

Like in msword we replace.
by Anil
Fri Jul 06, 2018 8:09 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: SORT help required.
Replies: 6
Views: 2861

Re: SORT help required.

I understood the error and then I made the following changes in the card: //S1 EXEC PGM=ICEMAN //SYSOUT DD SYSOUT=* //SORTIN DD * A A B C //* //SORTOUT DD SYSOUT=* //SYSIN DD * INREC FIELDS=(1,1,C'0001') SORT FIELDS=(1,1,CH,A) SUM FIELDS=(2,4,ZD) INCLUDE COND=(2,4,CH,EQ,C'0001') OUTREC FIELDS=(1,1) ...
by Anil
Fri Jul 06, 2018 8:08 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: SORT help required.
Replies: 6
Views: 2861

Re: SORT help required.

Hi Sandy, Thanks. I got the below error with your card: WER237I OUTREC RECORD LENGTH = 1 WER110I SORTOUT : RECFM=FB ; LRECL= 1; BLKSIZE= 1 WER074I SORTOUT : DSNAME=NULLFILE WER558I ZPSORT EXECUTED WER216A SUM FIELD OUTSIDE RANGE WER211B SYNCSMF CALLED BY SYNCSORT; RC=0000 WER449I SYNCSORT GLOBAL DSM...
by Anil
Tue Jul 03, 2018 8:00 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Getting VSAM code 44?
Replies: 3
Views: 2320

Re: Getting VSAM code 44?

Thanks Robert. I was able to find what it meant from the manual but making it work in my program was challenging. After some effort I could get it. I took a wrong file as input. :|
by Anil
Fri Jun 29, 2018 7:57 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: SORT help required.
Replies: 6
Views: 2861

SORT help required.

Hi,

I have a file like with

Code: Select all

A
A
B
C
as records. I want B and C into new file. A should be written in to another file or discard as A is duplicate. Can we achieve this with SORT?
by Anil
Sat Jun 23, 2018 1:34 pm
Forum: CICS, Middleware and MQ Series.
Topic: CICS transaction, how can i see memory allocated to it??
Replies: 4
Views: 1574

CICS transaction, how can i see memory allocated to it??

Guys, need one help, i have defined a new CICS transaction, how can i see memory allocated to it??

[ Post made via Android ] Image
by Anil
Mon Dec 11, 2017 11:29 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Getting VSAM code 44?
Replies: 3
Views: 2320

Getting VSAM code 44?

Hi,

I am getting VSAM Status 44. When I looked for it's explnation it shows:

Code: Select all

A BOUNADRY VIOLATION DUE TO ATTEMPT TO WRITE A RECORD OF IMPROPER LENGTH 
What is the meaning of that, how to solve it ? Please help me.
by Anil
Mon Dec 11, 2017 11:26 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: COBOL Statistics.
Replies: 3
Views: 1485

Re: COBOL Statistics.

Thanks. But situation does not seem to move a lot.
by Anil
Sat Nov 18, 2017 6:30 pm
Forum: SyncSort, SyncTool, SyncGener.
Topic: How to convert FB to VB file and opposite?
Replies: 5
Views: 4016

Re: How to convert FB to VB file and opposite?

:), yes it worked for me too.
by Anil
Sat Nov 18, 2017 6:29 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: COBOL Statistics.
Replies: 3
Views: 1485

Re: COBOL Statistics.

If the statistics are so strong about COBOL why are not we mainframe programmers are paid well? Many other friends of mine have switched from mainframe and are earning good money compared to me!!
by Anil
Wed Nov 08, 2017 4:33 pm
Forum: SyncSort, SyncTool, SyncGener.
Topic: How to convert FB to VB file and opposite?
Replies: 5
Views: 4016

Re: How to convert FB to VB file and opposite?

You can use this JCL: //STEP01 EXEC SORT //SORTIN DD DISP=SHR, // DSN=INPUT.FILE.FB,DISP=SHR //SORTOUT DD DSN=OUTPUT.FILE.VB,DISP=SHR // DISP=(,CATLG,DELETE),UNIT=SYSDA, // DCB=(LRECL=??,RECFM=VB) //* //SYSIN DD * SORT FIELDS=COPY OUTFIL FNAMES=SORTOUT,VTOF /*
by Anil
Sat Nov 04, 2017 12:41 pm
Forum: IBM DB2 and IMS DB/DC
Topic: How to identify the program is IMS DC?
Replies: 5
Views: 1163

Re: How to identify the program is IMS DC?

All the IMS program have same structure. Like Procedure Division having USING with PCB names, I/O Area. Linkage will have PCBs as per the PSB used in program. Then what differentiate one with other type of program?
by Anil
Sat Nov 04, 2017 12:07 pm
Forum: CICS, Middleware and MQ Series.
Topic: InterTest and CICS program testing.
Replies: 4
Views: 652

Re: InterTest and CICS program testing.

At my place we send everybody an email that we are testing this program in intertest and no one else should do it. But in my previous company we were using xpeditor I don't recall that we have ever sent across such emails.
by Anil
Sat Nov 04, 2017 12:05 pm
Forum: CICS, Middleware and MQ Series.
Topic: How to edit a file for CICS?
Replies: 8
Views: 817

Re: How to edit a file for CICS?

I am not able to correctly ask it all. Let me try again.

If I have VSAM file. This file is used in CICS program. For testing, should I change the values in it for test condition using edit from ISPF or from CECI?

Go to advanced search