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 function of //jcllib statement?

0 Answers  


What dd statement is used to supply the name of a dataset?

0 Answers  


Explain the hierarchy levels in jcl?

0 Answers  


How do you pass parameters to the program as the job is being executed ?

2 Answers  


What is meant by S0C7 system abend code?

8 Answers  






what operation is performed by job statement?

0 Answers   IBM,


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

0 Answers   IBM,


Max. No of DD statements in a job ?

4 Answers   CSI,


What are the kinds of job control statements?

3 Answers  


What will happen if two JOB statements are mentioned in an JCL continuously.

2 Answers   IBM,


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

0 Answers   IBM,


Explain dfsort utility?

0 Answers  


Categories