I am in a migration project where moving all the mainframe host code to Microfocus windows server and verifying the results. in this most of my Easytrieve module failed with RETURN-CODE=-1073741819 only in Microfocus side but not in Mainframe Host.
There are no syntax errors. There are no name errors. There are no warning messages in either side but at runtime, the Easytrieve on microfocus abends with condition code 03345 (RETURN-CODE=-1073741819 )
just adding
CALL XXCONSOL USING ('Hello ')
the above statements in module the job is running successfully but it is not consistent
Can some one help me as i am new to easytrieve and Microfocus