I'm having problems with the ISPF editor. When I signin a program from Eclipse to Endevor it sometimes changes the profile from COBOL (FIXED 80) to COBOL (VARIABLE 80).
****** ***************************** Top of Data ******************************
=PROF> ....COBOL (VARIABLE - 80)....RECOVERY ON....NUMBER ON STD...............
=PROF> ....CAPS OFF....HEX OFF....NULLS ON STD....TABS OFF.....................
=PROF> ....AUTOSAVE ON....AUTONUM ON....AUTOLIST OFF....STATS OFF..............
=PROF> ....PROFILE UNLOCK....IMACRO NONE....PACK OFF....NOTE ON................
=PROF> ....HILITE COBOL CURSOR FIND............................................
==MSG> *---------------------------------------------------------------------*
==MSG> * *
==MSG> * This element is referenced by no other elements. *
==MSG> * *
==MSG> *---------------------------------------------------------------------*
Does anyone know how to change the profile to FIXED?
Solution:
It's not something the profile does, it's the underlying file that is changed in the Eclipse/Endevor interaction.
Solved it by:
1. Copying all code to a new fixed dataset
2. Deleting all rows on the original file
3. Making appropriate changes to the profile
4. Copying the code back to the original file
5. Making necessary adjustments to horizontal alignment.