MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 4 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: Cobol + db2 programming
sureshmbt

Replies: 1
Views: 1678

PostForum: Application Programming   Posted: Fri Jun 08, 2007 8:03 am   Subject: Cobol + db2 programming
Iam new cobol+db2 programing.I need help regarding without using the jcl.i want to retrive the data db2 to cobal and like vise versa.

please give me cobol sample code,please help me out

suresh
  Topic: Retrieving Duplicates
sureshmbt

Replies: 1
Views: 1627

PostForum: Database   Posted: Thu Sep 21, 2006 5:49 am   Subject: Retrieving Duplicates

select *
from employ
where dept_id in (select dept_id from employ group by dept_id having count(*) > 1)
  Topic: explain this steps
sureshmbt

Replies: 1
Views: 1068

PostForum: Database   Posted: Wed Sep 20, 2006 8:00 am   Subject: explain this steps

//STEP001 EXEC PGM=IKJEFT01,DYNAMNBR=20
//SYSTSPRT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYST ...
  Topic: what is the purpose of processer group
sureshmbt

Replies: 4
Views: 4489

PostForum: Database   Posted: Mon Aug 21, 2006 1:25 am   Subject: what is the purpose of processer group
what is the purpose of processer group
 
Page 1 of 1
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group