IKJ56533I STMT 252 - IF STMT CONTAINS NO EXPRESSION OR THEN



IBM's Command List programming language & Restructured Extended Executor

Re: IKJ56533I STMT 252 - IF STMT CONTAINS NO EXPRESSION OR T

Postby steve-myers » Thu Jul 17, 2014 9:12 am

Pedro wrote:... Copy the VBS to a VB data set. And then read the VB file with rexx. Yes, you might lose some really long records, but there are not that many of them.
That will work, but the output data set can be large. Just as an experiment I copied RECFM=VBS, LRECL=32767 to RECFM=VB, LRECL=32752, BLKSIZE=32760. Didn't lose anything, but "LONGEST RECORD WAS 32750." Worse, the input data set used 11604 tracks and the output data set was 19969 tracks. The other potential trouble is the odds are long you'll lose type 30 records if you discard all long records.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: IKJ56533I STMT 252 - IF STMT CONTAINS NO EXPRESSION OR T

Postby durgam4 » Fri Jul 18, 2014 3:30 pm

I converted VBS to VB with ICETOOL and read the file with REXX. Thank you all for your replies.
durgam4
 
Posts: 9
Joined: Fri Jun 25, 2010 4:59 am
Has thanked: 0 time
Been thanked: 0 time

Previous

Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post