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 redefine the field of x(200) to less than 200?

0 Answers  


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

0 Answers  


why occurs clause not mentioned in 01 level

6 Answers   HCL, NIIT, TCS, Tesco,


What is COMP-1? COMP-2?

4 Answers   CitiGroup,


i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..

5 Answers   IBM,






What is a report item?

0 Answers  


How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one

10 Answers   IBM,


S9(5)V9(2) occupies how many bytes memory ?

6 Answers   Cap Gemini,


What do you feel makes a good program?

2 Answers  


Name the sections present in data division.

0 Answers  


When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these

6 Answers   Wipro,


what is the difference between COBOL2 AND COBOL390?

0 Answers   L&T,


Categories