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

Why file status is declared as pic x(2)


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

New User


Joined: 10 Dec 2005
Posts: 11
Location: b'lore

PostPosted: Mon Mar 20, 2006 10:15 am
Reply with quote

hi
i have q query in declaration of the file staus in working storage section.
why file status is declared as pic x(2). why not it is pic 9(2).?

thanks
nandini
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Mon Mar 20, 2006 10:40 am
Reply with quote

nandini,

File Status Code variable can be defined 9(2) or 99 too.
I dont think its mandatory to define it like X(2).

Regards,
Priyesh.
Back to top
View user's profile Send private message
gowtham_1982
Warnings : 1

Active User


Joined: 02 Dec 2005
Posts: 109

PostPosted: Tue Mar 21, 2006 9:04 am
Reply with quote

Priyesh,

as for as i know, the file status should be declared only as two byte alphanumeric and not anything else.

suggestions welcomed.

gowtham
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Tue Mar 21, 2006 9:25 am
Reply with quote

Gowtham,

Original poster did not ask what SHOULD BE the type of the variable, original question was :
Quote:
why file status is declared as pic x(2). why not it is pic 9(2).?

& yes it CAN BE declared as numeric variable too... Isn't it ??

Regards,
Priyesh.
Back to top
View user's profile Send private message
cheryala

New User


Joined: 20 Mar 2006
Posts: 46

PostPosted: Tue Mar 21, 2006 11:33 am
Reply with quote

Hi,
I think this will give anwers to all your questions...
From manuals..
[img]FILE STATUS IS data-name-1 ---where data-name-1 Specifies the 2-character COBOL FILE STATUS key that should be defined
in the Working-Storage Section.[/img]

So generally file status code identifier is coded as alphanumeric..

Thanks
RSC
Back to top
View user's profile Send private message
mfsiri

New User


Joined: 10 Jan 2006
Posts: 5

PostPosted: Tue Mar 21, 2006 1:52 pm
Reply with quote

Hi RSC,


what is img??? your answer is not clear.
Pls explain it again.
Back to top
View user's profile Send private message
cheryala

New User


Joined: 20 Mar 2006
Posts: 46

PostPosted: Tue Mar 21, 2006 3:20 pm
Reply with quote

Hi,
Those are just like HTML tags that came when i used the buttons provided for composing replies in this forum...
U can ignore them..

Regards,
RSC
Back to top
View user's profile Send private message
mfsiri

New User


Joined: 10 Jan 2006
Posts: 5

PostPosted: Tue Mar 21, 2006 5:33 pm
Reply with quote

Why exactly we need to declare x(02) ?????
Any one pls provide solution.
Back to top
View user's profile Send private message
gowtham_1982
Warnings : 1

Active User


Joined: 02 Dec 2005
Posts: 109

PostPosted: Wed Mar 22, 2006 9:26 am
Reply with quote

priyesh.agrawal wrote:
Gowtham,

Original poster did not ask what SHOULD BE the type of the variable, original question was :
Quote:
why file status is declared as pic x(2). why not it is pic 9(2).?

& yes it CAN BE declared as numeric variable too... Isn't it ??

Regards,
Priyesh.



I agree with you priyesh.

cheers,

gowtham
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 FTP VB File from Mainframe retaining ... JCL & VSAM 1
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
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top