Author |
Message |
Topic: DISPLAY IN ASSEMBLER |
German Castillo
Replies: 2
Views: 1491
|
Forum: Application Programming Posted: Thu Jan 18, 2007 1:58 am Subject: DISPLAY IN ASSEMBLER |
Hello!
Search for the WTO/WTOR macro
Countless examples are already in the archives |
Topic: Check whether Dataset is existed or not |
German Castillo
Replies: 21
Views: 14496
|
Forum: TSO and ISPF Posted: Thu Aug 10, 2006 11:41 pm Subject: Check whether Dataset is existed or not |
Sure it is posible, just use the sysdsn function, something like this:
If SYSDSN(OUTDATASET) = "OK" Then ... |
Topic: Regarding S0C4 |
German Castillo
Replies: 10
Views: 7824
|
Forum: Job Control Language(JCL) Posted: Fri Jul 28, 2006 6:46 am Subject: Regarding S0C4 |
Hello,
IGZCEV5 belongs to LE and It has some CSECTS, does several 'calls', normally to COBOL Init routines described in your load module preface and/or as well as other LE modules. From this fac ... |
Topic: Why started task doesnot require initiator ? |
German Castillo
Replies: 7
Views: 2703
|
Forum: Job Control Language(JCL) Posted: Wed Jul 26, 2006 3:56 am Subject: Why started task doesnot require initiator ? |
... the system (through the initiator) does not permit both jobs to run at the same time....
It depends. I think you are talking about datasets other than VSAM, in which case and depending upon the ... |
Topic: Passing parameters to INTERNAL READER |
German Castillo
Replies: 7
Views: 4095
|
Forum: Job Control Language(JCL) Posted: Wed Jul 26, 2006 3:45 am Subject: Passing parameters to INTERNAL READER |
Hello
Maybe using JCl // IF .. ELSE .. ENDIF Logic would help you in the above cases? |
Topic: Regarding S0C4 |
German Castillo
Replies: 10
Views: 7824
|
Forum: Job Control Language(JCL) Posted: Wed Jul 26, 2006 3:39 am Subject: Regarding S0C4 |
Hello!
The abended module IGZCEV5 is trying to do something, perhaps it needs some other module. Check for weak external errors in your Lked procedure. Check with your system programmers wheter or ... |
Topic: How to execute a program through REXX !! |
German Castillo
Replies: 5
Views: 6245
|
Forum: TSO and ISPF Posted: Tue Jul 04, 2006 4:23 am Subject: How to execute a program through REXX !! |
Executing directly from the load dataset is my preferred method.
Check out for messages from the program you are executing. There may even be some datasets allocated dinamically, check it out in yo ... |
Topic: How to know the creator of a PS dataset |
German Castillo
Replies: 6
Views: 3480
|
Forum: TSO and ISPF Posted: Sat Jun 10, 2006 4:58 pm Subject: How to know the creator of a PS dataset |
The requested information lies inside a SMF record. Surely in your shop somebody already has SMF extractors, else check the CBT site. |
Topic: IEBGENER - Concatenation Permanent & Temporary Datasets |
German Castillo
Replies: 6
Views: 11554
|
Forum: Utilities Posted: Fri Jun 09, 2006 11:42 pm Subject: IEBGENER - Concatenation Permanent & Temporary Datasets |
First it all, please, check it out:
http://www.mvsforums.com/helpboards/viewtopic.php?t=2566&highlight=verify
Finally, while it is not the best solution, but a rather practical one, using Sh ... |
Topic: Changeman Compile |
German Castillo
Replies: 5
Views: 4465
|
Forum: Utilities Posted: Thu May 04, 2006 11:23 am Subject: Changeman Compile |
There is a way... I myself wouldn't do it, since I will have a load module in baseline without its corresponding source module.
For what it is worth, here it goes...
Just Stage (Option C1 would ... |
Topic: Handle condition |
German Castillo
Replies: 1
Views: 1919
|
Forum: CICS and Middleware Posted: Thu Apr 13, 2006 7:07 pm Subject: Handle condition |
My crystal ball doesn't show anything. This ussually means that it doesn't have enough information to work upon....
Why do you assume it has to return somewhere else?
Now one simple clue...
... |
Topic: how to get a member information in pds when not available |
German Castillo
Replies: 2
Views: 1447
|
Forum: TSO and ISPF Posted: Wed Mar 22, 2006 7:50 am Subject: how to get a member information in pds when not available |
You are looking for ISPF STATISTICS, which are created/mantained by ISPF-like applications
PDS Members have a directory entry for every one, which contains an USER AREA, anyone can put anything in ... |
Topic: Comparision of two programs |
German Castillo
Replies: 3
Views: 1735
|
Forum: TSO and ISPF Posted: Sat Mar 18, 2006 5:27 am Subject: Comparision of two programs |
Of course you can do it in Rexx, however....
Rexx is as powerfull as the 'tools' he uses
So, regarding comparisons, your choosing is between having a 'byke'-Rexx or a '747'-rexx.
As posted ab ... |
Topic: Compressing a PS file in batch |
German Castillo
Replies: 10
Views: 12335
|
Forum: Utilities Posted: Wed Mar 15, 2006 6:09 pm Subject: Compressing a PS file in batch |
Ok Let's give it a try, this solution isn't fully tested AND there are limitations, I will point them out at the end of this post.
First of all, choose your way to..., and feel free to change my se ... |
Topic: Compressing a PS file in batch |
German Castillo
Replies: 10
Views: 12335
|
Forum: Utilities Posted: Tue Mar 14, 2006 8:53 am Subject: Compressing a PS file in batch |
As posted previously, compress is meant to be in partitioned datasets ONLY, it doesn't make sense nor is possible to do it in PS.
Data is PS is stored SEQUENTIALLY, while in partitioned datasets, i ... |
|