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

when enhancing a program what in JCL need to be changed


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

New User


Joined: 03 Aug 2005
Posts: 20

PostPosted: Thu Jan 05, 2006 9:34 pm
Reply with quote

Hi
I am enhancing my program like my emp-id is increased in number of bytes
while doing so, what in JCL has to be checked and changed
Back to top
View user's profile Send private message
Gautam512

Active User


Joined: 05 Oct 2005
Posts: 308
Location: Vizag / US

PostPosted: Thu Jan 05, 2006 10:12 pm
Reply with quote

Hi,

Is this a C program or a Cobol program.

First we need to check the DCB parameters mentioned in the program for that particular step where it is calling the Dataset and change the LRECL if mentioned.

In the JCL if allocating the Dataset need to change the LRECL of that particular dataset to the number of bytes added.

Thanks,
Gau
Back to top
View user's profile Send private message
rajjesht
Warnings : 1

New User


Joined: 03 Aug 2005
Posts: 20

PostPosted: Fri Jan 06, 2006 11:22 pm
Reply with quote

thank you Gautam
Back to top
View user's profile Send private message
Gautam512

Active User


Joined: 05 Oct 2005
Posts: 308
Location: Vizag / US

PostPosted: Fri Jan 06, 2006 11:35 pm
Reply with quote

Ur most welcome.....
Back to top
View user's profile Send private message
vijayamadhuri

Active User


Joined: 06 Apr 2005
Posts: 180

PostPosted: Sat Jan 07, 2006 8:42 am
Reply with quote

when u change the record length in u r program obviously u should be changing the rec-len in the jcl and the corresponding blocksize
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Mon Jan 09, 2006 2:31 am
Reply with quote

We're assuming that the emp-id is in a file, either I/P or O/P or both.

If you're passing that emp-id on to other files created in your pgm, you must assure that all pgms downline from yours have been modified to accommodate this change.

If the pgmrs who "own" these pgms are responsible for changes these to their prms, your responsibility is ended once they have been notified. If. on the other hand, you're responsible to make these changes too, you must trace the use of ANY file that uses that emp-id, regardless of what it may be called by other downstream pgms and make the appropriate changes for any files/databases/etc. that may use it.

If that's the case, I think you may have found a career for yourself. icon_lol.gif
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 Using API Gateway from CICS program CICS 0
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts EZT program to build a flat file with... All Other Mainframe Topics 9
Search our Forums:

Back to Top