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
Is there any command to check wether the ps file is in sorted order?
How would you understand error(execution phase)?
How can the attributes of one sms dataset be copied to another dataset?
What are the jcl procedures?
How to pass data to a program that is coded in an exec statement?
what are JCLLIB and STEPLIB in JCL?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Explain how can an in-stream dataset be terminated?
Is it possible to left uncode disp?
How do you overcome this limitation ?
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
what is the resolution for sb37 error
What is condition checking in jcl? Is this possible?
Explain about LMFREE�free data set from its association with data ID
//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 /*