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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you define a variable of comp-1 and comp-2?

670


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

662


Give some examples of command terminators?

733


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1871


IF I mention stop run in CICS what happens?

1858






How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2686


Can we change the password using ALTER? anyone tried and changed?

1517


How do define dynamic array in cobol.

639


What is the difference between structured cobol programming and object alternativelyiented cobol?

720


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1589


In COBOL programming, what is PERFORM? What is VARYING?

650


HOw can I get the negative sign while deduct high value from low value

1760


) How do u handle errors in BMS macro?

1398


how do you reference the ksds vsam file formats from cobol programs

631


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2637