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

updating a flat file


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

New User


Joined: 17 May 2005
Posts: 2
Location: pune

PostPosted: Tue May 17, 2005 5:59 pm
Reply with quote

I have coded a cobol pgm of updating a flat file of variable length.
The pgm works fine for flat files with SMS-compressible-NO option.
But it creates a pblm fr the file with SMS-compressible-YES option.
It gives a error that FILE-STATUS is 90 i.e. open error.
Back to top
View user's profile Send private message
priya

Moderator


Joined: 24 Jul 2003
Posts: 568
Location: Bangalore

PostPosted: Sat May 21, 2005 11:03 pm
Reply with quote

What's your JCL?
Back to top
View user's profile Send private message
gvt460

New User


Joined: 04 Mar 2005
Posts: 23

PostPosted: Sun May 22, 2005 12:15 pm
Reply with quote

how can u update flat file?
can i have code for that program?
what is sms yes&sms no.
let me know.
plz give me reply.
file status 90 is logical error.
i think that is open mode problem.
Back to top
View user's profile Send private message
mohantv

New User


Joined: 17 May 2005
Posts: 2
Location: pune

PostPosted: Thu Jun 09, 2005 8:39 am
Reply with quote

FD section.
Block contains 0.
Record varying in length from 1 to 4092.

In my jcl.

sysut1 is the input file name.
sysut2 is the op file with the attributes that are same of the input file.

Can you please tell on what basis does the system gives the attributes as sms compressible yes or no.
Is it on the basis of the reocords it contain?
I just copied ten records of that file then it showed me sms compressible yes and the pgm worked.
But whe i tried to copy the whole big file what tracks and cylinders or any option should i give so that it gives sms compressible no.

Try to pls emphasize on sms compressiblitys creteria.

waiting for the reply...........
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 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
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top