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 |
input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed dd name and dd name is not matching with file and soc7 check the sysdump and copy the offest address then correct it in the program.
10 Answers ADP, Amdocs, Cap Gemini, Keane India Ltd, Super Value, TCS,
I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
Can printer files (having 133 characters) be of variable length?
i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me
what is the difference between implicit and explicit scope terminator with example?
How to replace the GOTO statement in COBOL without changing the structure of program. e.g. consider following code... I.D. E.D. D.D. P.D. compute C = A + B. GOTO para 100-display. compute D = C - D. GOTO 200-display. some other logic...... ........ GOTO 300-para. ...... ...... GOTO 400-para. Now I want to replacce all GOTO statements without changing the structure and otput of program.
write a program to eliminate duplicate records in a input file and send them to output file.
How can we know that cobol program is using report file or simple file....?
Explain how you can characterize tables in cobol?
HELLO FRIENDS, THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING QUESTION IN COBOL, THAT IS WHAT ARE THE VALUES WE CAN SEE IN HIGHVALUES AND LOWVALUES, CAN U PLEASE GIVE ME THE ANSWER