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: Banking Business Knowledge required
tauras_kk

Replies: 5
Views: 7451

PostForum: Related Non-Technical Topics   Posted: Sat Oct 16, 2004 11:24 am   Subject: Banking Business Knowledge required
Sandip,

If you are still looking for some resource, you might want to check out this site.

http://www.investorwords.com/

Cheers,
Karthik
  Topic: I want create dataset name with date and time then copy?
tauras_kk

Replies: 15
Views: 13991

PostForum: Job Control Language(JCL)   Posted: Fri Oct 08, 2004 5:23 am   Subject: I want create dataset name with date and time then copy?
Pgorthi,

DCB parameters are missing for your Sortout file.

Include the below
// DCB=(LRECL=80,RECFM=FB,BLKSIZE=800)

after this
// SPACE=(CYL,(10,10),RLSE),
and try ...
  Topic: how to delete contents of BSAM or QSAM file?
tauras_kk

Replies: 8
Views: 4533

PostForum: Data Management   Posted: Wed Oct 06, 2004 11:19 am   Subject: how to delete contents of BSAM or QSAM file?
Kolusu,

disp=shr works fine for me..any specific reason why this needs to be changed.

Cheers
Karthik
  Topic: how to delete contents of BSAM or QSAM file?
tauras_kk

Replies: 8
Views: 4533

PostForum: Data Management   Posted: Wed Oct 06, 2004 10:43 am   Subject: how to delete contents of BSAM or QSAM file?
Pgorthi,

You might want to try this JCL (which uses IEBGENER utility)

//*
//Step01 EXEC PGM=IEBGENER
//SYSUT1 DD DUMMY,DCB=DCB Parameters of "FILE"
//SYSUT2 D ...
 
Page 1 of 1
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group