What are the post-Migration steps to compile a COBOL file?
Post-Migration steps to compile a COBOL file.
Solution:
1. Create a Custom Post-Migration Step.
a. Object Class = PeopleSoft File Objects
b. Object Type = Any Cobol
c. Automatic Post Migration Step = Run Custom Command
d. Custom Step Name = Compile
2. Define the Command.
The only part of this window that needs to be added change is the Command section, but you should also make sure that the ‘Command time-out’ (SSH connect) has the time set (5s is the default).
The following code needs to be added:
cobc -free -x -o helloworld-exe helloworld
Performing the Post-Migration step in Stat.
1. Go to the Post-Migration Step tab and click the Run button.
Refer the link to download OpenCobol https://www.youtube.com/watch?v=st8rjU0h0JM
Stat uses SSH technology to connect to the server and kick off the traditional COBOL compile command (pscbl.mak).
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center