MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 24 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: Period missing after END-EXEC in WS
chuck

Replies: 1
Views: 532

PostForum: Application Programming   Posted: Fri Jun 28, 2024 2:10 pm   Subject: Period missing after END-EXEC in WS
Hi
We have a number of programs that are in production where we have this construct in W-S
EXEC SQL
INCLUDE blah
END-EXEC
EXEC SQL
INCLUDE blah
END-EXEC

Note that there is no period a ...
  Topic: SHIFT entire file contents
chuck

Replies: 2
Views: 891

PostForum: TSO and ISPF   Posted: Thu Mar 07, 2024 3:25 pm   Subject: SHIFT entire file contents
chuck,

You have to write your own DO WHILE logic to shift for each line and it is painstakingly slow. You are better running it in batch using a utility

Cool- this is classic example of tunnel ...
  Topic: SHIFT entire file contents
chuck

Replies: 2
Views: 891

PostForum: TSO and ISPF   Posted: Wed Mar 06, 2024 5:02 pm   Subject: SHIFT entire file contents
Hi,
If I use an edit macro to shift the instructions give example like this
ISREDIT SHIFT ( .ZCSR 10 where .ZCSR is the line on which the cursor is.

How would I shift all the lines?
Manually I ...
  Topic: MIPS consumption by jobs
chuck

Replies: 2
Views: 1478

PostForum: Other Technical Topics   Posted: Tue Feb 13, 2024 9:10 am   Subject: MIPS consumption by jobs
Thanks Kolusu. I will take this back to sysprog group. This is more than what I had yesterday- so hopefully will get us where we need to be.
  Topic: MIPS consumption by jobs
chuck

Replies: 2
Views: 1478

PostForum: Other Technical Topics   Posted: Mon Feb 12, 2024 12:08 pm   Subject: MIPS consumption by jobs
Hi
we are trying to migrate part of our mainframe applications off. i have been asked (and I am App Dev) to see if it's possible to find the amount of MIPS that's used by this subset of jobs (only ba ...
  Topic: CICS Web Services and EXEC CICS START
chuck

Replies: 3
Views: 2891

PostForum: CICS and Middleware   Posted: Wed Aug 23, 2023 8:58 am   Subject: CICS Web Services and EXEC CICS START
chuck,

Did you update the XML file to handle the terminal property?

<service>
<terminal_handler>
<cics_soap_1.1_handler/>
</terminal_handler>
</service>


I ...
  Topic: CICS Web Services and EXEC CICS START
chuck

Replies: 3
Views: 2891

PostForum: CICS and Middleware   Posted: Wed Aug 16, 2023 10:42 am   Subject: CICS Web Services and EXEC CICS START
chuck,

Did you update the XML file to handle the terminal property?

<service>
<terminal_handler>
<cics_soap_1.1_handler/>
</terminal_handler>
</service>


I ...
  Topic: CICS Web Services and EXEC CICS START
chuck

Replies: 3
Views: 2891

PostForum: CICS and Middleware   Posted: Wed Aug 09, 2023 3:15 pm   Subject: CICS Web Services and EXEC CICS START
I converted an existing CICS program to a web service but it's abending on an EXEC CICS START instruction because of the TERMID(EIBTRMID) clause. I removed it and it seems to be doing its thing somewh ...
  Topic: Sorting CH v PD
chuck

Replies: 2
Views: 1934

PostForum: Utilities   Posted: Mon May 15, 2023 4:26 pm   Subject: Sorting CH v PD
I have conveyed your response to my coworker. Thank you very much. He gave me some complicated reasoning for wanting to do this, but with your example I was able to dissuade him!
  Topic: Sorting CH v PD
chuck

Replies: 2
Views: 1934

PostForum: Utilities   Posted: Fri May 12, 2023 2:47 pm   Subject: Sorting CH v PD
Hi,
Posting on behalf of someone who is not very comfortable in forums and so on

Is there any real impact if you use PD or CH to sort signed packed decimal numbers?  I just ran a test and both so ...
  Topic: Using OPC dataset trigger
chuck

Replies: 2
Views: 2024

PostForum: Job Control Language(JCL)   Posted: Wed May 03, 2023 9:24 am   Subject: Using OPC dataset trigger
chuck,

You can code the FTP step to create the dataset rather than use a Pre-existing dataset. In the FTP cards , use
QUOTE SITE LRECL=nnnnn RECFM=xy BLKSIZE=nnnnnn primary=a secondary=b cyls
...
  Topic: Using OPC dataset trigger
chuck

Replies: 2
Views: 2024

PostForum: Job Control Language(JCL)   Posted: Mon May 01, 2023 4:30 pm   Subject: Using OPC dataset trigger
Hi,
We use OPC (TWS) for scheduling jobs. We have a job that is dataset triggered - an external process ftps a file to the mainframe and "overlays" a preexisting flat file
The last step of ...
  Topic: provide an editor window from within a rexx
chuck

Replies: 5
Views: 2509

PostForum: TSO and ISPF   Posted: Fri Nov 25, 2022 10:47 am   Subject: Re: provide an editor window from within a rexx
Hi
Instead when the user runs the script, from within the script I want to provide an ISPF edit session to the user to enter the list of elements, one on each line and at the end, hits F3.

Chuck, ...
  Topic: provide an editor window from within a rexx
chuck

Replies: 5
Views: 2509

PostForum: TSO and ISPF   Posted: Fri Nov 25, 2022 10:46 am   Subject: provide an editor window from within a rexx
I was curious with your suggestion (never seen that before).
My question is, what value did you have in MYEDIT (or is the idea that myedit resolves to 'your_userid.MYEDIT', and if so, is that a file ...
  Topic: provide an editor window from within a rexx
chuck

Replies: 5
Views: 2509

PostForum: TSO and ISPF   Posted: Wed Nov 23, 2022 4:56 pm   Subject: Re: provide an editor window from within a rexx
Hi
This seems to be a fairly obvious use case but all the googling I did just keeps returning pages on edit macros.

I have create a Rexx script where the user enters a list of elements in a datase ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group