Search found 20 matches

by Ramnath
Mon May 30, 2016 11:19 am
Forum: JCL - Job Control Language.
Topic: Find the execution frequency of the job.
Replies: 2
Views: 603

Re: Find the execution frequency of the job.

Talk to your CA-7 support group.  They have job execution information available easily in CA-7.  Other possible sources are the system log (which may have restricted access), and the SMF data (which almost all sites restrict access to).  There is little that an application programmer can do, depend...
by Ramnath
Sun May 29, 2016 8:23 pm
Forum: JCL - Job Control Language.
Topic: Find the execution frequency of the job.
Replies: 2
Views: 603

Find the execution frequency of the job.

Hi, How can we know the execution frequency of the job? We use CA-7 but we don't have access to it. I looked in the SAR also to knwo the if the job executes weekly or daily but many a times there are job which would not follow any pattern. For such jobs is there really a way to identify the job freq...
by Ramnath
Tue May 24, 2016 1:49 pm
Forum: Interview Questions.
Topic: Move -1 to the length field.
Replies: 6
Views: 650

Re: Move -1 to the length field.

nicc wrote:CICS is just another program. The designers decided that, for this situation, -1 should be passed.
I had said something similar like it's the rule, this is how it is done. But the question was why it is done? Which I could not answer to the interviewer's satisfaction.
by Ramnath
Tue May 24, 2016 1:47 pm
Forum: Interview Questions.
Topic: Move -1 to the length field.
Replies: 6
Views: 650

Re: Move -1 to the length field.

Robert Sample wrote:The length field is binary.  What is -1 as a binary value?
Two's complement of 1?

As length would be S9(4) COMP - then it would have all 1s?
by Ramnath
Mon May 23, 2016 5:02 pm
Forum: Interview Questions.
Topic: Move -1 to the length field.
Replies: 6
Views: 650

Re: Move -1 to the length field.

Sorry nicc but I did not get you? Can you please explain again?
by Ramnath
Mon May 23, 2016 2:34 pm
Forum: Interview Questions.
Topic: Move -1 to the length field.
Replies: 6
Views: 650

Move -1 to the length field.

Hi,

I was asked that, we know that -1 is moved to the length field in when we use dynamic symbolic cursor positioning in CICS but the question is why do we do so? Why not move some other negative or a positive number ?

I just don't know the answer for it, can someone experienced please help.
by Ramnath
Mon May 23, 2016 2:06 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Access USS using TELNET.
Replies: 2
Views: 475

Re: Access USS using TELNET.

Thanks Robert. I'll explore this more now.
by Ramnath
Fri May 20, 2016 3:35 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Access USS using TELNET.
Replies: 2
Views: 475

Access USS using TELNET.

Hi
Is there any possibility access USS via Telnet and by not going to TSO?

Thanks
by Ramnath
Tue May 17, 2016 3:25 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Difference between cache and virtual memory.
Replies: 4
Views: 486

Difference between cache and virtual memory.

Hi,

What is the difference between cache and virtual memory? Don't they just serve a very similar purpose? Can anyone of you please share your views on it?
by Ramnath
Wed Jun 24, 2015 12:41 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Using SEARCH without setting INDEX in COBOL.
Replies: 14
Views: 2913

Re: Using SEARCH without setting INDEX in COBOL.

I re-read my posts and understand that how less I was making sense in getting the answer. Thanks for your all help, it really heped me to understand about SEARCH and SEARCH ALL.
by Ramnath
Thu Jun 04, 2015 2:29 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Using SEARCH without setting INDEX in COBOL.
Replies: 14
Views: 2913

Re: Using SEARCH without setting INDEX in COBOL.

I wrote a post but i am not able to see it now...

If want the table to be in specific order then the INDEX needs be defined..right?
by Ramnath
Mon Jun 01, 2015 7:55 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Can (How to)we use both lower & upper case letters in cobol?
Replies: 2
Views: 3514

Re: Can (How to)we use both lower & upper case letters in co

I made use of line commands LC and UC frequently after your suggestion and this has helped in doing what I was after. Thank you.
by Ramnath
Mon Jun 09, 2014 12:02 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Can (How to)we use both lower & upper case letters in cobol?
Replies: 2
Views: 3514

Can (How to)we use both lower & upper case letters in cobol?

Hi, Can anyone let me know how to use the mix of both the lower and upper case letters in the cobol program? If we use CAPS ON it will type only CAPS and even if we keep the "caps lock" on and CAPS ON is not set in profile, all comes back to lower case. So is there any way to get around it?
by Ramnath
Mon Jun 09, 2014 12:00 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Using SEARCH without setting INDEX in COBOL.
Replies: 14
Views: 2913

Re: Using SEARCH without setting INDEX in COBOL.

I came to know that for SEARCH to work in COBOL defining INDEX is mendatory but I could not test it, as I don't have the mainframe access yet.
by Ramnath
Mon May 19, 2014 4:51 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Using SEARCH without setting INDEX in COBOL.
Replies: 14
Views: 2913

Using SEARCH without setting INDEX in COBOL.

Hi,

What happens if we donot set the index before search, will this work?
by Ramnath
Sun Aug 04, 2013 10:54 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Structured Cobol Programming and Object Oriented COBOL...
Replies: 3
Views: 2607

Structured Cobol Programming and Object Oriented COBOL...

What is the difference between Structured Cobol Programming and Object Oriented COBOL programming?

Go to advanced search