Starting a started task from a started task

2021-01-14 Thread Horne, Jim
Hi all, This may sound like a stupid question but is there a way to start a second started task from a running one when the currently running one completes. I know how to submit a batch job from a final step of a started task but I don't know how to do the same sort of thing to initiate

Re: Starting a started task from a started task

2021-01-14 Thread ITschak Mugzach
Started tasks are started by a console command START (S ). There are more variations to the command, but this is the basic one. If you want the same task run in parallel with the same tak, add a name (S .yyy). ITschak ITschak Mugzach *|** IronSphere Platform* *|* *Information

Re: Starting a started task from a started task

2021-01-14 Thread R.S.
W dniu 14.01.2021 o 15:57, Horne, Jim pisze: Hi all, This may sound like a stupid question but is there a way to start a second started task from a running one when the currently running one completes. I know how to submit a batch job from a final step of a started task but I don't know how

Re: Why LE taking Transaction Dump rather than CEEDUMP?

2021-01-14 Thread Seymour J Metz
The OP wrote "at the moment Dallas has IPCS hosed up and unusable on our machine." So the questions is what the choices are until it's fixed. FWIW, I would certainly agree that problem analysis is much easier with IPCS, and I am normally very critical of the use of 19th Century formatted

Re: OS/360 COBOL life cycle dates?

2021-01-14 Thread Joe Monk
COBOL E and F are the same compiler, but with different features enabled. F has more features than E. Both were available in 1964. Joe On Thu, Jan 14, 2021 at 8:05 AM Seymour J Metz wrote: > The wiki article [[IBM COBOL]] has a table that is missing all of > > 360S-C0-503 COBOL (E) >

Re: Starting a started task from a started task

2021-01-14 Thread Mike Schwab
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.2.0/com.ibm.zos.v2r2.ieaa900/iea3a9_Description26.htm XCTL or XCTLX. Branches to another program. Returns to the caller of the program issuing XCTL(X). On Thu, Jan 14, 2021 at 8:58 AM Horne, Jim wrote: > > Hi all, > > This may sound like

Re: JCL to tar USS directory

2021-01-14 Thread R.S.
W dniu 14.01.2021 o 16:00, Bill Giannelli pisze: can anyone provide JCL to tar a USS directory? thanks Bill Correction: //K10  EXEC PGM=BPXBATCH,PARM='PGM /bin/tar -?' //STDOUT   DD SYSOUT=* //STDERR   DD SYSOUT=* -- Radoslaw Skorupka Lodz, Poland

Re: CCSID descriptions

2021-01-14 Thread Norbert Friemel
On Thu, 14 Jan 2021 08:17:23 -0600, Paul Gilmartin wrote: >On Wed, 13 Jan 2021 09:04:03 -0600, Norbert Friemel wrote: > >>On Wed, 13 Jan 2021 08:58:49 +, Windt, W.K.F. van der (Fred) wrote: >>> >>>The IBM website used to have complete descriptions of every CCSID including >>>a complete

Re: Starting a started task from a started task

2021-01-14 Thread Seymour J Metz
XCTL is not what the OP asked for. Jim needs to issue a start. I don't know his authorization status, environment or language. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Mike Schwab

Re: CCSID descriptions

2021-01-14 Thread Paul Gilmartin
On Wed, 13 Jan 2021 09:04:03 -0600, Norbert Friemel wrote: >On Wed, 13 Jan 2021 08:58:49 +, Windt, W.K.F. van der (Fred) wrote: >> >>The IBM website used to have complete descriptions of every CCSID including a >>complete overview of every character (glyph) in that CCSID with it's

Re: Why LE taking Transaction Dump rather than CEEDUMP?

2021-01-14 Thread Charles Mills
USER COMPLETION CODE=4087 REASON CODE= Which points to the incredibly helpful X'00' (0) Language Environment condition manager was in control at the time of the condition. The blasted "user" ABENDs from IBM products drive me nuts. System completion codes -- you know where to look them

JCL to tar USS directory

2021-01-14 Thread Bill Giannelli
can anyone provide JCL to tar a USS directory? thanks Bill -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: JCL to tar USS directory

2021-01-14 Thread R.S.
W dniu 14.01.2021 o 16:00, Bill Giannelli pisze: can anyone provide JCL to tar a USS directory? thanks //K10  EXEC PGM=BPXBATCH,PARM='SH tar parameterscd;ls' //STDOUT   DD SYSOUT=* //STDERR   DD SYSOUT=* ls is redundant, it is just as example of second command within the step. --

Re: Hogan Financial Systems. It is a banking system

2021-01-14 Thread Edgington, Jerry
When I worked for banks, several companies were still using Hogan for the DDA and Savings. One of them is in the Top 10 of the largest bank in the United States. That might be a good place to start. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Sent: Thursday,

Re: Progam directory AD/Cycle C/370

2021-01-14 Thread Seymour J Metz
> I have added the full No, it's missing the first decade. In fact, the pictured manual cover lists compilers that are not in the table. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List

OS/360 COBOL life cycle dates?

2021-01-14 Thread Seymour J Metz
The wiki article [[IBM COBOL]] has a table that is missing all of 360S-C0-503 COBOL (E) 360S-CB-524 COBOL (F) 360S-CB-545 COBOL (U) 5734-CB1 OS FULL AMERICAN NATIONAL STANDARD COBOL Versions 1-3 5734-CB2 OS FULL AMERICAN NATIONAL STANDARD COBOL Version 4, 5 Does anybody know

Re: FW: Hogan Financial Systems. It is a banking system

2021-01-14 Thread Joe Monk
https://www.dxc.technology/banking/offerings/11090/48573-hogan_systems those are the people to contact Joe On Thu, Jan 14, 2021 at 1:42 AM wrote: > Hello, > > I have been contacted by a company with the below request. Please contact > me if interested. > > > > Please rack your brain for

Re: Why LE taking Transaction Dump rather than CEEDUMP?

2021-01-14 Thread Mario Bezzi
If you have access to IPCS, an IP VERBX LEDATA 'ALL' command will give you a formatted dump similar to the CEEDUMP you are used to. mario On 1/13/21 5:58 PM, Seymour J Metz wrote: First, without a functioning IPCS all choices are bad. I would probably take a SYSUDUMP or SYSABEND, look at

Re: [EXTERNAL] Re: Starting a started task from a started task

2021-01-14 Thread Seymour J Metz
If you're authorized you can issue the command with MGCRE. For REXX scripts CONSOLE is convenient. You need the appropriate permissions. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List

Re: Starting a started task from a started task

2021-01-14 Thread Binyamin Dissen
On Thu, 14 Jan 2021 14:57:47 + "Horne, Jim" wrote: :>This may sound like a stupid question but is there a way to start a second started task from a running one when the currently running one completes. I know how to submit a batch job from a final step of a started task but I don't know

Re: Hogan Financial Systems. It is a banking system

2021-01-14 Thread Phil Smith III
Just to pile onto what Joe Monk said: Hogan was developed by Hogan Systems, bought by Continuum in 1995. A year or so later, CSC bought Continuum. At some point CSC rebranded Hogan to ConnectWise, but that never really "took". And a couple of years ago, CSC and DXC (formerly HPE, formerly HP

CICS and COBOL DISPLAY UPON CONSOLE

2021-01-14 Thread Frank Swarbrick
I just accidentally did a DISPLAY UPON CONSOLE statement in a CICS program and was surprised that it actually worked. The documentation seems to indicate that this is not supported. Has something changed? Is this supported or just "happens to work"? Enterprise COBOL V6.2 and CICS V5.4.

Re: [EXTERNAL] Re: Starting a started task from a started task

2021-01-14 Thread Horne, Jim
Thanks! I had not thought about CONSOLE. That will do the trick just fine! Jim Horne -Original Message- From: IBM Mainframe Discussion List On Behalf Of Seymour J Metz If you're authorized you can issue the command with MGCRE. For REXX scripts CONSOLE is convenient. You need the

Re: [EXTERNAL] Re: Starting a started task from a started task

2021-01-14 Thread Horne, Jim
And that's the problem, in a nutshell. The reason I am looking to start another STC is that initiators may be down. If I knew initiators would be up, I would just submit a batch job and call it done. In fact, I do that today but want to avoid problems when initiators are not available. Jim

Re: CICS and COBOL DISPLAY UPON CONSOLE

2021-01-14 Thread Gibney, Dave
Happens to work. Not supported, in that it isn't a good idea. And, it quite likely stalled the entire CICS region for a very brief moment. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Steve Horein > Sent: Thursday, January 14, 2021 2:37 PM > To:

Re: Code to verify LOGON password

2021-01-14 Thread Bob Bridges
It isn't just UACC(READ) or UID(*). Why does ~anyone~ have read access to the database? (To say nothing of update.) At a client I served a while back, I pointed out that a lot of people had read access, and quite a few had update. They argued that it was necessary so that their admins could

Re: CICS and COBOL DISPLAY UPON CONSOLE

2021-01-14 Thread Steve Horein
As an automation administrator, please try to stick with DISPLAY UPON SYSOUT. On Thu, Jan 14, 2021 at 11:56 AM Frank Swarbrick < frank.swarbr...@outlook.com> wrote: > I just accidentally did a DISPLAY UPON CONSOLE statement in a CICS program > and was surprised that it actually worked. The

Re: CICS and COBOL DISPLAY UPON CONSOLE

2021-01-14 Thread Frank Swarbrick
Thanks. From: IBM Mainframe Discussion List on behalf of Gibney, Dave Sent: Thursday, January 14, 2021 3:59 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: CICS and COBOL DISPLAY UPON CONSOLE Happens to work. Not supported, in that it isn't a good idea. And, it

Bug in DFSORT? [WAS: Merging multiple records using DFSORT]

2021-01-14 Thread Robert Prins
On 2021-01-12 16:12, Robert Prins wrote: I'm currently using this... I've posted the question to , and someone came up with a really very elegant way of performing this task, but his solution, unlike the one I posted in the start of this

Using JobClass condition in JES2 Policy

2021-01-14 Thread Roger Lowe
Hi, Am trying to get a JES2 Policy using the "JobClass" condition and I try and do the $POLICY IMPORT command it is failing with - $HASP1640 Error in condition expression in definition entry 1. $HASP1605 Syntax error 3 in expression near position 13. Name was not found.

Re: Hogan Financial Systems. It is a banking system

2021-01-14 Thread
Verhoef-Training company and Brian Miller - Brian Miller are looking for someone to teach a class on Hogan Banking system. Please contact Brian Miller if interested. I work for this company on a part time basis. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Phil

Re: Code to verify LOGON password

2021-01-14 Thread Seymour J Metz
Even there are tasks that require access to the RACF DB, they can probably be done under a userid to which you have proxy access. Security constraints don't just protect against malice, they can also protect against some mistakes. Update access to what resource? I'm not aware of any command in

Re: CCSID descriptions

2021-01-14 Thread David Price
Wikipedia used to have some great articles on each of the EBCDIC Code Pages. In July 2020 someone marked all 120+ pages for deletion for "lack of notability". In accordance with procedure, the relevant committee voted on this, and the majority decision was to keep the pages. However the