Search found 50 matches

by Priya
Wed Jul 18, 2018 6:10 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: How to know LINKLIST order?
Replies: 8
Views: 4393

Re: How to know LINKLIST order?

If you use ISRDDN LINKLIST under TSO (ISPF command line TSO ISRDDN LINKLIST), you can see the order of the LINKLIST. This command worked but when I treid to search the member, it showed me this: Œ¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹œ 4 *** WARNING *** 4 4 *** WARNING *** 4 4 4 4 T...
by Priya
Wed Jul 18, 2018 6:03 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: How to know LINKLIST order?
Replies: 8
Views: 4393

Re: How to know LINKLIST order?

The LINKLIST order is established by parameters in SYS1.PARMLIB (different members for static and dynamic link lists).
When I tried to locate that dataset, I got the message that, "No data set names found"! Why would that happen?
by Priya
Wed Jul 18, 2018 6:02 am
Forum: Thought of the Day, General Talk & Jokes.
Topic: Count to a Million!
Replies: 234
Views: 77301

Re: Count to a Million!

223
by Priya
Mon Jul 09, 2018 12:20 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: How to know LINKLIST order?
Replies: 8
Views: 4393

How to know LINKLIST order?

Hi,

When we execute a program, how do we know where it was invoked from? I did research around it and got to know that there is a concept of LINKLIST. How to know LINKLIST order when a program is executed? Can some one please help.
by Priya
Wed Nov 08, 2017 11:03 am
Forum: Interview Questions.
Topic: What is the difference between COMP and COMP-3?
Replies: 7
Views: 4608

Re: What is the difference between COMP and COMP-3?

You need to move them to edit characters to display them. COMP is of 2 bytes and COMP-3 is 8 bytes. And COMP has sign over punched at it last nibble where as for COMP-3 it will take extra half byte for sign.
by Priya
Tue Dec 15, 2015 10:10 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Good Eats
Replies: 15
Views: 2781

Re: Good Eats

Are you fond of cooking?
by Priya
Tue Dec 15, 2015 10:08 pm
Forum: IBM DB2 and IMS DB/DC
Topic: Pre-compilation when DB2 is down.
Replies: 8
Views: 2168

Re: Pre-compilation when DB2 is down.

Thanks all.
by Priya
Thu Dec 10, 2015 2:13 pm
Forum: IBM DB2 and IMS DB/DC
Topic: Pre-compilation when DB2 is down.
Replies: 8
Views: 2168

Pre-compilation when DB2 is down.

Hi, In case if at some point of time DB2 is down, would that impact the pre-compilation process of a DB2-COBOL program? I ask this because when I was compiling a program the compilation went fine but when I tried to execute the job, it went down saying that DB2 is down. Later I came to know that, DB...
by Priya
Thu Dec 10, 2015 2:09 pm
Forum: JCL - Job Control Language.
Topic: Difference between steplib and proclib
Replies: 3
Views: 2007

Re: Difference between steplib and proclib

Yes, both are invoked by the EXEC statement, but different formats of the EXEC statement, which do different things. A PROC contains JCL. A PGM is executable. PROCLIB tells the system where to look for (additional) PROCs. STEPLIB tells the system where to look for (additional) PGMs (executable prog...
by Priya
Tue Nov 24, 2015 12:04 pm
Forum: JCL - Job Control Language.
Topic: Difference between steplib and proclib
Replies: 3
Views: 2007

Difference between steplib and proclib

What is the difference between steplib and proclib? When in a JCL, both programs and procedures are invoked by way of EXEC statements?
by Priya
Tue Aug 06, 2013 11:45 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Occurs are not allowed at 01/77, why?
Replies: 4
Views: 2501

Re: Occurs are not allowed at 01/77, why?

Thanks Robert - this is helpful.
by Priya
Tue Aug 06, 2013 11:44 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Sequential file processing.
Replies: 4
Views: 2365

Re: Sequential file processing.

Thanks Robert.
by Priya
Tue Aug 06, 2013 11:43 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Count to a Million!
Replies: 234
Views: 77301

Re: Count to a Million!

17
by Priya
Tue Aug 06, 2013 11:42 pm
Forum: JCL - Job Control Language.
Topic: GDG LRECL for different generations.
Replies: 4
Views: 2622

Re: GDG LRECL for different generations.

Thanks Robert. Experience speaks...
by Priya
Thu Jul 11, 2013 5:49 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Diff. between STOP RUN and GO BACK?
Replies: 11
Views: 4728

Re: Diff. between STOP RUN and GO BACK?

Robert Sample wrote:Executing STOP RUN in a CICS program would bring the entire CICS region down.
As far as I know - in old days, STOP RUN was the only way to "stop" the program - does that mean, during those days CICS had frequent problems because of STOP RUN?
by Priya
Thu Jul 11, 2013 5:47 pm
Forum: JCL - Job Control Language.
Topic: GDG LRECL for different generations.
Replies: 4
Views: 2622

Re: GDG LRECL for different generations.

If it is so - then what are the practical uses of GDGs? Why can't we just use a simple sequential file?
by Priya
Thu Jul 11, 2013 5:46 pm
Forum: JCL - Job Control Language.
Topic: BLDL error while creating a PDS Member.
Replies: 3
Views: 3191

Re: BLDL error while creating a PDS Member.

Thanks Robert. I did miss that.

It solved the problem.

Go to advanced search