IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

how to delete the o/p file when the o/p file has no records


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
y5cs878

New User


Joined: 26 Apr 2011
Posts: 2
Location: chennai

PostPosted: Tue Apr 26, 2011 10:24 am
Reply with quote

I want to create a cobol program fro the below requirement..

Reqmt: Input file has 3 types of Accounts. We want to segregate and write these 3 types of accounts to 3 different files. if any one of the o/p file was empty . it should not create even an empty file(this case should be handled in cobol program itself).

Can any one help me how to resolve this problem.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Apr 26, 2011 10:59 am
Reply with quote

Unless the files are dynamically allocated by the COBOL program,
(output for a file is determined as yes)
you will need to have a succession of 3 IEFBR14's,
each referencing with a DISP=(old,delete,delete) one of the files,
and having a double
[e.g. (rc=1)or(rc=4)] (syntax found in JCL reference manual and the users guide - great write-up)
COND CODE= parm for the EXEC parm,
or an IF,
controlled by the Return-code of the COBOL program.
Back to top
View user's profile Send private message
y5cs878

New User


Joined: 26 Apr 2011
Posts: 2
Location: chennai

PostPosted: Tue Apr 26, 2011 11:04 am
Reply with quote

Thanks for the Quick response

Can you provide any exanmple for dyanmic flie allocation in COBOL.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Apr 26, 2011 11:36 am
Reply with quote

many topics here in the forum.

because I consider dynamic file allocation in COBOL,
something that i feel application programmers should not do
you can search yourself in this forum. lots of topics and solutions.

if you are an application programmer, you will have to dig,
if you are a systems type, then the info is also there.

you are lucky,
my girlfriend is showing up soon
so, I will refrain from making any negative remarks,
though it is obvious that I want to make some.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
Search our Forums:

Back to Top