What is the default value of DISP for temp datasets
Answers were Sorted based on User's Feedback
Answer / sampath kumar
in the above answer is not correct...
disp=(new,pass,delete) and dsn=&&temp...it is correct answer..
Is This Answer Correct ? | 32 Yes | 4 No |
Answer / pradeep kumar
for DSN=&&TEMP,
i) If the uasge of temporary file is within the step, then
DISP=(NEW,DELETE,DELETE) can be used
ii) If the usage of the temporary file is passed to its
next step, then DISP=(NEW,PASS,DELETE) can be used.
Is This Answer Correct ? | 5 Yes | 0 No |
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
DATAONLY, MAPONLY functionality?
is it possible to declare index in cobol program? if it is not why its tell me pls
What is the Importance of GLOBAL clause According to new standards of COBOL?
how to check whether the open command of a sequential file is successful? or not?
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
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..?
what will be the output when a)pic 9(6)value 000178 is moved to pic ***,***. b)pic 9(5) value 57397 is moved to pic $$,$$9.
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?
Whtz the specialty of 77 level number ?