| Author |
Message |
Topic: convert pd to zd (negative value with sign) |
kumar26fl
Replies: 1
Views: 8313
|
Forum: Utilities Posted: Mon Jul 04, 2011 2:45 pm Subject: convert pd to zd (negative value with sign) |
Hi,
I have a s9(7) comp3 field and I want to convert it to ZD with the sign.
For example: I have a value of x'0000001D' in this field and I want to see it converted to ZD with a negative symbol. A ... |
Topic: SAS INPUT statement question |
kumar26fl
Replies: 2
Views: 2624
|
Forum: Application Programming Posted: Tue Jan 04, 2011 5:12 pm Subject: SAS INPUT statement question |
Hello,
I am using mainframe SAS and I would like understand the following INPUT statement especially the fields in paranthesis.
INPUT @39 (INT_CALC_TYPE1-INT_CALC_TYPE8) ($ 3. ... |
Topic: Mainframe Dataset to CSV - Any program/utility solution? |
kumar26fl
Replies: 3
Views: 7117
|
Forum: Utilities Posted: Thu Dec 09, 2010 9:09 pm Subject: Mainframe Dataset to CSV - Any program/utility solution? |
Thanks Kolusu for the links, however this is not what I am looking for. I am familiar with these methods. Sorry if I did not make my question clearer in my previous post.
What I am looking for is n ... |
Topic: Mainframe Dataset to CSV - Any program/utility solution? |
kumar26fl
Replies: 3
Views: 7117
|
Forum: Utilities Posted: Thu Dec 09, 2010 4:59 pm Subject: Mainframe Dataset to CSV - Any program/utility solution? |
Hello,
I use the JCL in this link to save the formatted file to txt file. However, I would like to explore if there is any way that I can create a csv file out of the formatted file. Any solution i ... |
Topic: Delete all datasets with a given qualifier |
kumar26fl
Replies: 10
Views: 17792
|
Forum: Job Control Language(JCL) Posted: Mon Dec 06, 2010 11:31 pm Subject: Delete all datasets with a given qualifier |
I think I got the answer from old posts in this forum.
http://www.mvsforums.com/helpboards/viewtopic.php?t=11175&highlight=delete+datasets+qualifier
Thanks Mvsforums and the team. |
Topic: Delete all datasets with a given qualifier |
kumar26fl
Replies: 10
Views: 17792
|
Forum: Job Control Language(JCL) Posted: Mon Dec 06, 2010 11:24 pm Subject: Delete all datasets with a given qualifier |
Hello,
I would like to delete all datasets that are under the qualifier:
TX876K1.**
Can anyone please share a sample JCL step for this
Thanks |
Topic: DFSORT - SORT/COPY fields based on another field |
kumar26fl
Replies: 2
Views: 2956
|
Forum: Utilities Posted: Mon Dec 06, 2010 11:21 pm Subject: DFSORT - SORT/COPY fields based on another field |
| Thank You so much Kolusu, it really helped. |
Topic: DFSORT - SORT/COPY fields based on another field |
kumar26fl
Replies: 2
Views: 2956
|
Forum: Utilities Posted: Sun Dec 05, 2010 4:37 am Subject: DFSORT - SORT/COPY fields based on another field |
Hello,
I have a sort jcl that extracts certain fields from a sequential file and creates an extract file. Now I have a change to add one more field from the input file to the output extract file.
... |
Topic: Tape dataset contention in JCL/DFSORT |
kumar26fl
Replies: 2
Views: 5501
|
Forum: Job Control Language(JCL) Posted: Wed Nov 17, 2010 12:25 pm Subject: Tape dataset contention in JCL/DFSORT |
| I am using this JCL to copy data from a tape dataset to a DASD dataset. The jcl works fine. However, if there is another job that is running and using the input tape dataset name, my job waits till th ... |
Topic: DFSORT / Filter based on computed date value |
kumar26fl
Replies: 2
Views: 2379
|
Forum: Utilities Posted: Wed Apr 14, 2010 4:15 pm Subject: DFSORT / Filter based on computed date value |
Thank You so much, Kolusu. It really helped.
I was going to do it in a separate step using the output from first step. Keeping it in one step makes it easy and I am learning new stuff.
Thanks |
Topic: DFSORT / Filter based on computed date value |
kumar26fl
Replies: 2
Views: 2379
|
Forum: Utilities Posted: Wed Apr 14, 2010 3:56 pm Subject: DFSORT / Filter based on computed date value |
Hi,
This is an addition to my earlier post on DFSORT question at:
http://www.mvsforums.com/helpboards/viewtopic.php?t=11269
Now in this sort step, I have an added filter that I need to output ... |
Topic: DFSort /add in Outrec fields |
kumar26fl
Replies: 2
Views: 4280
|
Forum: Utilities Posted: Fri Apr 09, 2010 11:40 pm Subject: DFSort /add in Outrec fields |
| Thank You Frank. It really helped. |
Topic: DFSort /add in Outrec fields |
kumar26fl
Replies: 2
Views: 4280
|
Forum: Utilities Posted: Fri Apr 09, 2010 6:05 pm Subject: DFSort /add in Outrec fields |
Hi,
I am using DFSORT and extracting 2 fields from an input file and writing to an output file. My sysin is:
SORT FIELDS=COPY
OUTREC FIELDS=(1:10,24,25:94,4,PD,TO=ZD)
... |
| |