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

Recording mode KSDS VSAM file specified in a COBOL Program


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

New User


Joined: 27 Jul 2006
Posts: 10

PostPosted: Fri Jan 19, 2007 4:02 pm
Reply with quote

recording mode that needs to be specified in a COBOL Program for a KSDS VSAM file
Back to top
View user's profile Send private message
William Thompson

Global Moderator


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

PostPosted: Fri Jan 19, 2007 4:09 pm
Reply with quote

The Fine Manual says that the recording mode clause is ignored for VSAM files.
Back to top
View user's profile Send private message
sachin_star3
Warnings : 1

New User


Joined: 30 Sep 2006
Posts: 78
Location: pune

PostPosted: Sun Jan 21, 2007 2:33 pm
Reply with quote

athiqmsr wrote:
recording mode that needs to be specified in a COBOL Program for a KSDS VSAM file



YES YOU CAN MENTION THE RECORDING MODE IN COBOL PROGRAME IN ENVIRONMENT DIVISION
ID DIVISION
PROGRAME-ID
ENVIRONMENT DIVISION
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT FILE1 ASSING TO DD1
RECORDING MODE IS FB


COORECT ME I AM WRONGE
FROM -SACHIN BORASE
PUNE
Back to top
View user's profile Send private message
William Thompson

Global Moderator


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

PostPosted: Sun Jan 21, 2007 4:42 pm
Reply with quote

sachin_star3 wrote:
YES YOU CAN MENTION THE RECORDING MODE
The question was "need", not "can"
Quote:
COORECT ME I AM WRONGE
Try finding the "Caps Lock" on your keyboard.... icon_wink.gif
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 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 HILITE on Browse mode? TSO/ISPF 2
No new posts Replace each space in cobol string wi... COBOL Programming 3
Search our Forums:

Back to Top