Author |
Message |
Topic: Banking Business Knowledge required |
tauras_kk
Replies: 5
Views: 7451
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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 ... |
|