Search found 20 matches

by Bhaskar Virgo
Mon May 30, 2016 11:19 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Edit a big sequential file in ISPF.
Replies: 19
Views: 3589

Re: Edit a big sequential file in ISPF.

What you are seeing is the address space being used for your TSO user id -- you will note that the JES ID will start with TSU, not JOB like submitted jobs.
Yes, it starts with TSU.
by Bhaskar Virgo
Mon May 30, 2016 11:14 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Edit a big sequential file in ISPF.
Replies: 19
Views: 3589

Re: Edit a big sequential file in ISPF.

Thanks! As the "log on " screen you were saying about is not visible at my office. So I think it is disabled. Thanks for the confirmation on the TSO user ID details.
by Bhaskar Virgo
Mon May 30, 2016 11:13 am
Forum: CICS, Middleware and MQ Series.
Topic: Tracing the login details in CICS.
Replies: 11
Views: 1041

Re: Tracing the login details in CICS.

Thanks for the reply Robert and dory if I have written something wrong. I was just trying to answer of the need. We are already in talk with the site support group.
by Bhaskar Virgo
Sun May 29, 2016 9:46 pm
Forum: CICS, Middleware and MQ Series.
Topic: Tracing the login details in CICS.
Replies: 11
Views: 1041

Re: Tracing the login details in CICS.

There is a screen which is a used during UAT testing. This screen initially had access only to 3 to 5 IDs but now that has been increased to 15. It is expected to get more users in future, up to 100. For this screen there had been complains about password getting locked. We, on support side, got esc...
by Bhaskar Virgo
Sun May 29, 2016 9:39 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Edit a big sequential file in ISPF.
Replies: 19
Views: 3589

Re: Edit a big sequential file in ISPF.

Thanks. I have also seen that in SDSF when I am logged in I see a job against my ID. When I browse it, it also shows me a region value. Can that be of help in this relation?
by Bhaskar Virgo
Tue May 24, 2016 1:53 pm
Forum: CICS, Middleware and MQ Series.
Topic: Tracing the login details in CICS.
Replies: 11
Views: 1041

Re: Tracing the login details in CICS.

Thanks POINSOT. Can we code this like EXEC CICS command in the program? I have searched on the TRACE and found this link: https://www.ibm.com/support/knowledgecenter/SSGMCP_5.3.0/com.ibm.cics.ts.systemprogramming.doc/transactions/cetr/dfha727.html%23dfha727?cp=SSGMCP_5.3.0%2F10-10-6-3-11 and then we...
by Bhaskar Virgo
Mon May 23, 2016 5:23 pm
Forum: CICS, Middleware and MQ Series.
Topic: Tracing the login details in CICS.
Replies: 11
Views: 1041

Tracing the login details in CICS.

Hi,

Is there any way to trace the login details in CICS? I mean for a screen if I want to show the last unsuccessful login attempt details once the user logs in successfully in CICS. Can such a thing be done on CICS? Please suggest, I searched but not sure if I used correct serach key words.
by Bhaskar Virgo
Mon May 23, 2016 5:14 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Edit a big sequential file in ISPF.
Replies: 19
Views: 3589

Re: Edit a big sequential file in ISPF.

Thanks Robert. I understand the concern you made about getting in touch with support group. But can you please also tell me how do we really change it or where do we see the change if one is made, by support?
by Bhaskar Virgo
Thu May 19, 2016 1:52 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Edit a big sequential file in ISPF.
Replies: 19
Views: 3589

Edit a big sequential file in ISPF.

Hi,
How can we edit a huge file in ISPF itself? Whenever I try to edit a bug sequential file it goes to browse substituted mode. Can you please guide if there is any way to edit such huge files? Regards.
by Bhaskar Virgo
Mon Jul 06, 2015 2:05 pm
Forum: SAS & Cloud Computing.
Topic: Simulator for SAS or some other way to start with.
Replies: 7
Views: 4377

Re: Simulator for SAS or some other way to start with.

Thanks Robert.

If we have hercules up and running, can we use that to learn SAS?
by Bhaskar Virgo
Mon Jul 06, 2015 2:04 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Help in removing last digits from sequential file.
Replies: 3
Views: 678

Re: Help in removing last digits from sequential file.

I have used NUM ON, UNNUM followed by NUM OFF and it helped for this.

I have asked the support but they are not familiar with this behaviour. :(
by Bhaskar Virgo
Fri Jun 19, 2015 7:46 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Help in removing last digits from sequential file.
Replies: 3
Views: 678

Help in removing last digits from sequential file.

Hi,

I am in a new project. Over here only I am facing this problem. Many times, I found some sequential datasets have some number in the last 8 byte and don't get deleted even when in edit mode. Any proper way of removing them?
by Bhaskar Virgo
Fri Jun 19, 2015 6:21 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Count to a Million!
Replies: 234
Views: 74042

Re: Count to a Million!

160.
by Bhaskar Virgo
Tue Jun 02, 2015 1:02 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Count to a Million!
Replies: 234
Views: 74042

Re: Count to a Million!

151.
by Bhaskar Virgo
Mon May 19, 2014 6:40 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: MOVE and LOW-VALUES.
Replies: 4
Views: 3773

Re: MOVE and LOW-VALUES.

Thanks William.

nicc, I've aksed Anuj to change that some time back...I'm not sure why he has not chnged it. I had the sme problem with two vriables and mixed the error messge and the declaration while posting here.
by Bhaskar Virgo
Mon May 19, 2014 5:28 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: MOVE and LOW-VALUES.
Replies: 4
Views: 3773

MOVE and LOW-VALUES.

Hello, In the program, I've a field declared in working storage variable as: 05 WS-FEE PIC S9 (8) USAGE COMP. and in procedure division I have: MOVE LOW-VALUES TO WS-FEE. With this, I got an error which states: "LOW-VALUES" and "WS-FEE (BINARY INTEGER)" did not follow the "M...
by Bhaskar Virgo
Thu Oct 17, 2013 3:38 pm
Forum: Suggestions & Feedback : About the website.
Topic: How did you find us?
Replies: 294
Views: 500621

Re: How did you find us?

One of my friends referred to this site...
by Bhaskar Virgo
Thu Oct 17, 2013 3:27 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Count to a Million!
Replies: 234
Views: 74042

Re: Count to a Million!

074
by Bhaskar Virgo
Thu Oct 17, 2013 3:19 pm
Forum: SAS & Cloud Computing.
Topic: Simulator for SAS or some other way to start with.
Replies: 7
Views: 4377

Simulator for SAS or some other way to start with.

Hi, I'm trying to learn SAS. I'm reading through some books and manuals. However, in the process, I thought if I can write some initial programs and practice them - it'll help me better. With that I'm thinking if there can be some simulator available to practice some "Hello World" programs...
by Bhaskar Virgo
Sun Aug 04, 2013 10:05 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: The Project: Programmer To CEO.
Replies: 2
Views: 1221

The Project: Programmer To CEO.

Here are excerpts from a conversation: Programmer to Team Leader: "We CANNOT do this proposed project. It will involve a major design change and no one in our team knows the design of this system. And above that, nobody in our company knows the language in which this application has been writte...

Go to advanced search