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...


If i am going to change some variable in a copybook( size or
variable type) ,what are the changes that need to be done in
the corresponding JCL.

Answers were Sorted based on User's Feedback



If i am going to change some variable in a copybook( size or variable type) ,what are the changes t..

Answer / mdvasanth86

No changes in the JCL.

Is This Answer Correct ?    15 Yes 1 No

If i am going to change some variable in a copybook( size or variable type) ,what are the changes t..

Answer / muttaiah

Generally, There are 2 type of copybooks.

Data division copy book
These copybooks are usually used to represent the
structure of the file or variables used in Cobol. Say if
there are any changes in the layout of copybook. make sure
the length specified in JCL LRECL is appropriate.

Procedure division Copybook.
These copybooks will have some cobol stmts coded in them.
For this copybooks there can be no changes in JCL.

Is This Answer Correct ?    10 Yes 0 No

If i am going to change some variable in a copybook( size or variable type) ,what are the changes t..

Answer / muttiah

The only change would be to make sure the program is
compiled and link-edited, so as to get the changes
reflected in the load module you specify in the JCL.

Is This Answer Correct ?    4 Yes 0 No

If i am going to change some variable in a copybook( size or variable type) ,what are the changes t..

Answer / yashwant

If that copybook represents some data set in JCL and we are going to modify(changing length of any variable) the copybook and we are going to write some records in that dataset than we should have to modify the Logical record length(LRECL)of that dataset in JCL

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More JCL Interview Questions

What is the significance of addrspc parameter in the exec statement?

0 Answers  


How system will identify whether user wants to create PS or PDS? If answer is SPACE parameter then why we need to pass ps or po as dataset organisation while creation

1 Answers  


While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?

3 Answers   Steria,


TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?

5 Answers   CTS,


how to resolve sb37,sd37 se37 abends

3 Answers   Keane India Ltd,


Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?

4 Answers   IBM,


Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.

2 Answers  


I need exexution process for JCL programs

0 Answers  


In sms datasets, what is the function of the dd avgrec keyword?

0 Answers  


How do you submit a JCL under CICS environment ?

1 Answers   IBM,


How to compare 2 files using File-Aid?

1 Answers   IBM,


In DCB, what is LRECL,BLKSIZE,DSORG

1 Answers   TCS,


Categories