Re: Compile and run later

Mike Stramba <[email protected]>
Newsgroups gmane.comp.emulators.turnkey-mvs
Message-ID <[email protected]>
1) RPF won't let you edit / view certain types (not sure which) of datasets.
The manual says "View not available, The specified dataset is not a
card image library.", which I would *think* means 80 byte records (for
'card image'), but it *does* let me view a dataset with 121 Lrecl)

Anway,
At the TSO promp (or RPF option 6 (TSO), use the PDS command

PDS HUDSON.LINKLIB
d(isplay)
**** should see 'GRID' ... and any other members you've compiled **
end   **** exit PDS

call 'hudson.linklib(grid)'

There is a mechanism for "implicit" running, e.g. anything in
SYS1.LINKLIB, SYS2.LINKLIB, but I'm not sure where that's setup.

In "Intro to Zos Basics", page 496 "Search order for programs",
http://tinyurl.com/23z7as4

it says
"5. Libraries in the linklist, as specified in PROGxx and LNKLSTxx
By default, the linklist begins with SYS1.LINKLIB, SYS1.MIGLIB, and
SYS1.CSSLIB. However, you can change this order using SYSLIB in
PROGxx and add other libraries to the linklist concatenation. The system
must bring modules found in the linklist into private area virtual
storage before
the programs can run.
The default search order can be changed by specifying certain options on the
macros used to call programs. The parameters that affect the search order the
system will use are EP, EPLOC, DE, DCB, and TASKLIB. For more information
about these parameters, see the topic about the search for the load module in
z/OS MVS Programming: Assembler Services Guide. Some IBM subsystems
(notably CICS and IMS) and applications (such as ISPF) use these facilities to
establish other search orders for programs."

I don't know what relevance that has to Turnkey (MVS38j)

You can also add a CLIST in either Hudson.CMDPROC or SYS1.CMDPROC :,
just putting the same command as above :

Just add a member called whatever, e.g.   RUNGRID, or even just GRID

call 'hudson.linklib(grid)'

Then you'll be able to just type GRID at the TSO prompt.

Mike


On 5/19/10, Ron Hudson <[email protected]> wrote:
>>
>> I susspected It was something like that - I now have a new PDS (I think
> it's a PDS)
> but I cant 'E' it in RPF menu 3.4 to verify it has a member named "Grid"
>
>    HUDSON.DATA.DATA           PUB002 10.138 PO   FB      80  3120   1   300
> 299
>    HUDSON.FORT.FORTH          PUB000 10.138 PO   FB      80  3120   1
> 30    5
>    HUDSON.LINKLIB             MVSCAT 10.138 PO   U        0 32760   1
> 45   44
>    HUDSON.PROG.PL1            PUB002 10.133 PO   FB      80  3120   1   150
> 149
>
> So, How do I run it now?
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.