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

Reading input files which contains in a dataset.....


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Jul 30, 2010 7:31 pm
Reply with quote

Potential problem 1: if your site does not have a DATACLASS named LARGE, your output data set will not be allocated.

Potential problem 2: if you did not customize the provided code to use a high level qualifier (HLQ) in use at your site, you could get an open error when attempting to update the master catalog with new data set DOC.DYNAM.TEST.

It took me half an hour to customize the code provided in the download link to work with our site standards -- and I am experienced in BPXWDYN and knowledgeable about our site. If you haven't spent at least that much time getting the provided code changed to your site standards, it's not going to work -- period.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
Search our Forums:

Back to Top