Author |
Message |
Topic: CA-7 JOBCONN bypass only once |
dragone_007
Replies: 5
Views: 6078
|
Forum: Job Control Language(JCL) Posted: Thu Apr 05, 2012 6:55 am Subject: CA-7 JOBCONN bypass only once |
Thanks papadi for suggesting me to contact someone of my scheduling people. From now I'll have no hesitation to use the phone. I just wantded to know the right syntax for doing it via batch by myself. |
Topic: CA-7 JOBCONN bypass only once |
dragone_007
Replies: 5
Views: 6078
|
Forum: Job Control Language(JCL) Posted: Wed Apr 04, 2012 11:47 am Subject: CA-7 JOBCONN bypass only once |
Hello,
I have Job-C which has a connection with Job-A and Job-B. Job-C is already on the Queue and is waiting. How can I modify (in batch mode)only for this run the connection so Job-C can go on ? ... |
Topic: How to copy a VB file into a VSAM (KSDS) ? |
dragone_007
Replies: 3
Views: 10903
|
Forum: Utilities Posted: Thu Jul 16, 2009 8:15 am Subject: How to copy a VB file into a VSAM (KSDS) ? |
Hi expat,
Thanks a lot for your help. I resolved the problem sorting the input VB file for the length of the VSAM index so I didn't get another error.
Best regards
Denis |
Topic: How to copy a VB file into a VSAM (KSDS) ? |
dragone_007
Replies: 3
Views: 10903
|
Forum: Utilities Posted: Thu Jul 16, 2009 4:50 am Subject: How to copy a VB file into a VSAM (KSDS) ? |
Hello to everyone,
I have a VB file and I need to copy it in a new VSAM (KSDS). The VB file has LRECL=3924 and the VSAM should be LRECL=3920. I tryed with the following but didn't worked.
//DELV ... |
Topic: DATE Sort operation Help needed ! |
dragone_007
Replies: 2
Views: 2115
|
Forum: Utilities Posted: Mon May 25, 2009 10:52 am Subject: DATE Sort operation Help needed ! |
Thanks a lot for your prompt response kolusu, I tryed it with Y2T format and worked fine. Very helpful.
Best regards |
Topic: DATE Sort operation Help needed ! |
dragone_007
Replies: 2
Views: 2115
|
Forum: Utilities Posted: Mon May 25, 2009 5:37 am Subject: DATE Sort operation Help needed ! |
Hello to everyone,
I tryed the following SORT card for selecting records wich are equivalent to TOD's date minus 7 days but didn't worked. Gives me nothing in Output. Can anyone help me out ? Thank ... |
Topic: How to Find VSAM KEY characteristics Position + Length ? |
dragone_007
Replies: 2
Views: 2839
|
Forum: Job Control Language(JCL) Posted: Wed Apr 29, 2009 11:51 am Subject: How to Find VSAM KEY characteristics Position + Length ? |
Thanks a lot kolusu for your prompt reply. I managed out by the way creating via IDCAMS a VSAM with same characteristics giving the parameter MODEL which bypassed the position and length of the KEY un ... |
Topic: How to Find VSAM KEY characteristics Position + Length ? |
dragone_007
Replies: 2
Views: 2839
|
Forum: Job Control Language(JCL) Posted: Wed Apr 29, 2009 9:30 am Subject: How to Find VSAM KEY characteristics Position + Length ? |
Hello to everyone,
Can anyone tell me how can I find the position and the length of a VSAM file ? I tryed IDCAMS command LISTCAT ENTRIES(TASV.CRAD0000.CRADSCAR) but gives me only the information th ... |
Topic: Copy VSAM to VSAM help ! |
dragone_007
Replies: 7
Views: 12541
|
Forum: Job Control Language(JCL) Posted: Fri Apr 03, 2009 6:44 am Subject: Copy VSAM to VSAM help ! |
Hello,
Thanks to everyone for their effort. I found the solution using SORT like this:
//COPYVSAM EXEC PGM=SORT,COND=(4,LE)
//* ... |
Topic: Copy VSAM to VSAM help ! |
dragone_007
Replies: 7
Views: 12541
|
Forum: Job Control Language(JCL) Posted: Thu Apr 02, 2009 7:58 am Subject: Copy VSAM to VSAM help ! |
Thanks a lot Mr.Brenholtz,
How can I set correctly RECSZ in order to have 924 byte variable record for SORTOUT which is now defined as RECSZ(15 25) ? Thank a lot for your time.
Best regards
Den ... |
Topic: Copy VSAM to VSAM help ! |
dragone_007
Replies: 7
Views: 12541
|
Forum: Job Control Language(JCL) Posted: Thu Apr 02, 2009 6:52 am Subject: Copy VSAM to VSAM help ! |
Hello,
I've tryed the following JCL for creating and copying into a VSAM file the content of another VSAM:
//VSAMDEF$ JOB 'A-ASSI-SPG-AS-C',REGION=0M,CLASS=4,MSGLEVEL=(1,1),
// ... |
Topic: Error defining GTT |
dragone_007
Replies: 10
Views: 3852
|
Forum: Database Posted: Thu Mar 12, 2009 5:31 am Subject: Error defining GTT |
Hi edkir98,
Thanks for your clarification regarding GTT |
Topic: Error defining GTT |
dragone_007
Replies: 10
Views: 3852
|
Forum: Database Posted: Wed Mar 11, 2009 10:49 am Subject: Error defining GTT |
I'forgot to ask if your table has any Primary Key or any CONSTRAINT ? |
Topic: Error defining GTT |
dragone_007
Replies: 10
Views: 3852
|
Forum: Database Posted: Wed Mar 11, 2009 10:47 am Subject: Error defining GTT |
Hi edkir98,
I've alwas seen coded :CCSID EBCDIC for creating PLAN_TABLES to EXPLAIN SQL statements, not for CREATE-ing TABLES or TEMPORARY TABLES. Try again without CCSID EBCDIC specified and tell ... |
Topic: Error in VAR-LIST Dynamic SELECT statement |
dragone_007
Replies: 11
Views: 10422
|
Forum: Database Posted: Tue Mar 10, 2009 7:24 am Subject: Error in VAR-LIST Dynamic SELECT statement |
Sorry I forgot the redefining items of MY-SQLVAR2:
10 MY-SQLVAR2 REDEFINES MY-SQLVAR1.
15 MY-SQLVAR2-RESERVED-1 PIC S9(9) BINARY.
... |
|