Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


I have a dataset with record length 40 in production, due
to some requirements it was changed to 80. Then how can we
know the jobs which are effected by this change and how can
we resolve it.

Answers were Sorted based on User's Feedback



I have a dataset with record length 40 in production, due to some requirements it was changed to 8..

Answer / shrik

Search the information of all the jobs that use this
particular changed program.
Then u need to override/change the DCB parameter LRECL to 80
from 40 which wuld resolve the issue.

Is This Answer Correct ?    6 Yes 0 No

I have a dataset with record length 40 in production, due to some requirements it was changed to 8..

Answer / rajaraman

if the dataset use any copybook,search in program
library.then u will get affected programs.then search in
the jcl library.

Is This Answer Correct ?    3 Yes 0 No

I have a dataset with record length 40 in production, due to some requirements it was changed to 8..

Answer / vasanth

If you are using CA7 for scheduling , shift=f6 and give the
DSN name , it should show all the jobs using this data set

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More JCL Interview Questions

how to concatenate datasets

5 Answers   EDS,


When cursor is not closed what is the error?

3 Answers   IBM,


In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04

3 Answers   Patni,


What are the kinds of job control statements?

3 Answers  


What does IEBGENER do?

10 Answers   BirlaSoft,


What are isolation levels? Where do we need to specify them in compiling JCL?

3 Answers  


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

0 Answers  


is there any way to execute more than one proc in the same exec statement at the same time..?

0 Answers  


What is the DD statement for a output file?

3 Answers  


how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?

1 Answers  


what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.

6 Answers   HCL,


what is force complete

2 Answers   IBM,


Categories