Author |
Message |
Topic: How to splice header file records with detail records |
nguyenh
Replies: 1
Views: 1184
|
Forum: Utilities Posted: Mon Feb 27, 2006 4:48 pm Subject: How to splice header file records with detail records |
Hi Frank and all,
I am looking for a way to splice the Header file records with the Detail file records (See HEADER FILE & DETAIL FILE) so that the output file also contains member name in header ... |
Topic: CLIST:Extract matched members from 2 lists & put in a ta |
nguyenh
Replies: 7
Views: 3170
|
Forum: TSO and ISPF Posted: Wed Jul 06, 2005 9:37 am Subject: CLIST:Extract matched members from 2 lists & put in a ta |
Mervyn,
Thank you for your help. That is exactly what I am looking for.
You guys are great!
Thanks! |
Topic: CLIST:Extract matched members from 2 lists & put in a ta |
nguyenh
Replies: 7
Views: 3170
|
Forum: TSO and ISPF Posted: Tue Jul 05, 2005 4:45 pm Subject: CLIST:Extract matched members from 2 lists & put in a ta |
Just to be more clear,
I only want to process those members that have the following names: FILExx, FMT2, SM2, SM4, etc., where xx is 00-99 |
Topic: CLIST:Extract matched members from 2 lists & put in a ta |
nguyenh
Replies: 7
Views: 3170
|
Forum: TSO and ISPF Posted: Tue Jul 05, 2005 4:10 pm Subject: CLIST:Extract matched members from 2 lists & put in a ta |
Hi Experts,
I Thank you for all replies. For my first question I figured out the following code would give me the result that I want.
/************************************************************ ... |
Topic: CLIST:Extract matched members from 2 lists & put in a ta |
nguyenh
Replies: 7
Views: 3170
|
Forum: TSO and ISPF Posted: Fri Jul 01, 2005 4:54 pm Subject: CLIST:Extract matched members from 2 lists & put in a ta |
Hi expert,
CLIST question: Could someone please show me how to extract matched members(OMEM & NMEM) from OLDLIST and NEWLIST and put them in MTABLE, assume I have MTABLE created, OLDLIST and NEW ... |
Topic: NO SUITABLE DUMP FILE DEFINITION, SYSTEM CODE = 013 |
nguyenh
Replies: 4
Views: 20074
|
Forum: Problem Determination Posted: Thu Jun 30, 2005 10:48 am Subject: NO SUITABLE DUMP FILE DEFINITION, SYSTEM CODE = 013 |
Kolusu,
I think I know what happened, Let me try to see if doesn't work I will ask you again. Thank you agin! |
Topic: NO SUITABLE DUMP FILE DEFINITION, SYSTEM CODE = 013 |
nguyenh
Replies: 4
Views: 20074
|
Forum: Problem Determination Posted: Thu Jun 30, 2005 10:41 am Subject: NO SUITABLE DUMP FILE DEFINITION, SYSTEM CODE = 013 |
Kulusu,
But how come this only happens the first time when I logon the system and run the program. after the first run, if I run it again I don't get that error anymore. |
Topic: NO SUITABLE DUMP FILE DEFINITION, SYSTEM CODE = 013 |
nguyenh
Replies: 4
Views: 20074
|
Forum: Problem Determination Posted: Thu Jun 30, 2005 10:35 am Subject: NO SUITABLE DUMP FILE DEFINITION, SYSTEM CODE = 013 |
Thank Kolusu,
Let see if I could find where it is located.
Thank you very much again! |
Topic: NO SUITABLE DUMP FILE DEFINITION, SYSTEM CODE = 013 |
nguyenh
Replies: 4
Views: 20074
|
Forum: Problem Determination Posted: Thu Jun 30, 2005 9:59 am Subject: NO SUITABLE DUMP FILE DEFINITION, SYSTEM CODE = 013 |
Hi expert,
It seems like whenever I run my program the first time I get SYSTEM CODE = 013 REASON CODE=00000018. I don't understand what this error mean could someone please help! If you want to see ... |
Topic: Wait for previous step to be completed before exe next Step? |
nguyenh
Replies: 4
Views: 2486
|
Forum: Job Control Language(JCL) Posted: Thu May 12, 2005 10:12 am Subject: Wait for previous step to be completed before exe next Step? |
Kolusu and Mervyn, Man you guys are quick! Thanks!
Let me get this straight. YOu have 2 steps. Step1 is a pgm which creates a file which will later be used in step2 . Is that right?
If tha ... |
Topic: Wait for previous step to be completed before exe next Step? |
nguyenh
Replies: 4
Views: 2486
|
Forum: Job Control Language(JCL) Posted: Thu May 12, 2005 9:24 am Subject: Wait for previous step to be completed before exe next Step? |
Like in modern programming languages we have statement like SLEEP(#second), Can I do similar in JCL Skeleton, I have a JCL, that prepares input file TEMP1 then next step is to sort TEMP1. But the ste ... |
Topic: Sorting Detail records |
nguyenh
Replies: 48
Views: 33683
|
Forum: Utilities Posted: Mon Jan 24, 2005 5:26 pm Subject: Sorting Detail records |
Hi all,
Which all the helps you provided, I got the skeleton works as desired.
Below is a working skeleton, I am wondering if there is a cleaner, shorter way that provides the same result? just for ... |
Topic: Sorting Detail records |
nguyenh
Replies: 48
Views: 33683
|
Forum: Utilities Posted: Fri Jan 14, 2005 8:13 pm Subject: Sorting Detail records |
Also how do I expand the if statement more than 2 lines ?
Thanks! |
Topic: Sorting Detail records |
nguyenh
Replies: 48
Views: 33683
|
Forum: Utilities Posted: Fri Jan 14, 2005 8:11 pm Subject: Sorting Detail records |
Kolusu
I am lost here ! what is the language you are referring to ?
I am using JCL. Please forgive me! I am very poor in mainframe skill as you had already seen
I am trying to cal ... |
Topic: Sorting Detail records |
nguyenh
Replies: 48
Views: 33683
|
Forum: Utilities Posted: Fri Jan 14, 2005 3:20 pm Subject: Sorting Detail records |
Kolusu,
You are right I can now get it to work with just && instead 4 amps. Thanks a lot.
I have another question, I have problem to find the correct syntax for the following statements? could you ... |
|