Search found 7 matches

by Abhiyanta
Fri Mar 12, 2010 12:25 pm
Forum: JCL
Topic: JCL to send a e-mail with zip file attached
Replies: 6
Views: 11574

JCL to send a e-mail with zip file attached

Hi, Please help me for JCL which is used to send a e-mail with ZIP file attached. Our corrent JCL is not working for zip file attachment. //STEP02 EXEC PGM=IEBGENER //SYSIN DD DUMMY //SYSPRINT DD SYSOUT=* //SYSUT2 DD SYSOUT=(B,TCPSMTP) //SYSUT1 DD DISP=SHR, // DSN=DPFCBP2.D381057.SOURCE(ABCCNTL) // ...
by Abhiyanta
Tue Jul 04, 2006 7:03 pm
Forum: COBOL
Topic: solve it
Replies: 10
Views: 31367

solve it

Tell me output of following porgram. : : working-storage section. 77 A PIC 9 VALUE IS 1. : PROCEDURE DIVISION. EVALUATE TRUE WHEN A = 1 DISPLAY "CASE1" WHEN A <2 DISPLAY "CASE2" WHEN OTHER DISPLAY "OTHER" END-EVALUATE.
by Abhiyanta
Tue Jul 04, 2006 6:46 pm
Forum: CICS
Topic: can u tell me Alternative for COMMAREA ?
Replies: 1
Views: 5447

can u tell me Alternative for COMMAREA ?

hi
this question was asked me in interview of wipro.
plz tell me answer.
by Abhiyanta
Tue Jun 13, 2006 9:55 am
Forum: JCL
Topic: How many MAXIMUM Jobs can be submitted in a single JCL
Replies: 3
Views: 15551

Hi

I think no of job in single jcl is 15. and no of steps in 1 job is 255
by Abhiyanta
Tue Apr 18, 2006 10:02 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: DB2
Replies: 3
Views: 12523

Re: DB2

priya wrote:what is the +100 and -100 in DB2 sql error codes mean?what the sign represent here?
thanx[/i]
+100 error code will come when END OF TABLE occurs.
by Abhiyanta
Fri Mar 31, 2006 10:55 pm
Forum: JCL
Topic: can we call proc from proc?
Replies: 6
Views: 13571

can we call proc from proc?

is it possible for calling procedure of jcl from procedure?
if yes. plz tell how many level we can do?
if no . why?
by Abhiyanta
Fri Mar 31, 2006 10:48 pm
Forum: JCL
Topic: Question about VSAM(KSDS)?
Replies: 2
Views: 9732

Question about VSAM(KSDS)?

What is logic behind MOVING approximatly half RECORDS of current CI to new CI while doing CONTROL INTERVALE (CI) SLITING??