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 578 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: COBOL and SQL IS BINARY DB2 column
misi01

Replies: 3
Views: 124

PostForum: Application Programming   Posted: Mon May 13, 2024 6:21 am   Subject: COBOL and SQL IS BINARY DB2 column
The actual content of the binary fields is only used as a sort of placeholder.

The actual s/w package is intended to mask things like SSN values so they can't be tied to a "real" person.W ...
  Topic: COBOL and SQL IS BINARY DB2 column
misi01

Replies: 3
Views: 124

PostForum: Application Programming   Posted: Tue May 07, 2024 2:37 am   Subject: COBOL and SQL IS BINARY DB2 column
I'll answer my own question in case anyone else has the same problem (a colleague helped me).
The following can insert a row into a table
insert into TDRT3C0
values( 0 -- LOG_NR_ORDER
,0 ...
  Topic: COBOL and SQL IS BINARY DB2 column
misi01

Replies: 3
Views: 124

PostForum: Application Programming   Posted: Tue May 07, 2024 1:23 am   Subject: COBOL and SQL IS BINARY DB2 column
We have a DB2 table defined with a column defined as Binary (yes, completely new for me as well).

When the copybook is generated the resulting DB2 definition is
,DL1_SEGMENT BI ...
  Topic: Pros and cons of name-Value pair tables in DB2
misi01

Replies: 3
Views: 1837

PostForum: Database   Posted: Fri Mar 22, 2024 2:56 am   Subject: Pros and cons of name-Value pair tables in DB2
So, reading 4 rows instead of 1, or did I misunderstand you?

To say it sounds inefficient must be an understatement.

How many times per day will it be read?
  Topic: Compiling Rexx scripts
misi01

Replies: 10
Views: 999

PostForum: TSO and ISPF   Posted: Sat Mar 02, 2024 3:02 am   Subject: Compiling Rexx scripts
I think you missed the bit where I wrote
as long as you don't try to actually use it

Not sure if want to compile the code using the NOCOMPILE option you mentioned.
I'm quite happy to see duplicat ...
  Topic: Compiling Rexx scripts
misi01

Replies: 10
Views: 999

PostForum: TSO and ISPF   Posted: Thu Feb 15, 2024 5:20 am   Subject: Keeping your Rexx source/CEXEC libraries in synch
The idea (?) behind compiled Rexx is to be able to distribute your code as object code only while "protecting" your source code from prying eyes.
One of the problems you're going to run int ...
  Topic: Compiling Rexx scripts
misi01

Replies: 10
Views: 999

PostForum: TSO and ISPF   Posted: Thu Feb 15, 2024 5:02 am   Subject: Compiling Rexx scripts
Thought I'd update this thread a bit more.
One of the "quirks" of the Rexx compiler (CREXX) is the fact that it is less "forgiving" than the interpretative variation (IREXX) (whic ...
  Topic: Compiling Rexx scripts
misi01

Replies: 10
Views: 999

PostForum: TSO and ISPF   Posted: Fri Feb 09, 2024 4:39 am   Subject: Experiences of compiling Rexx code.
After reading the documentation, it was actually easier than I thought.
The stripped down PROC I created was the same as that defined at

https://www.ibm.com/docs/en/zos/3.1.0?topic=by-rexxc-fan ...
  Topic: Compiling Rexx scripts
misi01

Replies: 10
Views: 999

PostForum: TSO and ISPF   Posted: Thu Feb 08, 2024 7:06 am   Subject: Cannot preview append
I was going to append a long description of how my attempts went compiling Rexx scripts, but the preview button is still failing.
  Topic: Compiling Rexx scripts
misi01

Replies: 10
Views: 999

PostForum: TSO and ISPF   Posted: Tue Feb 06, 2024 8:46 am   Subject: Compiling Rexx scripts
Thank you.
Lot to read and, I imagine, many pitfalls along the way Smile

Still, simply a matter of reading up, experimenting and taking notes of what to do to get it all working.
  Topic: Excluding IMS segments using File Manager IMS in batch
misi01

Replies: 8
Views: 1832

PostForum: Utilities   Posted: Wed Jan 17, 2024 8:26 am   Subject: Excluding IMS segments using File Manager IMS in batch
It's been a while, but I just had a bit of time over to test some more and finally arrived at the solution.
2 comments here.

I kept submitting the job and in the FM report saw the following:

...
  Topic: Excluding IMS segments using File Manager IMS in batch
misi01

Replies: 8
Views: 1832

PostForum: Utilities   Posted: Wed Jan 17, 2024 8:25 am   Subject: Excluding IMS segments using File Manager IMS in batch
Duplicate
  Topic: Excluding IMS segments using File Manager IMS in batch
misi01

Replies: 8
Views: 1832

PostForum: Utilities   Posted: Wed Jan 17, 2024 8:23 am   Subject: Excluding IMS segments using File Manager IMS in batch
It's been a while, but I just had a bit of time over to test some more and finally arrived at the solution.
2 comments here.

I kept submitting the job and in the FM report saw the following:

...
  Topic: Excluding IMS segments using File Manager IMS in batch
misi01

Replies: 8
Views: 1832

PostForum: Utilities   Posted: Wed Jan 17, 2024 8:22 am   Subject: Excluding IMS segments using File Manager IMS in batch
It's been a while, but I just had a bit of time over to test some more and finally arrived at the solution.
2 comments here.

I kept submitting the job and in the FM report saw the following:

...
  Topic: Compiling Rexx scripts
misi01

Replies: 10
Views: 999

PostForum: TSO and ISPF   Posted: Wed Jan 10, 2024 10:51 am   Subject: Compiling Rexx scripts
I searched the forum, but couldn't find anything that seemed relevant.
I am playing with compiling some Rexx code and have a few questions.

- when compiling, the compiled code ends up in a PDS. I' ...
 
Page 1 of 39 Goto page 1, 2, 3 ... 37, 38, 39  Next
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group