Search found 9 matches

by sachin12
Mon Sep 07, 2015 3:18 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Not able to overwrite a VSAM file by COBOL program.
Replies: 8
Views: 1087

Re: Not able to overwrite a VSAM file by COBOL program.

mickeydusaor,

Sorry but I don't understand what you are trying to say? Can you please explain more about it.
by sachin12
Mon Sep 07, 2015 3:18 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Not able to overwrite a VSAM file by COBOL program.
Replies: 8
Views: 1087

Re: Not able to overwrite a VSAM file by COBOL program.

I don't think your approach makes much sense. If you need to update the records in a VSAM data set after they have been written (in a COBOL program), you either need to DELETE them and then WRITE the records again, or you need to REWRITE the records. Neither of these will work with the file opened ...
by sachin12
Mon Sep 07, 2015 3:16 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Not able to overwrite a VSAM file by COBOL program.
Replies: 8
Views: 1087

Re: Not able to overwrite a VSAM file by COBOL program.

Yes, it is possible, but it is better to speak to Your support to check if that possibility is allowed/supported. 1) as a company standard 2) for the dataset You are dealing with Support? Did you mean to talk to the team lead. If yes, his answer is not very good, as he does not have much experience...
by sachin12
Thu Sep 03, 2015 2:22 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Not able to overwrite a VSAM file by COBOL program.
Replies: 8
Views: 1087

Not able to overwrite a VSAM file by COBOL program.

Hi, For a COBOL program a VSAM file is an output. File is opened in output mode. My intention is that whever I run the program, the file should get overwritten with new values. For testing, first time I create the file and write the record, until here all is good but when I execute the program secon...
by sachin12
Thu Jul 02, 2015 7:04 pm
Forum: Mainframe Performance, Capacity Planning and Software Cost.
Topic: Identify high MIPS consuming Jobs.
Replies: 6
Views: 1759

Re: Identify high MIPS consuming Jobs.

Thanks Enrico. But reading SMF records is a tedious job, how can I learn about the tools whic can help me to read SMF records?
by sachin12
Tue Jun 09, 2015 11:21 am
Forum: Mainframe Performance, Capacity Planning and Software Cost.
Topic: Identify high MIPS consuming Jobs.
Replies: 6
Views: 1759

Identify high MIPS consuming Jobs.

Hi all,

Is there a way to find out the list of all high MIPS consuming Jobs in SAR? Or in general, is there some other way of knowing this?

Thanks,
by sachin12
Tue Jun 09, 2015 11:16 am
Forum: Assembler & PL/I.
Topic: IEW2648E 5111 ENTRY CALLPLIM IS NOT A CSECT OR AN EXTERNAL..
Replies: 1
Views: 1014

IEW2648E 5111 ENTRY CALLPLIM IS NOT A CSECT OR AN EXTERNAL..

Hi, I am trying to compile and link a sample IMS PL/I program. And in doing so, I am facing the following error: IEW2648E 5111 ENTRY CALLPLIM IS NOT A CSECT OR AN EXTERNAL NAME IN THE MODULE. The output from AMBLIST (or just editing CEE.SCEELKED.CALLPLIM) apparently shows CALLPLIM *is* in the CEE.SC...

Go to advanced search