If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > reading Variable Block file through IKJEFT01.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-10-05, 02:13
agmanoj agmanoj is offline
Registered User
 
Join Date: Feb 2005
Posts: 3
reading Variable Block file through IKJEFT01.

when I am reading a VB Parm file through IKJEFT01 utility, it is not reading the parm properly and some letters of the word are getting eaten up by the system.

I want to know how exactly this utility reads a VB file.

below is the parm read by the system:

READY
ROGRAM(GENARC) PLAN(DAP102) IB('SYSU.DOCUMKR.L1.LINKLIB')
IKJ56621I INVALID COMMAND NAME SYNTAX

But the actual parm is

DSN SYSTEM(DSN)
RUN PROGRAM(GENARC) PLAN(DAP102) -
LIB('SYSU.DOCUMKR.LINKLIB')
END
Reply With Quote
  #2 (permalink)  
Old 02-10-05, 07:32
antonv antonv is offline
Registered User
 
Join Date: May 2003
Location: Amsterdam
Posts: 65
You must leave the first 8 columns blank, then it should work.
__________________
Anton Versteeg
IBM Netherlands
Reply With Quote
  #3 (permalink)  
Old 02-10-05, 20:20
jacampbell jacampbell is offline
Registered User
 
Join Date: Jan 2005
Posts: 191
Is the file VBA (or even VBM)? If so, the first column is being ignored as it is expected to contain the ANSI control character.

James Campbell
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On