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

Does REXX code any specific library attributes?


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
brindha christy

New User


Joined: 26 Aug 2008
Posts: 20
Location: India

PostPosted: Wed Nov 19, 2008 10:35 am
Reply with quote

I was told that the REXX codes should be placed in a special attribute library as follow:

Record format . . . : VB Used blocks . . . . : 4
Record length . . . : 255 Used extents . . . : 1
Block size . . . . : 19069 Used dir. blocks . : 3
1st extent blocks . : 4 Number of members . : 13
Secondary blocks . : 2
Data set name type : PDS

I was planning to put my REXX code in a PDS in which if FB and 80 as record length.

Would that cause any problem?
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Wed Nov 19, 2008 10:43 am
Reply with quote

No.

See APPENDIX1.1 Appendix A. Allocating Data Sets in the z/OS V1R2.0 TSO/E REXX User's Guide.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Wed Nov 19, 2008 11:06 am
Reply with quote

I do not think you can concatenate FB with VB datasets. If your system datasets are Vb, then you cannot put your library in the concatenation.

Quote:
I was told that

Presumably, you were told by someone with more experience. So why not follow the directions?
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
Search our Forums:

Back to Top