Re: z/OSMF - again, next issue

2022-08-31 Thread Art Gutowski
On Tue, 30 Aug 2022 08:01:53 -0500, Carmen Vitullo wrote: >from what I was told by my teammate, Zsecure version 2.5 requires >z/osmf, I could be wrong, she could be mistaken, but the issues she's >having I think would affect Serverpac, or whatever it's called now, >build JCL and submit JCL. > >my

Re: Calculate deltas using DFSORT

2022-08-31 Thread Andrew Rowley
On 31/08/2022 10:02 am, Paul Gilmartin wrote: The DFSORT command syntax is dreadful -- too positional. It's hard to read ...,keyword,value,keyword,value,... Considerably better would be ,keyword(value), or ,keyword=value,... I'm not sure that it is that bad for defining a sort, but it does get

Automation of the TSO RECEIVE command

2022-08-31 Thread Lennie Dymoke-Bradshaw
The TSO commands TRANSMIT and RECEIVE are very useful for moving data around, particularly as TRANSMIT produces an 80-byte LRECL which works easily with in-stream JCL. But has anyone worked out a reliable mechanism to automate the use of the RECEIVE command? It always issues queries to the user.

Re: IDC3009I & IDC1566I with a weird dsn

2022-08-31 Thread Jack Zukt
Hi Joe, Thank you for you input. I had seen that.We are running 2.4 in which that APAR PTF (UJ00743) has already been SUP (UJ02056) I have 34 pairs of those messages for 7 usercats, on a job that lists 66 usercats. I think that if this was a bug t would affect all the listcats. I do not know how

Re: IDC3009I & IDC1566I with a weird dsn

2022-08-31 Thread Jack Zukt
Hi Allan, This "thing" has got no description; it is not a NONVSAM nor a VSAM entry. There is no VOLSER associared with it. I tried using IDCAMS DELETE NONVSAM but all I got in return was IDC3203I ITEM '.|.' DOES NOT ADHERE TO RESTRICTIONS. Which is not surprising considering that it does have

Re: Calculate deltas using DFSORT

2022-08-31 Thread Mario Bezzi
Sri Hari, Max, all, thank you very much from your kind help and support. I really appreciate it, and I hope to have the opportunity to reciprocate. mario -- For IBM-MAIN subscribe / signoff / archive access instructions, send

Re: Automation of the TSO RECEIVE command

2022-08-31 Thread Peter Vels
Just put the response on the next line of the input: RECEIVE INDSN('bla.XMIT') DATASET('bla.LOAD') On Wed, 31 Aug 2022, 20:19 Lennie Dymoke-Bradshaw, < 032fff1be9b4-dmarc-requ...@listserv.ua.edu> wrote: > The TSO commands TRANSMIT and RECEIVE are very useful for moving data > around, partic

Re: Automation of the TSO RECEIVE command

2022-08-31 Thread Robin Atwood
If you are using Rexx call the "queue" function to stack the response before you issue RECEIVE. Also make sure you have called "prompt('ON')". HTH Robin -Original Message- From: IBM Mainframe Discussion List On Behalf Of Lennie Dymoke-Bradshaw Sent: 31 August 2022 17:12 To: IBM-MAIN@LIST

Re: z/OSMF - again, next issue

2022-08-31 Thread Carmen Vitullo
thanks for that info Art, My teammate is not real familiar  with SHOP Z and the options available. she told me trying to order as CBPDO gave her an error, I'll work with her some more to see why again thanks Carmen On 8/31/2022 4:59 AM, Art Gutowski wrote: On Tue, 30 Aug 2022 08:01:53 -050

more locks in IRLM

2022-08-31 Thread Jason Cai
Hi all If there are more locks in IRLM by TRANS, will it make CICS address space or DB2 address space CPU increases or decrease? Any suggestions is great appreciated! Thanks a lot! Jason Cai -- For IBM-MAIN subscribe / si

Re: Automation of the TSO RECEIVE command

2022-08-31 Thread Paul Gilmartin
On Wed, 31 Aug 2022 11:12:12 +0100, Lennie Dymoke-Bradshaw wrote: >The TSO commands TRANSMIT and RECEIVE are very useful for moving data >around, particularly as TRANSMIT produces an 80-byte LRECL which works >easily with in-stream JCL. > But there's a hazard. The encoded data might by happensta

Re: IDC3009I & IDC1566I with a weird dsn

2022-08-31 Thread Carmen Vitullo
Jack, 2 things some to mind,  have you tried to use IDCAMS to delete the entry using NVR (non vsam) file DELETE FILE(DD1) -    'COMPONENT' NVR also I recall, you use FDR to compact volumes, and one volume during compaction fails it leaves a 'pointer' for the lack of a better term as an non s

Re: IDC3009I & IDC1566I with a weird dsn

2022-08-31 Thread Jack Zukt
Hi Carmen Thank you for the input. I have tried IDCAMS DELETE but to no avail. As for FDR, you are probably right. It might be something left from a job running FDR that ended abnormally. But considering the number of "lost" entries, some of those jobs must have considered complete even with the er

Re: z/OSMF - again, next issue

2022-08-31 Thread Keith Gooding
Why would anyone use CBPDO + SMP/E to install z/OS ? (Not a rhetorical question). Z/OSMF Serverpac installation is good but you may not want to use a Serverpac to install a single product such as z/secure. Keith > On 31 Aug 2022, at 13:09, Carmen Vitullo wrote: > > thanks for that info A

Re: more locks in IRLM

2022-08-31 Thread Massimo Biancucci
Jason, your question is really generic and I think you're talking about DB2 locks. To obtain a lock DB2 must use CPU so the more locks the more CPU you need. This usually is related to a workload growth or application change. If the number of locks is quite the same and the number of lock conten

Re: z/OSMF - again, next issue

2022-08-31 Thread Carmen Vitullo
I use, have been using for many years the ServerPac dialog, I like it, it's easy to use and you get 2 very clear docs 'using the dialog' and 'installing your order', and of course the migration guide. I've not use CBPDO, but IIRC when I joined state Gov long ago as a SYSPROG they used this off

ELAX DRAWDOWN??

2022-08-31 Thread Steve Thompson
Any one heard of this or what it is? I got asked about it and I've never heard of it, and it is supposedly an IBM product and I can't find doc on it in an IBM site. Regards, Steve Thompson -- For IBM-MAIN subscribe / signoff

Re: ELAX DRAWDOWN??

2022-08-31 Thread Carmen Vitullo
I have heard of some strange solution names, but ELAX DRAWDOWN, nope, not me Carmen On 8/31/2022 9:04 AM, Steve Thompson wrote: Any one heard of this or what it is? I got asked about it and I've never heard of it, and it is supposedly an IBM product and I can't find doc on it in an IBM site.

Re: ELAX DRAWDOWN??

2022-08-31 Thread Cameron Conacher
IBM's Elastic Storage Server (ESS) and Max Drawdown (MDD) ?? Maybe? …….Cameron -Original Message- From: IBM Mainframe Discussion List On Behalf Of Steve Thompson Sent: Wednesday, August 31, 2022 10:04 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [External] ELAX DRAWDOWN?? Any one heard of

Re: Calculate deltas using DFSORT

2022-08-31 Thread Paul Gilmartin
On Wed, 31 Aug 2022 05:55:46 -0500, Mario Bezzi wrote: >Sri Hari, Max, all, > >thank you very much from your kind help and support. > >I really appreciate it, and I hope to have the opportunity to reciprocate. > +1 Kolusu's assistance is priceless! I've read on about regular expressions. I se

CA-11

2022-08-31 Thread Steve Beaver
Does anyone know a replacement for CA-11? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: CA-11

2022-08-31 Thread Carmen Vitullo
BMC's CONTROL-D IIRC, there's a CONTROL Suite that will / can replace all of the products they work real well Carmen On 8/31/2022 10:16 AM, Steve Beaver wrote: Does anyone know a replacement for CA-11? -- For IBM-MAIN subsc

Re: [EXTERNAL] CA-11

2022-08-31 Thread Gorham, Steve
Control-M -Original Message- From: IBM Mainframe Discussion List On Behalf Of Steve Beaver Sent: Wednesday, August 31, 2022 11:17 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [EXTERNAL] CA-11 Does anyone know a replacement for CA-11? --

Re: Calculate deltas using DFSORT

2022-08-31 Thread Walt Farrell
On Wed, 31 Aug 2022 10:03:21 -0500, Paul Gilmartin wrote: > >"[^abc]" matches any string containing a character >other than a, b, or c. It matches "wombat". However, >"^[^abc]*$" matches strings containing no character >other than a, b, or c. It does not match "wombat". Was that something yo

Re: CA-11

2022-08-31 Thread Bill Johnson
The Control suite of products is quite good. D, M, O, IOA, etc. Sent from Yahoo Mail for iPhone On Wednesday, August 31, 2022, 11:19 AM, Carmen Vitullo wrote: BMC's CONTROL-D IIRC, there's a CONTROL Suite that will / can replace all of the products they work real well Carmen On 8/31/2022

Re: IDC3009I & IDC1566I with a weird dsn

2022-08-31 Thread Steely.Mark
I remember at one time IBM had a free / shareware tool that could delete bad DSN entries. I used it a couple of times - but it has been years and I can't remember the name or where it is. I will keep looking. Thanks -Original Message- From: IBM Mainframe Discussion List On Behalf Of

Re: Connect CDC SQDATA VSAM

2022-08-31 Thread Richard Philyaw
Hi KB, We support access to any sequential file. I’m not an IMS expert, and someone can correct me, but IMS logs appear to be allocated as a set of sequential files. As for OPERLOG/SYSLOG, assuming you mean DASD log data sets, yes that should work. Also, to clarify my comments about NFS vers

Re: IDC3009I & IDC1566I with a weird dsn

2022-08-31 Thread Carmen Vitullo
just checking back, Jack, you said you tried IDCAMS delete, If I had no luck using DELETE  VVR, I sometimes have luck with using NVR, the component types are different Carmen On 8/31/2022 8:04 AM, Jack Zukt wrote: Hi Carmen Thank you for the input. I have tried IDCAMS DELETE but to no avail.

Re: IDC3009I & IDC1566I with a weird dsn

2022-08-31 Thread Gibney, Dave
Try a free trial of one of the Catalog utility addons. Rocket has the Mainstar product. Dinosoft has one. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Jack Zukt > Sent: Wednesday, August 31, 2022 3:42 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: IDC3009I

Re: IDC3009I & IDC1566I with a weird dsn

2022-08-31 Thread Steely.Mark
Check this link: https://www.ibm.com/support/pages/vvdsfix-unsupported-vsam-utility-used-correct-problems-catalogs-and-vvds-entries It talks about VVDS Fix utility - I am not sure if you can download it any more - I have not been able to find a current download site. I have the load module. I

Re: Calculate deltas using DFSORT

2022-08-31 Thread Paul Gilmartin
(I forgot to ask whether the LOCALE command affects the interpretation of metacharacters in SYSIN. And to note that the Guide's using a proportional-spaced font makes syntax runes and examples confusing.) On Wed, 31 Aug 2022 10:21:42 -0500, Walt Farrell wrote: >On Wed, 31 Aug 2022 10:03:21 -0500

Re: IDC3009I & IDC1566I with a weird dsn

2022-08-31 Thread Jack Zukt
Hi Carmen Thanks for the idea Unfortunately it gives the same result Regards Jack On Wed, 31 Aug 2022 at 16:34, Carmen Vitullo wrote: > just checking back, Jack, you said you tried IDCAMS delete, If I had no > luck using DELETE VVR, I sometimes have luck with using NVR, the > component types ar

Re: IDC3009I & IDC1566I with a weird dsn

2022-08-31 Thread Jack Zukt
Hi Mark, Thank you for the suggestion. There is FIXVVDS on SYS1.LINKLIB with a description on SYS1.SAMPLIB. I am going to read and maybe give it a try. Regards Jack On Wed, 31 Aug 2022 at 17:01, Steely.Mark wrote: > Check this link: > https://www.ibm.com/support/pages/vvdsfix-unsupported-vsam-u

Re: IDC3009I & IDC1566I with a weird dsn

2022-08-31 Thread Jack Zukt
Hi Dave, I do not think that I will get the go ahead for that, even it would be worth a try. Thank you anyway Regards, Jack On Wed, 31 Aug 2022 at 16:49, Gibney, Dave < 03b5261cfd78-dmarc-requ...@listserv.ua.edu> wrote: > Try a free trial of one of the Catalog utility addons. Rocket has the

Re: IDC3009I & IDC1566I with a weird dsn

2022-08-31 Thread Gibney, Dave
I believe they are the best shot at fixing an issue like you describe. Since the garbage is in the usercat, FIXVVDS tools aren't likely helpful. You other possibility would be to define a new usercat and REPRO MERGECAT all the good entries to the new usercat. > -Original Message- > From

Re: IDC3009I & IDC1566I with a weird dsn

2022-08-31 Thread Steely.Mark
This is what I used for the SYSIN: //SYSINDD * CMD=DELBCSR;XXX.DSNCPY.X ; /* // //* NOTE: DSN MUST BE 44 CHARACTE

Re: Calculate deltas using DFSORT

2022-08-31 Thread Sri h Kolusu
Hi, One email with multiple responses. >>. I can never understand what the DFSORT solutions are doing from reading the >>control cards, and I'm sure I am not alone there. A programming language >>makes it much easier for the person who has to understand it in the future. Andrew, Just to be c

Re: IDC3009I & IDC1566I with a weird dsn

2022-08-31 Thread Carmen Vitullo
ok, just checking, as other have suggested, if you have Dynosoft's Trex or another comparable product, I think these can fix your issues. if they are FDR dummy 'CKPT' files, I'd just rerun the compactor job on these volumes Carmen On 8/31/2022 11:22 AM, Jack Zukt wrote: Hi Carmen Thanks for

Re: IDC3009I & IDC1566I with a weird dsn

2022-08-31 Thread Jack Zukt
Hi Dave, I am afraid that you are right about that. It seems to be a catalog only problem. Regards Jack On Wed, 31 Aug 2022 at 17:31, Gibney, Dave < 03b5261cfd78-dmarc-requ...@listserv.ua.edu> wrote: > I believe they are the best shot at fixing an issue like you describe. > Since the garbage

Re: IDC3009I & IDC1566I with a weird dsn

2022-08-31 Thread Jack Zukt
Hi Mark, Thank you fr the additional input Regards Jack On Wed, 31 Aug 2022 at 17:35, Steely.Mark wrote: > This is what I used for the SYSIN: > > //SYSINDD * > CMD=DELBCSR;XXX.DSNCPY.X ; > /* > // > //* NOTE: DSN MUST BE 44 CHARACTERS PADDED WITH BLANKS > > For some re

Re: CA-11

2022-08-31 Thread Chuck Kreiter
In a previous role, we replaced CA-11 with Encore from Cybermation (now CA/Broadcom). -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Beaver Sent: Wednesday, August 31, 2022 11:17 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: CA-11 Do

Re: Automation of the TSO RECEIVE command

2022-08-31 Thread Steve Horein
On Wed, Aug 31, 2022 at 7:56 AM Paul Gilmartin < 042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote: > It's safer if you use "DATA,DLM='U5ZMw0Di'", for example in JES2. In JES3, > you're SOL. > > ( I used "head -c6 /dev/random | uuencode -m x".) > > -- > gil > What leads you to believe DAT

Re: Calculate deltas using DFSORT

2022-08-31 Thread Tom Brennan
On 8/31/2022 9:35 AM, Sri h Kolusu wrote: I can post a note here describing what I'm trying to do along with some data samples, and like the elves who make shoes, complete JCL and SYSIN will magically appear the next morning. Tom, I believe this platform is to share and help each other. I fo

Re: Calculate deltas using DFSORT

2022-08-31 Thread Carmen Vitullo
+1 Tom, in my experience getting tradition help here has been great, especially in the DFSORT area, in my experience getting help with Java related issues, even from my vendors was spurratic(sp)  at best Carmen On 8/31/2022 12:30 PM, Tom Brennan wrote: On 8/31/2022 9:35 AM, Sri h Kolusu wrote

Re: Calculate deltas using DFSORT

2022-08-31 Thread Seymour J Metz
The not character for character classes in Unix regexen is Caret (^) rather than Logical Not (¬). I believes that this stems from an era when ASCII was in a state of flux and one code point could be either ^ or ¬. And, yes, [^string] matches a single character not containing an character in str

Re: Automation of the TSO RECEIVE command

2022-08-31 Thread Seymour J Metz
You put the necessary response in the stack. The details depend on whether you are using CLIST or REXX. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Lennie Dymoke-Br

Network issues at Dallas RDP site?

2022-08-31 Thread Farley, Peter x23353
The IBM Zxplore systems at the Dallas RDP site are unreachable (the Zxplore website says "network issues"). Has anyone heard anything about what those issues may be? Peter This message and any attachments are intended only for the use of the addressee and may contain information that is privil

Re: Calculate deltas using DFSORT

2022-08-31 Thread Seymour J Metz
"Give a man a fish and you feed him for a day. Teach him to fish and you feed him for life." An explanation is better than an example in the long run, although ideally you get both. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mai

Re: Automation of the TSO RECEIVE command

2022-08-31 Thread Matthew Stitt
Here is a snippet from my JCL: //TSO EXEC PGM=IKJEFT01,DYNAMNBR=20 //SYSTSPRT DD SYSOUT=* //SYSPROC DD DSN=MSTITT.CLIST,DISP=SHR //SYSTSIN DD * PROFILE NOPROMPT NOPREFIX RECEIVE INDA('MSTITT.IBM.HHOP850.F1.BIN') On

Re: Automation of the TSO RECEIVE command

2022-08-31 Thread Paul Gilmartin
On Wed, 31 Aug 2022 12:26:11 -0500, Steve Horein wrote: > >> > >It's safer if you use "DATA,DLM='U5ZMw0Di'", for example in JES2. In JES3, >> you're SOL. >> >> ( I used "head -c6 /dev/random | uuencode -m x".) > >What leads you to believe DATA or DLM is unacceptable with JES3? >I use it quite ext

Re: Calculate deltas using DFSORT

2022-08-31 Thread Walt Farrell
On Wed, 31 Aug 2022 16:35:27 +, Sri h Kolusu wrote: >>>The DFSORT manual (and others) should not attempt to explain regular >>>expressions. They should defer to citing a single publication with such an >>>explanation. > >I completely agree, however each component within IBM is implementin

Re: Calculate deltas using DFSORT

2022-08-31 Thread Walt Farrell
On Wed, 31 Aug 2022 11:13:57 -0500, Paul Gilmartin wrote: >>In any case, "[^abc]" does not match "wombat". It matches only a single >>character of a string. So, it might match the "w" in "wombat", or the "o", or >>the "m", or the "t", depending on other details of the input string being >>pro

Re: Automation of the TSO RECEIVE command

2022-08-31 Thread Paul Gilmartin
On Wed, 31 Aug 2022 13:22:28 -0500, Matthew Stitt wrote: >Here is a snippet from my JCL: > >//TSO EXEC PGM=IKJEFT01,DYNAMNBR=20 >//SYSTSPRT DD SYSOUT=* >//SYSPROC DD DSN=MSTITT.CLIST,DISP=SHR >//SYSTSIN DD * >PROFILE NOPROMPT NOPREFIX

Re: Calculate deltas using DFSORT

2022-08-31 Thread Paul Gilmartin
On Wed, 31 Aug 2022 13:30:14 -0500, Walt Farrell wrote: > >>But it might be proper to emphasize any difference between DFSORT's use of >>reg-ex and traditional beliefs. > >But, whose "tradition"? PERL, PCRE, Python, Boost, ... > >Does the DFSORT documentation name a standard that they've implemente

Re: Network issues at Dallas RDP site?

2022-08-31 Thread Sean Gleann
We received email from RDP timestamped 03:07UTC: "Due to required maintenance, the remote development environment is temporarily unavailable. We are working as quickly as we can to restore services, please be patient and we will update you as soon as possible." Nothing new since then. Have not be

Re: Calculate deltas using DFSORT

2022-08-31 Thread Paul Gilmartin
On Wed, 31 Aug 2022 13:30:14 -0500, Walt Farrell wrote: > >But, whose "tradition"? PERL, PCRE, Python, Boost, ... > Don't overlook . -- gil -- For IBM-MAIN subscribe / signoff / archive acce

Network issues at Dallas RDP site?

2022-08-31 Thread Sean Gleann
(Possible repeat - not sure if my previous response got through...) We received email from RDP timestamped 03:07UTC: "Due to required maintenance, the remote development environment is temporarily unavailable. We are working as quickly as we can to restore services, please be patient and we wil

Re: Network issues at Dallas RDP site?

2022-08-31 Thread Tony Tancredi
It's been down most of the day. Weird thing is their domain name: dtsc.dfw.ibm.com, doesn't even resolve through DNS. I guess they host their own DNS servers in the same environment. -- For IBM-MAIN subscribe / signoff / archive

Re: ELAX DRAWDOWN??

2022-08-31 Thread Tony Harminc
On Wed, 31 Aug 2022 at 10:04, Steve Thompson wrote: > Any one heard of this or what it is? > > I got asked about it and I've never heard of it, and it is > supposedly an IBM product and I can't find doc on it in an IBM site. > Sounds like a character in a novel or movie. Elax Drawdown, the new s

Re: ELAX DRAWDOWN??

2022-08-31 Thread Sri h Kolusu
>> ELAX DRAWDOWN?? Any one heard of this or what it is? Steve, Perhaps Enterprise Software Management Tool (ESMT) for tracking your license draw-downs? https://www.ibm.com/client-tools/esmt Thanks, Kolusu -- For IBM-MAIN s

Re: Automation of the TSO RECEIVE command

2022-08-31 Thread Willy Jensen
You can pull the information from the XMIT dataset and then either present it to the user in a dialog, or act upon it directly. Here is a snippet that 'says' the original datasetname and user.. /* get xmit datasetname */ arg inda

Re: ELAX DRAWDOWN??

2022-08-31 Thread Joe Monk
Isnt ELAX IBM rational products? Joe On Wed, Aug 31, 2022 at 9:04 AM Steve Thompson wrote: > Any one heard of this or what it is? > > I got asked about it and I've never heard of it, and it is > supposedly an IBM product and I can't find doc on it in an IBM site. > > Regards, > Steve Thompson >

Re: Automation of the TSO RECEIVE command

2022-08-31 Thread Tony Harminc
On Wed, 31 Aug 2022 at 06:14, Lennie Dymoke-Bradshaw < 032fff1be9b4-dmarc-requ...@listserv.ua.edu> wrote: > The TSO commands TRANSMIT and RECEIVE are very useful for moving data > around, particularly as TRANSMIT produces an 80-byte LRECL which works > easily with in-stream JCL. > > But has an

Re: Automation of the TSO RECEIVE command

2022-08-31 Thread Matthew Stitt
Interesting The next line was there when I copied it: PROFILE NOPROMPT NOPREFIX RECEIVE INDA('MSTITT.IBM.HHOP850.F1.BIN') DATASET('MSTITT.HHOP850.F1') Matthew On Wed, 31 Aug 2022 13:43:22 -0500, Paul Gilmartin wrote: >On Wed, 31 Aug 2022 13:22:28 -0500,

Re: Automation of the TSO RECEIVE command

2022-08-31 Thread Lennie Dymoke-Bradshaw
Gil, Yes, you're right. I have in the past I have scanned the card image file before sending and then built JCL which uses a DLM value which is OK. Lennie -Original Message- From: IBM Mainframe Discussion List On Behalf Of Paul Gilmartin Sent: 31 August 2022 13:56 To: IBM-MAIN@LISTSER

Re: Automation of the TSO RECEIVE command

2022-08-31 Thread Peter Van Dyke
Hi, I'm not sure if this meets your needs but when I have to send data sets in XMIT format to customers I'll create a job containing the XMIT data and TSO RECEIVE commands and send that to the customer, for example as an email attachment. Here's an example of the JCL for the job: //XMIT0001 JOB ()

Re: Automation of the TSO RECEIVE command

2022-08-31 Thread Paul Gilmartin
On Thu, 1 Sep 2022 08:47:39 +0800, Peter Van Dyke wrote: > >Here's an example of the JCL for the job: >/*... >//* >//XMIT01 DD DATA,DLM='@%' >*- Data created by XMIT for data set 1 -* > How do you ensure that the XMIT data does not contain '@%' in columns 1-2? Long ago, I experi

SFTP question

2022-08-31 Thread Peter
Hello Cross posted I am trying to send dataset to a Linux server which has a SFTP running on it. Is it possible to connect the Linux servers SFTP using mainframe JCL to put or get the file from Linux ? Peter -- For IBM-MAIN sub