CA 7 Webclient FSUM7332 syntax error: got (, expecting Newline  
search cancel

CA 7 Webclient FSUM7332 syntax error: got (, expecting Newline  

book

Article ID: 381627

calendar_today

Updated On:

Products

CA 7 Workload Automation

Issue/Introduction

When I get to the point of executing the update_uss.sh script I received the following error below:

$ cd /smpe/cai/ca7webclient/apch1124_install                                                           
$ ls -l                                                                                                
total 92496                                                                                            
-rw-r--r--   1 SA29516  OMVSDGRP 23497416 Nov  6 13:46 apache-tomcat-9.0.96.zip                        
-rw-r-----   1 SA29516  OMVSDGRP 23644160 Nov  6 15:24 ca7webclient.uss.tomcat.9.0.96.tar              
-rw-r--r--   1 SA29516  OMVSDGRP  127049 Nov  6 13:48 license.txt                                      
-rwxr-xr-x   1 SA29516  OMVSDGRP   10038 Nov  6 13:48 update_uss.sh                                    
$ java -version                                                                                        
java version "1.8.0_401"                                                                               
Java(TM) SE Runtime Environment (build 8.0.8.20 - pmz3180sr8fp20-20240112_01(SR8 FP20))                
IBM J9 VM (build 2.9, JRE 1.8.0 z/OS s390-31-Bit 20231219_62619 (JIT enabled, AOT enabled)             
OpenJ9   - 08d2144                                                                                     
OMR      - 7a5005b                                                                                     
IBM      - 7394519)                                                                                                                                                                                                                                             
$ ./update_uss.sh                                                        
./update_uss.sh 1: FSUM7332 syntax error: got (, expecting Newline       
$                                                                        

Resolution

Convert the update_uss.sh file from ascii to ebcdic to run it on USS.

iconv -f  ISO8859-1 -t IBM-1047 full_path_to_ascci_file > full_path_to_ebcidic_file

or

iconv -f  ISO8859-1 -t IBM-1047 ascci_file > ebcidic_file