Search found 70 matches

by Anil
Sat Nov 04, 2017 12:00 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Copy a single at multiple places in ISPF.
Replies: 7
Views: 1455

Re: Copy a single at multiple places in ISPF.

Thanks nicc. Right you are correct.
by Anil
Fri Nov 03, 2017 11:45 am
Forum: CICS, Middleware and MQ Series.
Topic: How to edit a file for CICS?
Replies: 8
Views: 859

Re: How to edit a file for CICS?

First, it would be a very rare site that allows a programmer to manually edit a production data set -- auditors really do not like such things happening. Second, if the data set is in a test CICS region, probably CECI could be used. I've used CECI to read a VSAM KSDS record, change it, and rewrite ...
by Anil
Fri Nov 03, 2017 11:30 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Copy a single at multiple places in ISPF.
Replies: 7
Views: 1455

Re: Copy a single at multiple places in ISPF.

prino wrote: "C" on line to copy, "AK"/"BK" on all lines to copy to, and just "A"/"B" on the last of them.
Hi prino - Thanks, this is wht I was looking for. Great tip.
by Anil
Fri Nov 03, 2017 11:29 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: How to know if I have the EDIT access to a PDS?
Replies: 2
Views: 600

Re: How to know if I have the EDIT access to a PDS?

Thanks. Actually I have joined a company where we have access to some of the load modules. It is like a "client company" setup in India. So the vendors keep on sending the emails to remove some modules from some PDS which they don't have access but we have. These details are not given to u...
by Anil
Fri Nov 03, 2017 11:22 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Copy a single at multiple places in ISPF.
Replies: 7
Views: 1455

Re: Copy a single at multiple places in ISPF.

nicc wrote: Sun Oct 29, 2017 3:42 amNo. Or, at least, there wasn't. Try looking up 'K(eeP)'. I am not sure if that is what it does as it is 3 years since I last used a modern version of ISPF and I am not going to look up the manual as you can do that yourself.
No keep did not work for me. Thanks though.
by Anil
Thu Nov 02, 2017 8:14 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: How to know if I have the EDIT access to a PDS?
Replies: 2
Views: 600

How to know if I have the EDIT access to a PDS?

Hi,

How to know if I have the EDIT access to a PDS? Is there a way to know it?
by Anil
Sat Oct 28, 2017 10:39 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Count to a Million!
Replies: 234
Views: 75575

Re: Count to a Million!

213
by Anil
Sat Oct 28, 2017 10:37 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Copy a single at multiple places in ISPF.
Replies: 7
Views: 1455

Copy a single at multiple places in ISPF.

Hi.

In ISPF when I edit a dataset and I need to copy a line from one place to another I do "C" copy and paste it using "a" at a location I want to. But if I have to copy it multiple time, I need to copy it multiple times, is there way to overcome this in ISPF? Please advise.
by Anil
Sat Oct 28, 2017 10:34 pm
Forum: CICS, Middleware and MQ Series.
Topic: InterTest and CICS program testing.
Replies: 4
Views: 706

Re: InterTest and CICS program testing.

When the program gets invoked (via a terminal transaction for example), CICS loads the program from the DFHRPL concatenation. It loads the FIRST copy found, so if the program is in three different libraries in the concatenation only the first data set in the concatenation that contains the load mod...
by Anil
Sat Oct 28, 2017 10:32 pm
Forum: CICS, Middleware and MQ Series.
Topic: How to edit a file for CICS?
Replies: 8
Views: 859

Re: How to edit a file for CICS?

Yes but I need to edit it manually then how do I do it?
by Anil
Sat Oct 28, 2017 10:30 pm
Forum: IBM DB2 and IMS DB/DC
Topic: How to identify the program is IMS DC?
Replies: 5
Views: 1207

Re: How to identify the program is IMS DC?

Yes, but if it's IMS DC and not IMS DB, how would you tell?
by Anil
Sat Oct 28, 2017 6:33 pm
Forum: CICS, Middleware and MQ Series.
Topic: How to edit a file for CICS?
Replies: 8
Views: 859

How to edit a file for CICS?

Hi,

I am new to CICS. I learned that files are defined to CICS region and they are already defined when the system was built. So if I need to change the values in file or edit the existing file how do we do that?
by Anil
Sat Oct 28, 2017 5:57 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Use the same input file in Sub program and main program.
Replies: 7
Views: 1066

Re: Use the same input file in Sub program and main program.

Thanks Robert.

So in CICS will all the files be defined as EXTERNAL as they are used by so many programs?
by Anil
Sat Oct 28, 2017 5:55 pm
Forum: IBM DB2 and IMS DB/DC
Topic: How to identify the program is IMS DC?
Replies: 5
Views: 1207

How to identify the program is IMS DC?

As looking at CICS program we can look for EXEC CICS and can say that it is an online program. How to identify the program is IMS DC in similar way?
by Anil
Tue Oct 17, 2017 12:18 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Use the same input file in Sub program and main program.
Replies: 7
Views: 1066

Re: Use the same input file in Sub program and main program.

Read about EXTERNAL clause. Is not it for variables and not files?
by Anil
Mon Oct 16, 2017 12:55 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Use the same input file in Sub program and main program.
Replies: 7
Views: 1066

Use the same input file in Sub program and main program.

Dear All,

I have one question. I want to use one input file in sub-program, this file is used in main program as well. How can I do that? Please help.
by Anil
Sat Oct 14, 2017 8:29 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Processing sequence of logical operators in COBOL.
Replies: 1
Views: 532

Processing sequence of logical operators in COBOL.

Hi all,

Are there some rules in COBOL when it comes to processing sequence? I mean do we have IBM rule's document which explains about the processing sequence of logical operators in COBOL? Could someone please help.

Thanks
by Anil
Wed Jul 19, 2017 8:31 pm
Forum: CICS, Middleware and MQ Series.
Topic: InterTest and CICS program testing.
Replies: 4
Views: 706

InterTest and CICS program testing.

Hi, I've joined a new company. In this company they don't have any version control tool for mainframes. They make use of InterTest for CICS-COBOL program testing. Whenever one programmer is change program-x no other programmer can test program-x using InterTest. Is this not possible in InterTest tha...
by Anil
Wed Jan 18, 2017 10:39 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: z13 and z13s are different?
Replies: 5
Views: 750

Re: z13 and z13s are different?

Thanks for your help Robert.

Go to advanced search