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

why the file status should be in pic X(2).


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

New User


Joined: 16 Sep 2005
Posts: 7

PostPosted: Wed Jan 03, 2007 11:10 am
Reply with quote

hai

any one can tell me why we r supposed to use pis x(2) for file status instead of 9(2).
Back to top
View user's profile Send private message
muthuvel

Active User


Joined: 29 Nov 2005
Posts: 217
Location: Canada

PostPosted: Wed Jan 03, 2007 11:45 am
Reply with quote

Senthil,
Please go through the below link. http://www.simotime.com/vsmfsk01.htm.

Regards,
Muthuvel.
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Wed Jan 03, 2007 2:08 pm
Reply with quote

senthilkumarse wrote:
any one can tell me why we r supposed to use pis x(2) for file status instead of 9(2).
As Muthuvel pointed in his url:
Quote:
If status-key-1 is a nine (9) then status key 2 is "implementor-defined". Many vendors take advantage of the x"00' to x'FF' (or 0-255) binary value. Therefore, the file status key may not always be a numeric value.
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Thu Jan 04, 2007 4:44 am
Reply with quote

Plus, I think it's a good idea to define numeric data as PIC X if no arith is planned for them. IMHO, A/N allows for greater flexibility and has better display properties.

Think of all the PIC 9 stuff you see every day: ssn's, phone#s, employee#s, etc.
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