Search found 12 matches

by FatimaP12
Mon Feb 22, 2016 2:58 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Cancel TSO Session using JCL?
Replies: 11
Views: 1735

Re: Cancel TSO Session using JCL?

I have no problem in sharing what has worked for me.
by FatimaP12
Tue Feb 09, 2016 11:58 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: print already open in XDC ISPF command.
Replies: 4
Views: 1905

Re: print already open in XDC ISPF command.

Thanks for the responses. I did not do anything but now it's working for me though I do not know what has solved it for me.
by FatimaP12
Tue Feb 09, 2016 11:52 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Cancel TSO Session using JCL?
Replies: 11
Views: 1735

Re: Cancel TSO Session using JCL?

Hi all,

This has worked for me.

Code: Select all

//STEP01 EXEC PGM=IEFBR14 
//   COMMAND 'C U=myracfid'
by FatimaP12
Tue Jan 12, 2016 11:12 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Cancel TSO Session using JCL?
Replies: 11
Views: 1735

Re: Cancel TSO Session using JCL?

Ask your technical support team. They will know the procedure they want you to use to do this (even if it means you telephone someone and get them to do it). Attempting to run random bits of JCL picked up from the Internet is unlikely to be the suggested course of action. Yes this is what I did. Bu...
by FatimaP12
Tue Jan 12, 2016 11:11 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: print already open in XDC ISPF command.
Replies: 4
Views: 1905

Re: print already open in XDC ISPF command.

William Collins wrote:At the point at which the XDC was successful, what is the message in the top right of your screen?

I don't recall it correctly but it was like "Print is Successful"..
by FatimaP12
Tue Jan 12, 2016 11:10 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Cancel TSO Session using JCL?
Replies: 11
Views: 1735

Re: Cancel TSO Session using JCL?

Pandora-Box wrote:what do you mean by hanged?
Are you executing any foreground programs that is in loop?

Also if you just wanted to reconnect

Try

Code: Select all

TSO <USERID> RECONNECT
No, no program was executing but at left bottom of the screen a clock kept on showing up and showing up.
by FatimaP12
Tue Jan 12, 2016 11:08 am
Forum: IBM DB2 and IMS DB/DC
Topic: is there a difference between the table in Cobol and db2?
Replies: 4
Views: 636

Re: is there a difference between the table in Cobol and db2?

nicc wrote:A table in COBOL is the equivalent of an array in other languages - however, use 'table' and not 'array' when speaking about COBOL.
Yes, that's what I was confused as in language C we learned about arrays only. But this is a good point. I shall remember it, it will make more professional.
by FatimaP12
Tue Jan 12, 2016 10:46 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Cancel TSO Session using JCL?
Replies: 11
Views: 1735

Re: Cancel TSO Session using JCL?

nicc wrote:Hanged! Executing! Gosh - IT is becoming deadly this year! :)
I might not be correct in using the terms but then what do you call it? Please guide me.
by FatimaP12
Tue Jan 12, 2016 10:43 am
Forum: IBM DB2 and IMS DB/DC
Topic: is there a difference between the table in Cobol and db2?
Replies: 4
Views: 636

Re: is there a difference between the table in Cobol and db2?

They are very different. They use the same name because one comes from nomenclature in the development of the COBOL language in 1959 and one comes from the nomenclature of the development of the idea of the relational database model in the years up to 1970. It is unfortunate, but there it is. Just ...
by FatimaP12
Mon Jan 04, 2016 5:02 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: print already open in XDC ISPF command.
Replies: 4
Views: 1905

print already open in XDC ISPF command.

Hi, For a unit test result, I needed to copy sysout to one of my PDS. To do this, I used XDC and in the next panel the dataset name in which I want the sysout to be copied. The XDC was successful. Now after that the job went into a print queue with some position like 3783. Now when I issue the XDC, ...
by FatimaP12
Mon Jan 04, 2016 4:40 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Cancel TSO Session using JCL?
Replies: 11
Views: 1735

Cancel TSO Session using JCL?

Hi,

Can we cancel a TSO Session using JCL? I got my ID hanged today and the support desk said ask to cancel the TSO session in the team. Some can have a JCL to cancel the sessions. But as most of us are new here, no one knows of such a JCL. Does any one of you have such JCL available? Please share.
by FatimaP12
Mon Jan 04, 2016 4:34 pm
Forum: IBM DB2 and IMS DB/DC
Topic: is there a difference between the table in Cobol and db2?
Replies: 4
Views: 636

is there a difference between the table in Cobol and db2?

Hi,

I am very new to the mainframes and find this confusing. Is there any difference between the table in Cobol and db2? If they are different is there a significance of using the same name for both? Thanks for you help.

Go to advanced search