I'm trying to use TJCLHashMap family of classes, but apparently this class has no useful public methods. All methods are "protected". How to use this class? Although JCL comes with some samples, I seem to miss something. A basic example would be great.
...
When we are submitted a job, following steps are executed sequentially.
Then what is the importance of DPRTY?
...
I've been coding and managing Java & ASP.Net applications & servers for my entire career. Now I'm being directed towards involvement in mainframes, ie z/OS & JCL, and I'm finding it difficult to wrap my head around it (they still talk about punch cards!). What's the best way to go about learning all this after having been completely spoi...
i'm using JCL's expression evaluator TEvaluator (a marvelous creation donated by barry kelly). (THANK YOU barry!)
background
i've used the AddFunc method.
function MyFunc:double;
begin
// calculations here
Result:=1;
end;
you can use the AddFunc method to make the function available:
AddFunc('MyFunc', MyFunc);
here's t...
I am a bit confused on how to create a symbolic variable in JCL for an assignment I am doing in my COBOL class.
For example, I am supposed to "Specify a symbolic parameter for the PARM option and specify TEST and APOST as the default."
How do I designate the "PARM" option to be a symbolic parameter?
EDIT: Forgive the oversight; it see...
Ok, so I am having some trouble figuring out how to get IEBGENER working in the way that I want it to. I should preface all this by saying that I am running IEBGENER in a z/OS environment on an academic mainframe.
Now, I have three JCL procedures (PROC) inline to some COBOL code that I am working with, and I need to stick IEBGENER in a...
Hi,
Here is my requirement....
I have 2 input files of 5200 length. A 7 byte key is used to compare both the files, if there is a match than it needs to be written to match file but while writing to match file i need few fields from infile1 and all other fields from infile2.
If there is no match than write to no match file.
Is it...
Hi,
I am working on migration project, migrating IBM apps to Microfocus Windows platform.
I am using the Microfocus Net Express tool to submit the jcl.I have done all teh system configuration settings required prior to run the jcl, for ex: MTO, JES settings.
After the execution I am able to see two steps execution output
SYSTSPRT
Mic...
I have a files containing both duplicate and non-duplicate
records. The file is already sorted by a key. I want to
determine those records that are duplicate and records that
are non-duplicate. If duplicate the record is moved to a
duplicate file and if non-duplicate that will be moved to
valid file.
I am using COBOL, and occurenc...
Hi,
Can anybody let me know the procedure to submit the Rexx jcl from Micro Focus server.
I have a Rexx program which replace double qoutes string to Single Quotes String . This is working in Mainframe.
But i want to run the same on Windows using Net Express. Any response will be appreciated.
...
Can someone tell me the best way to run a piece of JCL on IBM zOS from a Java web app on a different server (Windows). I also need get a response code back from the job.
The 2 options at the moment are:
1) Using JES - But its hard to get the response back
2) Make a call through a DB2 procedure.
Is there another (better) way
...
I have to solve a CSP logic problem using Java Constraints Library. For now I've managed to represent some constraints of the problem, most of them are based on "equals" and "not equals" binary constraints. My doubt is, how to represent an addition based constraint? Example:
variable1 belongs to DomainA
variable2 belongs to DomainB
var...
Hi,
I need to notify my application in some way whenever any file in the given directory has been changed (its content has been modified) ... is there any JCL/JVCL routine for that?
Thanks in advance ...
...
I'm looking for more current recommendations on the JCL. I need to choose between using the JCL or just using straight Log4j. I can see the benefits of JCL, but articles such as http://www.qos.ch/logging/thinkAgain.jsp leave me a little unsettled. However, these articles are a bit old and a search of JCL bug fixes seems to indicate so...
Hi
Which utility we can use to delete data from table using JCL or any code you can suggest here.
...
I have a INSYNC batch to 'extract' certain conditioned data output. For instance, below insync code extracts the data if 44 pos has a value of '25'. Question here is, I wanna get the output in a sorted manner based on a particular field. Can we incorporate the SORT criteria below. Suggestions are really appreciated.
FUNCTION=EXTRACT
IND...
Can we pass arguments to a REXX program from JCL?
I suppose, JCL PARM can be used as we use for passing arguments to COBOL programs.. Do put your ideas here...
...
I'm just starting COBOL, and ran into this with JCL... How do I compile a basic cobol program from my PDS, I know through instream it would just be
//SYSIN DD *
code code code
/*
I tried something like
//SYSIN DD DSN=the.pds.location(file),DISP=SHR
but all that shot back was garbage and a return code of 12 I think.
If anyone could ...
Please give me the links where I can find video tutorials for COBOL MAINFRAME JCL CICS Video Tutorials.
Please help.
...
Please give me some links or materials covering the explanation of TSO ISPF commands in mainframes and their use.
...