NEE COBOL application set up

Hi,
Am trying to create a cobol app in engineer and I know what the PDS name of the cobol source code is, but have no idea what I’m supposed to use for the alias, which is evidently a compulsory field.
Any suggestions please as to where I would find this information?
ta, DJ

Hi
You can set the Alias to be any name you like - up to 8 bytes.
Internally this is stored on the objects control record rather than the potential 44 byte PDS name.
So, if extracting COBOL from Application ABC, why not ABCPDS as the Alias for the Source members and ABCPROC for the PDS where the Procedures are located.
It’s up to you - but make them unique within an application.
HTH
BJ

Hi Brian, long time no chat :slight_smile:
Have applied the alais as you recommend and that works ok, but the app is now refusing to actually extract any cobol from the PDS (PanValet based), so if you get a chance, please can you take a look at the attachment and see if there’s anything else I’m doing wrong,
ta, Debs
COB APP.docx (123 KB)