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

can we modify the code in copy book? if it possible how to
submit ofter the modification.

Answer Posted / raj

yes,we have to recompile the impact programs

impact programs can find by using ISPF 3.14

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any command to check wether the ps file is in sorted order?

2957


How would you understand error(execution phase)?

1320


How can the attributes of one sms dataset be copied to another dataset?

1477


What are the jcl procedures?

1171


How to pass data to a program that is coded in an exec statement?

1385


what are JCLLIB and STEPLIB in JCL?

1236


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2799


Explain how can an in-stream dataset be terminated?

1411


Is it possible to left uncode disp?

1250


How do you overcome this limitation ?

1252


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

2523


what is the resolution for sb37 error

9258


What is condition checking in jcl? Is this possible?

1160


Explain about LMFREE�free data set from its association with data ID

1678


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

1528