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

What are the kinds of job control statements?

3 Answers  


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

0 Answers  


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

0 Answers  


Explain about LMINIT - generate a data ID for a data set

1 Answers  


Describe the various parameters utilized in the creation of a gdg?

0 Answers  


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

0 Answers  


In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?

7 Answers  


what is the job entry system used in your project?

3 Answers  


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.

3 Answers   iGate,


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

0 Answers   IBM,


i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap

2 Answers   IBM, TetraSoft,


what are JCLLIB and STEPLIB in JCL?

0 Answers  


Categories