Co-authored by: Gregory Cernera ( Gregory.Cernera@ibm.com ) Tyler Steele ( Tyler.Steele@ibm.com ) IBM’s Decimal Arithmetic Library brings COBOL-style PICTURE clause editing to Java, making it possible to format numeric data with mainframe-style report rules such as floating currency...
I don't know if this is all, but you need to pass the fullword fields "by value". Here's a very basic test program that works. process nodynam process codepage(1047) identification division. program-id. 'regex1'. data division. working-storage section. 01 regex display pic x(364). 01 redefines...
I'm trying to use COBOL to match text strings (mainframe and server file names) to Regular Expressions used in our File Transfer system to determine the transmission route IDs for our input and output files. I'm using REGCOMP and REGEXEC modules in CEE.SCEELKED, statically linked to the calling...
As automation engineers, the Playwright Test for VS Code recorder is usually our best friend. We turn it on, click around our UI, and watch the test script practically write itself. But if you are building applications using IBM’s Carbon Design System , you will eventually run into a bizarre...
Until now, it has been challenging to determine which long-running ECBs might be preventing an E-type loader loadset from being accepted or deleted. With enough knowledge of the program attribute table (PAT) structure, you can enter a series of ZDPAT (display program attribute table) and ZDCOR ...
I finally figured out that the code as is works. I just needed to accept that a zero is a valid File Directory ID and let it go thru to the Read directory request which worked and returned the list of files in the directory
We are having problems with file IO handoffs from ITX to other systems. Typically these are fine when using file patterns for the pickup event, but we have some systems that use single wildcard * for pickup triggering. The traditional methods of write-then-rename don't work in these cases. We...
when in the editor, is there a way when you place your cursor on a tag, it can show the beginning or ending tag in the code? i know most editors has this functionality. Maybe i just have mine turned off. when i am editing egl, it does not work. if i am in js member, it works.
HI Bruno, You are not going to find any IBM provided SSL Certificates for TM1 versions that are out of support. The way to proceed here is to generate self-signed certificates - your InfoSec team should be able to do this. There are various articles on the IBM site regarding this but they will...