Search found 52 matches

by RyanFox
Wed Mar 28, 2018 6:35 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: How to make my REXX available everytime.
Replies: 4
Views: 1410

Re: How to make my REXX available everytime.

The standard way is to talk to the site support group. There is usually (but not always for all sites) a site-supported user library into which REXX members can be placed and become available site-wide. However, the ability to add to this user library is almost always restricted to only the site su...
by RyanFox
Thu Mar 15, 2018 11:25 am
Forum: JCL - Job Control Language.
Topic: Find the creation time of the GDG?
Replies: 6
Views: 1331

Re: Find the creation time of the GDG?

hmmm ok. Thanks Robert.
by RyanFox
Thu Mar 15, 2018 11:24 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: How to make my REXX available everytime.
Replies: 4
Views: 1410

Re: How to make my REXX available everytime.

Thanks nicc.

I thought a programmer could it his/her own!.
by RyanFox
Thu Mar 15, 2018 11:23 am
Forum: JCL - Job Control Language.
Topic: Where are sample JCLs are installed?
Replies: 8
Views: 1718

Re: Where are sample JCLs are installed?

it' more a question related to company standards and making new hires familiar with them every company has different habits, different standards, different practices Hi Enrico, I was thinking that that is the next possible question. If the libraries were standard, to an extent JCLs could have been ...
by RyanFox
Thu Mar 15, 2018 11:09 am
Forum: JCL - Job Control Language.
Topic: Where are sample JCLs are installed?
Replies: 8
Views: 1718

Re: Where are sample JCLs are installed?

There are standard SYSTEM libraries -- SYS1.LINKLIB, SYS1.PROCLIB, SYS1.PARMLIB and SYSx.IPLPARM as examples (SYSx may be SYS0 through SYS9). However, even system libraries are not necessarily standard across companies -- the COBOL compiler data sets I have seen include SYS1.IGY?????, SYS1.VmRnMp.I...
by RyanFox
Thu Mar 08, 2018 12:26 pm
Forum: JCL - Job Control Language.
Topic: Where are sample JCLs are installed?
Replies: 8
Views: 1718

Re: Where are sample JCLs are installed?

Hi Enrico and Robert,

Thank you. don't they have standard libraries for sample across companies? Will this not be confusing for all of us who try to learn and change companies in between?
by RyanFox
Thu Mar 08, 2018 10:12 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Can Tibco pull a file from mainframes.
Replies: 6
Views: 1266

Re: Can Tibco pull a file from mainframes.

Thanks Anuj. We also used the FTP path.
by RyanFox
Thu Mar 08, 2018 10:08 am
Forum: Interview Questions.
Topic: Logic to reverse a file in JCL.
Replies: 7
Views: 3196

Re: Logic to reverse a file in JCL.

Hi, If your file is of LRECL 80, you can use the below SORT as sample: //STEP01 EXEC PGM=SORT //SYSOUT DD SYSOUT=* //SORTIN DD DSN=... input file (FB/80) //SORTOUT DD DSN=... output file (FB/80) //SYSIN DD * INREC OVERLAY=(81:SEQNUM,8,ZD) SORT FIELDS=(81,8,ZD,D) OUTREC BUILD=(1,80) /* //*
by RyanFox
Thu Mar 08, 2018 9:31 am
Forum: JCL - Job Control Language.
Topic: Find the creation time of the GDG?
Replies: 6
Views: 1331

Re: Find the creation time of the GDG?

Thanks all.

So it is never meant to keep the time in the system? Is it not a basic thing to have? Just asking.
by RyanFox
Thu Mar 08, 2018 9:15 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: How to make my REXX available everytime.
Replies: 4
Views: 1410

How to make my REXX available everytime.

Hi, I have written a REXX code which is working fine for me. It is a macro. The problem is I wanted it to be available to me every time I login to my TSO and go to ISPF. I have added it to SYSPORC but it remains there until I'm logged in. Once I log-off and log in next day it is not there a way to m...
by RyanFox
Tue Feb 20, 2018 6:05 pm
Forum: JCL - Job Control Language.
Topic: Find the creation time of the GDG?
Replies: 6
Views: 1331

Find the creation time of the GDG?

Hi,

Can anyone please tell me how to find the creation time of a GDG Generation. I could only identify creation date...
by RyanFox
Mon Nov 20, 2017 11:43 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: passive and active transfers in FTP.
Replies: 1
Views: 490

passive and active transfers in FTP.

Hi,

Does the concept of passive and active transfers in FTP applies to mainframes? Could you please guide when do we go for passive transfer and when do we go for active transfer? Link to any manual describing this with an example would be great too.
by RyanFox
Mon Nov 20, 2017 9:50 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Can Tibco pull a file from mainframes.
Replies: 6
Views: 1266

Can Tibco pull a file from mainframes.

Hi, We have a system in which mainframes sends the file to SAP. SAP does not get in directly instead there is an FTP server given to us in production for Tibco where we send the file. This system has not been touched for many many years. Now for a requirement we need to test of sending a file in tes...
by RyanFox
Fri Nov 03, 2017 8:11 am
Forum: JCL - Job Control Language.
Topic: Where are sample JCLs are installed?
Replies: 8
Views: 1718

Where are sample JCLs are installed?

Hi,

I have been told that when a software in installed on your mainframe, they will also give some sample JCLS to use it. And these JCLs will be installed in some sample library. Where are sample JCLs are installed? Can someone please tell me.
by RyanFox
Fri Oct 13, 2017 5:49 pm
Forum: JCL - Job Control Language.
Topic: How to check the database status and execute the step?
Replies: 1
Views: 405

How to check the database status and execute the step?

Hi,

One of our Job fails every now and then for the reason that database is locked. The Job is scheduled to run when CICS is active. Can we somehow check the status of the database and based on that execute the step of the Job? This way, step might retry to execute after some delay.
by RyanFox
Fri May 05, 2017 11:14 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Websites where white papers can be shared.
Replies: 4
Views: 732

Re: Websites where white papers can be shared.

Thanks Enrico.

Yes it's a big word and I had to leave the paper in between too. Just in case, if you'd like to suggest some of the readings on mainframe white papers it will be helpful.
by RyanFox
Fri May 05, 2017 11:11 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Way to kill a TSO session?
Replies: 1
Views: 4896

Way to kill a TSO session?

Hi,. It might be an easy question but sometime it bugs us badly and really want to know the ways to kill my TSO session. It usually happens that one of us with in our team will lost network connection and when we try to reconnect to TSO session it ends up in "user already in use". And the ...
by RyanFox
Fri Oct 07, 2016 12:00 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Websites where white papers can be shared.
Replies: 4
Views: 732

Re: Websites where white papers can be shared.

It looks like I was not polite enough in my initial post, sorry if you felt so, I didnot mean that. I just wanted to see what are such websites which you think are worth exploring. I know some of them but thought here I might ask for more inputs from siimilar mindsets.
by RyanFox
Thu Oct 06, 2016 2:46 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Websites where white papers can be shared.
Replies: 4
Views: 732

Websites where white papers can be shared.

Hi,

I have been looking for some websites or online Forums where we can publish white papers written on mainframes. Can you please share such wesbites if you know any of them? I know some such as, CMG, like that what are more such places which can be of a good start?

Go to advanced search