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 is a procedure?

1 Answers  


suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?

5 Answers  


consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above

1 Answers  


At what stage, operator can change the class and priority of a submitted job?

2 Answers  


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

0 Answers   IBM,


Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?

2 Answers  


What do you understand by the terms: joblib and steplib?

0 Answers  


what is SOC4 error?

0 Answers  


Suppose I have five jobs to do. But I want to hold one?

0 Answers  


What is model dataset label(Model DSCB)?

1 Answers  


I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.

3 Answers   Wipro,


1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent

1 Answers  


Categories