| Author |
Message |
Topic: CEMT I TRAN in batch |
juan00982
Replies: 6
Views: 7255
|
Forum: CICS and Middleware Posted: Thu Sep 07, 2006 1:19 pm Subject: CEMT I TRAN in batch |
//STEP1 EXEC PGM=IEFBR14
// F CICS-NAME,'CEMT I TRAN(ZZZZ)'
/*
Hi,
I tried the above command and it works, but, there's always a but, there's a message ... |
Topic: ADRDSSU Volume Backup To Tape |
juan00982
Replies: 2
Views: 3586
|
Forum: Data Management Posted: Wed Jun 07, 2006 3:34 pm Subject: ADRDSSU Volume Backup To Tape |
Kolusu,
I've worked with ADRDSSU and what I've done so far is backup known files, but what I need to know is how to backup full volumes.
Thanks,
Juan |
Topic: ADRDSSU Volume Backup To Tape |
juan00982
Replies: 2
Views: 3586
|
Forum: Data Management Posted: Wed Jun 07, 2006 12:22 pm Subject: ADRDSSU Volume Backup To Tape |
Hi:
I have os/390 and I need to backup multiple volumes to tape. This is what I ask because I don't know any other alternative to backup all my OS/390 DS. If you have any other suggestions they a ... |
Topic: Eliminate duplicate and write only first 17 chars |
juan00982
Replies: 4
Views: 2673
|
Forum: Utilities Posted: Tue Feb 14, 2006 2:39 pm Subject: Eliminate duplicate and write only first 17 chars |
Sorry I forgot to add a couple of lines. This worked, thanks for your help.
//SORT JOB (1001),
// 'TSO2',
// ... |
Topic: Eliminate duplicate and write only first 17 chars |
juan00982
Replies: 4
Views: 2673
|
Forum: Utilities Posted: Tue Feb 14, 2006 2:33 pm Subject: Eliminate duplicate and write only first 17 chars |
Thanks for your quick resopnse.
Yes you are right, the RECFM is FB and on the output file I want the 17 chars and blanks on the rest 63 chars so that I can have my 80 RECFM file.
I don't know mu ... |
Topic: Eliminate duplicate and write only first 17 chars |
juan00982
Replies: 4
Views: 2673
|
Forum: Utilities Posted: Tue Feb 14, 2006 2:05 pm Subject: Eliminate duplicate and write only first 17 chars |
Hi
I have a 255 record lengh file, the first 17 chars are the key. I want to eliminate all dup records and write only a 80 record length file containing only the first 17 chars without the dups. ... |
Topic: Query History |
juan00982
Replies: 1
Views: 1442
|
Forum: Database Posted: Wed Feb 08, 2006 3:21 pm Subject: Query History |
Hi,
We have OS/390 DB2 V7 and I would like to know if DB2 has a history of all SQL statements executed to db2 tables?. if so, where can I located it?
Thanks,
Juan |
Topic: Utility or JCL for OS/390 to change system date |
juan00982
Replies: 10
Views: 9972
|
Forum: Utilities Posted: Wed Nov 09, 2005 9:32 am Subject: Utility or JCL for OS/390 to change system date |
Kolusu,
Yes, all the programs uses the ACCEPT statement. Your idea is perfect, I'm not saying that's wrong. I wanted to find a way to just affect the modules that are running in the JCL, like a p ... |
Topic: Utility or JCL for OS/390 to change system date |
juan00982
Replies: 10
Views: 9972
|
Forum: Utilities Posted: Wed Nov 09, 2005 8:36 am Subject: Utility or JCL for OS/390 to change system date |
Hi Kolusu,
No, I didn't over looked your post. What you propose will require modification to the software source code to read the date file parameter of using the system date, which is a great idea ... |
Topic: Utility or JCL for OS/390 to change system date |
juan00982
Replies: 10
Views: 9972
|
Forum: Utilities Posted: Wed Nov 09, 2005 7:30 am Subject: Utility or JCL for OS/390 to change system date |
Hi All
Thanks for your help, however, we have an application with over 500 cobol module and modifying them all it's impossible due to they are updated 3 times a year and tracking all the changes an ... |
Topic: Utility or JCL for OS/390 to change system date |
juan00982
Replies: 10
Views: 9972
|
Forum: Utilities Posted: Tue Nov 08, 2005 3:21 pm Subject: Utility or JCL for OS/390 to change system date |
Hi:
I would like to be able to alter the system date through jCL or a utility. The purpose for this is that I have alot of batch programs and I want to be able to process data on a saturday, but I ... |
Topic: JCL Procedure + Invoking Rexx |
juan00982
Replies: 6
Views: 4000
|
Forum: TSO and ISPF Posted: Wed Oct 19, 2005 9:07 am Subject: JCL Procedure + Invoking Rexx |
Hi All.
I figured out how to make it work. Thanks to you all for your suggestion.
//EXEC01 EXEC PGM=IKJEFT1A,DYNAMNBR=50,PARM='COMPJCL &PROG'
//SYSPROC DD DISP=SHR,DSN=REXX.EXEC ... |
Topic: JCL Procedure + Invoking Rexx |
juan00982
Replies: 6
Views: 4000
|
Forum: TSO and ISPF Posted: Wed Oct 19, 2005 8:27 am Subject: JCL Procedure + Invoking Rexx |
| Right now I'm having trouble allocating the file, maybe it's like Kolusu says. Also please note that the rexx program, the value that I parse to the procedure is the same one I need to parse to rexx. |
Topic: JCL Procedure + Invoking Rexx |
juan00982
Replies: 6
Views: 4000
|
Forum: TSO and ISPF Posted: Wed Oct 19, 2005 8:25 am Subject: JCL Procedure + Invoking Rexx |
Hi all:
My REXX program uses Allocate,EXECIO to access a dataset and make corresponding modifications. |
Topic: JCL Procedure + Invoking Rexx |
juan00982
Replies: 6
Views: 4000
|
Forum: TSO and ISPF Posted: Wed Oct 19, 2005 8:09 am Subject: JCL Procedure + Invoking Rexx |
Hi
I have a compile procedure that contains sysin *. When you submit a procedure if it has sysin * it will cancel. Know I was able to resolve that changing the sysin * and placing the value on a ... |
| |