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

Query regarding VB files


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
janusman

New User


Joined: 09 Sep 2008
Posts: 31
Location: India

PostPosted: Mon Oct 06, 2008 11:48 am
Reply with quote

Hi,

I have a query with handling variable length files.

FILE INFILE1
TOT-REC1 1 7254 A
INFILE1-KEY 1 9 A
*
FILE INFILE2
TOT-REC2 1 6004 A
INFILE2-KEY 1 9 A
*
FILE OUTFILE1
OUT-REC1 1 6004 A
*
JOB INPUT (INFILE1 KEY(INFILE1-KEY) INFILE2 KEY(INFILE2-KEY))
*
IF MATCHED
OUT-REC1 = TOT-REC2
PUT OUTFILE1
END-IF

INFILE1, INFILE2, OUTFILE1 are VB. But, even i don't specify to ezt that it is not VB, it is working fine. Is there any internal processing that happens automatically?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Oct 06, 2008 1:27 pm
Reply with quote

Hello,

Quote:
Is there any internal processing that happens automatically?
Yes, Easytrieve tries to "help" you.

Many organizations require more complete definitions for code that will be promoted to production, but have no restrictions for one-time test code.
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts RC query -Time column CA Products 3
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
No new posts Joinkeys - 5 output files DFSORT/ICETOOL 7
Search our Forums:

Back to Top