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

Error: Recording mode 'F' Assumed


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
PLFaBiaN5

New User


Joined: 18 Apr 2006
Posts: 21

PostPosted: Mon Sep 25, 2006 9:34 pm
Reply with quote

could someone explain to me or point to me in a direction that could explain this for me? I don't understand this error?

18 IGYGR1216-I A "RECORDING MODE" OF "F" WAS ASSUMED FOR FILE "COMPL

it says line 18 be i don't find anything wrong with it here is the line 18

000018 FD COMPLETE-ADDRESS.

thanks guys
Back to top
View user's profile Send private message
MFRASHEED

Active User


Joined: 14 Jun 2005
Posts: 186
Location: USA

PostPosted: Mon Sep 25, 2006 10:03 pm
Reply with quote

A FD statement looks something like this (there are optional cluases)

Code:

FD  RESTART-IN-FILE                           
    RECORDING MODE IS F                       
    RECORD CONTAINS 24 CHARACTERS             
    BLOCK CONTAINS 0 RECORDS                   
    DATA RECORD IS RESTART-IN-FILE.           
                                               
01  RESTART-IN-RECORD                PIC X(24).


In your FD statement there is no RECORDING MODE clause.

Refer to manual http://publibfp.boulder.ibm.com/epubs/pdf/igy3lr31.pdf

Look for 'Data Division' File Description entries'.
Back to top
View user's profile Send private message
kgumraj

Active User


Joined: 01 May 2006
Posts: 151
Location: Hyderabad

PostPosted: Mon Sep 25, 2006 10:21 pm
Reply with quote

I feel in the File descriptor you missed RECORDING MODE IS F
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Tue Sep 26, 2006 3:54 am
Reply with quote

You didn't get an ERROR msg, you got an (I)nformational msg. All is well.

The compiler just wants you to know that it selected rec format F for that file as the default.
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts HILITE on Browse mode? TSO/ISPF 2
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
Search our Forums:

Back to Top