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

File status clause and parm length


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

New User


Joined: 25 May 2005
Posts: 52
Location: India

PostPosted: Wed May 25, 2005 11:41 am
Reply with quote

Hi,

I have 2 queries:

A) why is the parm length defined as S9(04) instead of 9(04).

B) why the file-status clause is X(2) instead of 9(2). In what cases is it of help?

Thanks.
Back to top
View user's profile Send private message
Deepa.m

New User


Joined: 28 Apr 2005
Posts: 99

PostPosted: Wed May 25, 2005 2:38 pm
Reply with quote

answer to B.

File status is kept as X(2) for future expansion like A1,A2 etc..
to be in safer side.

Can i expect your next question as why is it kept as X(2) and not x(3) ...
:-) .
We have to accept it for many reasons.
Back to top
View user's profile Send private message
ideas

New User


Joined: 25 May 2005
Posts: 52
Location: India

PostPosted: Wed May 25, 2005 3:13 pm
Reply with quote

Hi Deepa, I got some info on it...browse more at Use [URL] BBCode for External Links
need to still find for parm length...
the whole idea is of being inquisite to attain knowledge about higher levels of the system.

thanks.
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 Binary File format getting change whi... All Other Mainframe Topics 7
No new posts How to turn off 'ACTION' SDSF output ... TSO/ISPF 2
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 Store the data for fixed length COBOL Programming 1
Search our Forums:

Back to Top