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

Blank variable name in Working Stogare section


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

Active User


Joined: 31 Aug 2006
Posts: 218
Location: India

PostPosted: Mon Sep 22, 2008 12:58 pm
Reply with quote

01 WS-VAR.
10 WS-VAR1 PIC X(10).
10 PIC X(20).
10 WS-VAR3 PIC X(15).


What does the blank Indiactes.Is this similar to FILLER.

Can Any one provide some information on this?
Back to top
View user's profile Send private message
kalpana manoharan84
Currently Banned

New User


Joined: 18 Sep 2008
Posts: 4
Location: Chennai

PostPosted: Mon Sep 22, 2008 1:16 pm
Reply with quote

Hi,
YES. Its similiar to FILLER.
FILLER keyword is used to hold the values in the program permanently and are unaffected.It doesnot involve in any data operations like Move/Compute/SET.
Since the FILLER keyword is non-referencable ,its optional to code the keyword explicitly.
Back to top
View user's profile Send private message
sri_mf

Active User


Joined: 31 Aug 2006
Posts: 218
Location: India

PostPosted: Mon Sep 22, 2008 2:02 pm
Reply with quote

kalpana manoharan84 wrote:
Hi,
YES. Its similiar to FILLER.
FILLER keyword is used to hold the values in the program permanently and are unaffected.It doesnot involve in any data operations like Move/Compute/SET.
Since the FILLER keyword is non-referencable ,its optional to code the keyword explicitly.



Do You menn that both are one and the same.If not what is the difference between them?
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Mon Sep 22, 2008 2:22 pm
Reply with quote

Quote:

its optional to code the keyword explicitly


you took the trouble to copy and quote what was said. why did you not read it?
Back to top
View user's profile Send private message
sri_mf

Active User


Joined: 31 Aug 2006
Posts: 218
Location: India

PostPosted: Mon Sep 22, 2008 3:30 pm
Reply with quote

Sorry Dick i did not notice that.
Thanks for the info Dick and Thank you Kalpana.
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 Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts PD not working for unsigned packed JO... DFSORT/ICETOOL 5
No new posts Def PD not working for unsigned packe... JCL & VSAM 3
Search our Forums:

Back to Top