here is my compile and link edit steps in a
jcl
//COMPILE1 JOB (3CUS,S),'CCDM TEST'

//STEPNAME EXEC PGM=IGYCRCTL,PARM='DYNAM,RENT,LIB,OBJECT,

// OFFSET,APOST,OPTIMIZE',REGION=4096K

//STEPLIB DD DSNAME=PM7351.TEST2.COB,DISP=SHR

//SYSIN DD DSNAME=PM7351.TEST2.COB(PGM1),DISP=SHR

//SYSUT1 DD UNIT=SYSDA,SPACE=(10,(10,10))

//SYSUT2 DD UNIT=SYSDA,SPACE=(10,(10,10))

//SYSUT3 DD UNIT=SYSDA,SPACE=(10,(10,10))

//SYSUT4 DD UNIT=SYSDA,SPACE=(10,(10,10))

//SYSUT5 DD UNIT=SYSDA,SPACE=(10,(10,10))

//SYSUT6 DD UNIT=SYSDA,SPACE=(10,(10,10))

//SYSUT7 DD UNIT=SYSDA,SPACE=(10,(10,10))

//SYSPRINT DD SYSOUT=*

//SYSLIN DD DSNAME=&&LOAD,DISP=(MOD,PASS),UNIT=SYSDA,

// SPACE=(10,(10,10)),DCB=BLKSIZE=400

//LKED EXEC PGM=IEWL,REGION=1024K

//SYSPRINT DD SYSOUT=A

//SYSLIB DD DSN=PM7351.TEST2.LOADLIB,DISP=SHR

// DD DSN=PM7351.TEST2.COB(PGM1),DISP=SHR

//SYSLMOD DD DSN=PM7351.TEST2.LOADLIB,

// DISP=SHR

//SYSUT1 DD UNIT=SYSDA,DCB=BLKSIZE=1024,SPACE=(CYL,(1,1))

//SYSTERM DD SYSOUT=*

//SYSLIN DD DSN=&&LOAD,DISP=(OLD,DELETE)

//SYSIN DD DUMMY

i am getting IEW2013I 0F08 NO MEMBER NAME WAS SPECIFIED.
MODULE WAS SAVED USING TEMPNAM1.
could any one tell me the resolution for this..?



here is my compile and link edit steps in a jcl //COMPILE1 JOB (3CUS,S),'CCDM TEST' ..

Answer / prajakta

//SYSLMOD DD DSN=PM7351.TEST2.LOADLIB,

// DISP=SHR

In this step, provide the member name in the loadlib.
Because it has not been provided, the system is saving the load module as Tempname1

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More COBOL Interview Questions

can we use COPY statement in w-s section? how?

3 Answers  


How can you declare the file ?

1 Answers   Wipro,


wirte a pgm in using files in which we hav 10 ,20,30 40...100 records in inputfile and i want them to be send to outputfile in reverse order. PLZ HELP ME OUT .........THIS IS A RECENT QUESTION IN IGATE..

5 Answers   iGate,


What is the use of EVALUATE statement?

4 Answers   Tesco,


How do u debug a S0C7 abend? (aswered till we get the field which caused that) After knowing the field which caused that how do u know the record which caused that if it is in production env? (dumb) Ok let us assume that we got to know that 100th record caused that and I wanted to skip only 100th record from the file and process from 101th. How to do that in JCL using SORT? (tried with STOPAFT but ended up dumb when he said smthing else is ther)

3 Answers   IBM,






how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please

2 Answers  


What is static and dynamic call in cobol?

0 Answers  


how to crack cts interview apps? NOVEMBER 21 2010

2 Answers   CTS,


IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.

2 Answers   ADNA, CSC,


Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?

1 Answers   Accenture,


What is the difference between a DYNAMIC and STATIC call in COBOL?

2 Answers  


In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?

3 Answers  


Categories