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

Check the naming convention of the data set


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
chaoj

Active User


Joined: 03 Jun 2010
Posts: 103
Location: Dalian

PostPosted: Mon Sep 27, 2010 12:17 pm
Reply with quote

Hi All
I want to check the naming convention of the data set which user input in ISPF panel
which ISPF Service I should use ? or in REXX is there any function could accomplish?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Mon Sep 27, 2010 12:24 pm
Reply with quote

under ISPF You can check the compliance of a field to a dataset name using the VER
but ISPF knows nothing about Your conventions , so the checking is up to Your coding
inside the panel itself here is a sample
publib.boulder.ibm.com/infocenter/zos/v1r9/index.jsp?topic=/com.ibm.zos.r9.f54dg00/ispzdg60164.htm

or in the calliing <program>
Back to top
View user's profile Send private message
chaoj

Active User


Joined: 03 Jun 2010
Posts: 103
Location: Dalian

PostPosted: Mon Sep 27, 2010 1:17 pm
Reply with quote

enrico-sorichetti wrote:
under ISPF You can check the compliance of a field to a dataset name using the VER
but ISPF knows nothing about Your conventions , so the checking is up to Your coding
inside the panel itself here is a sample
publib.boulder.ibm.com/infocenter/zos/v1r9/index.jsp?topic=/com.ibm.zos.r9.f54dg00/ispzdg60164.htm

or in the calliing <program>



Thank you very much , I'm reading the reference , VER is just what I want !
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts JCL EXEC PARM data in C Java & MQSeries 2
Search our Forums:

Back to Top