IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Finding out PTF version???


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
RahmanisGod

New User


Joined: 12 Aug 2008
Posts: 7
Location: Chennai, India

PostPosted: Wed Aug 13, 2008 11:18 pm
Reply with quote

Hi,

I am a novice to mainframes and I wanted to use DF SORT tecchnique to add a leading '$' symbol to a field in my record.

input

1234

output

$1234

the field starts from 106 and is 20 byte long.

I tried the following control card

Code:

  OPTION COPY                                       
  OUTREC FIELDS=(106,20,JFY=(SHIFT=RIGHT,LEAD=C'$'))


but the error dipslayed is

"E1 8 DSS10065E PARAMETER 'JFY' IS UNIDENTIFIED"

My DFSORT is VIR5 but I dont know how to find if PTF is UK90007.

The JFY option is avaialable only for VIR5 PTF UK90007.

Could you please help me??? Where in my system details could i find it out??
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Wed Aug 13, 2008 11:54 pm
Reply with quote

The solution to this (when it arrives) should be added to the DFSORT New Function stickies at the top of this forum. That way folks can check.
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Thu Aug 14, 2008 1:08 am
Reply with quote

Quote:
The solution to this (when it arrives) should be added to the DFSORT New Function stickies at the top of this forum. That way folks can check.


Excellent idea. Duly implemented - see:

ibmmainframes.com/viewtopic.php?t=33389
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Thu Aug 14, 2008 1:14 am
Reply with quote

Quote:
but the error dipslayed is

"E1 8 DSS10065E PARAMETER 'JFY' IS UNIDENTIFIED"


This is NOT a DFSORT message. This has come up before - here's a relevant post:

Quote:
When I did a Jscan for the JCL using this sort card I got the error message given below:
E1 8 DSS10065E PARAMETER 'OVERLAY' IS UNIDENTIFIED.

But when I submitted the job ignoring the error message, it ran fine and I was able to get the desired output.


I don't know why JSCAN (?) issues this message - maybe it isn't up-to-date on the new (or not so new) DFSORT functions. Anyone know?

You may indeed have the JFY function available despite what the message says.
Back to top
View user's profile Send private message
RahmanisGod

New User


Joined: 12 Aug 2008
Posts: 7
Location: Chennai, India

PostPosted: Thu Aug 14, 2008 2:36 pm
Reply with quote

thanks a lot guys, it worked fine..so I indeed had the JFY function.

icon_biggrin.gif


Thanks a lot for your support and guidance.
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Thu Aug 14, 2008 9:01 pm
Reply with quote

Does anyone know which company offers JSCAN or even better a contact name? Seems like they either shouldn't be checking DFSORT control statements, or should keep up-to-date on the new options so they don't issue incorrect messages.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Aug 14, 2008 9:08 pm
Reply with quote

This is from another forum:
Quote:

JEM is one of a few Edit Macros that are part of JOB/SCAN. Besides using it for JCL Validation, you can also enforce site specific JCL standards. There are other Edit Macros available for JCL reformatting/alignment, and for making JCL Changes. Using either JEM (Edit Mode) or JSCAN (Browse/View Mode), you can have the PROCS expanded as long as the Procedure libraries are defined in the JOB/SCAN PARMLIB library, in member JSOPT02 (default member shipped). If you would like more information about JOB/SCAN from Diversified Software, please forward me an Email at doug.berg@diversifiedsoftware.com
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Thu Aug 14, 2008 9:32 pm
Reply with quote

Thanks. I sent a note to that e-mail to hopefully open a discussion on the problem.
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Thu Aug 14, 2008 9:42 pm
Reply with quote

The message matches the ProJCL product we use here. Formerly Diversified Software, it's now owned by ASG Software Solutions. My contact for them is support@asg.com
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Thu Aug 14, 2008 9:54 pm
Reply with quote

Yeah, the e-mail to Doug didn't work. I looked them up and found the ASG website - the contact e-mail is info@asg.com so I'm trying that. I'll go ahead and try support@asg.com too. Thanks.
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Fri Aug 15, 2008 2:43 am
Reply with quote

Hmmm ... ASG Technical Support says the product that issues DSS10065E is PRO/JCL (JJSCAN). They know about the OVERLAY issue and plan to fix it in their next release. I pointed out that OVERLAY has been available since Dec, 2004 so they're way out-of-date and all of the information they need to bring their product up-to-date with respect to DFSORT parameters is available online. After a few exchanges, the Technical Support person promised to bring it to the attention of the PRO/JCL Product Manager, so we'll see. He also said:

Quote:
I suggest that if you receive additional issues from your DFSORT clients with regard to our products, that you have them contact our support group at support@asg.com or 1-800-354-3578


So if anyone who uses this product wants to "complain" about the out-of-date DFSORT support, here's your chance.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Finding and researching jobs All Other Mainframe Topics 0
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts VB to FB - Finding LRECL SYNCSORT 4
No new posts How to copy the -1 version of a membe... TSO/ISPF 4
No new posts Finding Assembler programs PL/I & Assembler 5
Search our Forums:

Back to Top