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 27 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: COBOL Compiler options for debug
chuck

Replies: 2
Views: 269

PostForum: Application Programming   Posted: Tue Oct 29, 2024 1:05 pm   Subject: COBOL Compiler options for debug
OK- I figured it out, should have experimented before rushing off to post, eh?

'SQL("APOSTSQL,VERSION(AUTO)"),CICS,TEST(SEP(DSNAME))' is all I needed. That ...
  Topic: COBOL Compiler options for debug
chuck

Replies: 2
Views: 269

PostForum: Application Programming   Posted: Tue Oct 29, 2024 10:01 am   Subject: COBOL Compiler options for debug
Hi,
What are the compiler parms when compiling a CICS program with V6.3 of the Cobol compiler to be able to debug the program via DTCN?
With v4 of the compiler these options work fine

// PARM.CO ...
  Topic: Period missing after END-EXEC in WS
chuck

Replies: 2
Views: 1129

PostForum: Application Programming   Posted: Tue Oct 29, 2024 9:56 am   Subject: Period missing after END-EXEC in WS
Sorry, should have responded to this. We did discover that stand alone precompiler (DSNHPC?) will ignore the fact that period is missing but if we used integrated precompiler of IGYCRCTL then it will ...
  Topic: Period missing after END-EXEC in WS
chuck

Replies: 2
Views: 1129

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: 1211

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: 1211

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: 2017

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: 2017

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: 3415

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: 3415

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: 3415

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: 2224

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: 2224

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: 2352

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: 2352

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 ...
 
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