Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Problem with DYNAM ALLOC in jcl

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Problem with DYNAM ALLOC in jcl
 Login/Join
 
Member
posted
Does anyone know how to continue a DYNAM ALLOC line in mainframe jcl that is too long to fit on one line? I thought it was a hyphen at the end of the first line but I keep getting an error on the next line. Does the hyphen go in a specific position?

This message has been edited. Last edited by: tinamshorty,


FOCUS for Mainframe 7.2
Windows and IBM Z9 Mainframe processor
FOCUS, Excel


 
Posts: 21 | Registered: October 31, 2008Report This Post
Expert
posted Hide Post
Space hyphen:

  
DYNAM ALLOC FI TESTGDG DA CSSWXB.GDGTEST.DATA(+1) NEW CATALOG -
SPACE 5 5 TRACKS RECFM FB LRECL 80 REUSE


Nobody uses the Search engine anymore, sigh! Confused

EDIT: BTW, DYNAM ALLOC is not in the JCL; it is a DYNAMic ALLOCation within WebFOCUS.

For JCL:

 
//TESTGDG DD DSN=CSSWXB.GDGTEST.DATA(+1),DISP=(NEW,CATALOG,DELETE),
//           SPACE=(TRK,(5,5)),BLKSIZE=(RECFM=FB,LRECL=80,BLKSIZE=4096)


OR, something like that!

This message has been edited. Last edited by: Tom Flynn,


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
Member
posted Hide Post
sorry, i meant in the fex not the jcl.
And i did search the forum first but did not find what i needed.
I do have a space and then a hyphen to extend the line so something else must be happening.
Thanks.


FOCUS for Mainframe 7.2
Windows and IBM Z9 Mainframe processor
FOCUS, Excel


 
Posts: 21 | Registered: October 31, 2008Report This Post
Expert
posted Hide Post
tina,

Wasn't trying to be mean, BUT, there are 5 pages of examples here!

In the Search bucket, I entered "DYNAM ALLOC" WITH the double quotes...

No offence intended!

Tom


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
Expert
posted Hide Post
All the examples in my papyrus archive seem to suggest leaving the first character of every line after the first one blank:

DYNAM ALLOC  CATALOG DDNAME JCL DSNAME &DS_JCL NEW -
      UNIT PROD SPACE 1,1 TRACKS RECFM FB LRECL 80 BLKSIZE 0

DYNAM ALLOC  DDNAME SELECT DSNAME YSMIC99.TEMP.SELECT -                         
 NEW CATALOG UNIT PROD SPACE 1,1 TRACKS DIR 5 -                                 
 RECFM FB LRECL 80 BLKSIZE 0 DSORG PO                                           



Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
Tip from Ginny: MVS/TSO Guide to Operations


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Member
posted Hide Post
We got it working! Thanks!
I think our problem was with the actual allocation of the file and not the continuation of the line.


FOCUS for Mainframe 7.2
Windows and IBM Z9 Mainframe processor
FOCUS, Excel


 
Posts: 21 | Registered: October 31, 2008Report This Post
Expert
posted Hide Post
I guess we should have asked what the error was! That would have suggested whether it was a syntax error or a file error.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Problem with DYNAM ALLOC in jcl

Copyright © 1996-2020 Information Builders