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

General Query


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
scorp_rahul23

New User


Joined: 06 May 2008
Posts: 96
Location: Delhi

PostPosted: Mon Oct 05, 2009 12:14 pm
Reply with quote

Job J1 executes a batch COBOL program C1 that reads an input flat file I1 from source system and generates output file O1 as feed for the down stream system. Output file O1 created as feed to downstream is fixed-block (FB) file. Due to introduction of some new fields (a depending on table field) on source system side we need to change the downstream file O1 to a VB file.

What would be the changes required in various technical objects (JCL, COBOL program etc) to accomplish the same.


Can someone suggest
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Oct 05, 2009 12:55 pm
Reply with quote

1. In JCL-procedure (PROC) RECFM of O1 under DCB parameters would be changed.
2. COBOL program ... lokk at RECORDING MODE phrase.
3. If LRECL is changed, do an impact analysis.
4. If LRECL is changed, you need to change the DCB parameters accrdingly.
5. And yes, please inform your down-stream system.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts RC query -Time column CA Products 3
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
No new posts Issue with EXEC CICS QUERY SECURITY c... CICS 6
Search our Forums:

Back to Top