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

How to handle low values from a file in a COBOL program


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

New User


Joined: 01 Dec 2006
Posts: 8
Location: chennai

PostPosted: Wed Feb 28, 2007 10:55 am
Reply with quote

How to handle low values from a file in a COBOL program?
Ex: If i get low values for a particular field in a file, i should replace them by spaces. How do i do this?
Back to top
View user's profile Send private message
vicky10001
Warnings : 1

Active User


Joined: 13 Jul 2005
Posts: 136

PostPosted: Wed Feb 28, 2007 11:37 am
Reply with quote

You can use INITIALIZE verb.

Syntax

<--------------+
>--INITIALIZE----identifier-1----------------------------------------------

---------------------------------------------------------------------------
? <---------------------------------------------------------+
+-REPLACING------ALPHABETIC-----------------------BY----identifier-2-----
+-ALPHANUMERIC--------? +-DATA-+ +-literal-1----+
+-ALPHANUMERIC-EDITED-?
+-NATIONAL------------?
+-NATIONAL-EDITED-----?
+-NUMERIC-------------?
+-NUMERIC-EDITED------?
+-DBCS----------------?
+-EGCS----------------+



Example

INITIALIZE variablename/verybookname
Back to top
View user's profile Send private message
raak

Active User


Joined: 23 May 2006
Posts: 166
Location: chennai

PostPosted: Wed Feb 28, 2007 12:55 pm
Reply with quote

U can also use this..

INSPECT field REPLACING ALL low-values BY SPACE.
Back to top
View user's profile Send private message
devidas-patil

New User


Joined: 08 Jan 2007
Posts: 54
Location: pune

PostPosted: Wed Feb 28, 2007 2:23 pm
Reply with quote

Hi all,
i want to know how we will get the low values in the field of file untill we move to the field.
if we are moving that we are moving purposefully for check or either when we read from one file and processed that data and want to read another record .
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 2
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 Replace each space in cobol string wi... COBOL Programming 3
Search our Forums:

Back to Top