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 / 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 |
Where the Plan is located in CICS-DB2
how to code in cobol while using variable block file?
waht is inspect verb? where it can be in real time?
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
how do you reference the ksds vsam file formats from cobol programs
I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?
Can you please let me know the centre name of INS certification in Kolkata.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is redefines clause in COBOL?
what is srange and nosrange pls reply to ths question ?
Did anybody attend the walkin of TCS on 31st July in Gurgaon for any technology,If u have completed 3 round i.e till the HR round,have u received the Offer letter yet? Please let me know.Thanks.
How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.