Skip to main content

Add Catalog Entry in ES via .sh scripts

  • December 2, 2014
  • 5 replies
  • 0 views

Hello every one,

Have you a .sh script that it can add a lot of Catalog entry in ES (files).

Thanks  in advance.


#EnterpriseServer

5 replies

  • Author
  • Rocketeer
  • 19312 replies
  • December 5, 2014

Hello every one,

Have you a .sh script that it can add a lot of Catalog entry in ES (files).

Thanks  in advance.


#EnterpriseServer

hi mbellamri,

try the mfdepinst - command

example from documentation:

cd $COBDIR/deploy
    mkdir myservice
    cd myservice
    cp /tmp/myservice.car .
    mfdepinst myservice.car
cat deploylog.txt


hth

Michael


  • Author
  • Rocketeer
  • 19312 replies
  • December 5, 2014

Hello every one,

Have you a .sh script that it can add a lot of Catalog entry in ES (files).

Thanks  in advance.


#EnterpriseServer

I'm afraid mfdepinst has nothing to do with the ES MSS JES catalog, which I assume is what the original poster was inquiring about. mfdepinst installs COBOL web services and EJBs in ES.

Regarding the original question: you can script catalog entry creation with JCL. See in particular the %PCDSN extension:

documentation.microfocus.com/.../index.jsp


  • Author
  • Rocketeer
  • 19312 replies
  • December 5, 2014

Hello every one,

Have you a .sh script that it can add a lot of Catalog entry in ES (files).

Thanks  in advance.


#EnterpriseServer

Update: use this link:

documentation.microfocus.com/.../GUID-162AFD92-0011-4714-A689-621F6EB14872.html


  • Author
  • Rocketeer
  • 19312 replies
  • December 8, 2014

Hello every one,

Have you a .sh script that it can add a lot of Catalog entry in ES (files).

Thanks  in advance.


#EnterpriseServer

ok, i've misunderstood then question.

sorry


  • Author
  • Rocketeer
  • 19312 replies
  • December 8, 2014

Hello every one,

Have you a .sh script that it can add a lot of Catalog entry in ES (files).

Thanks  in advance.


#EnterpriseServer

ok, i've misunderstood then question.

sorry