View previous topic :: View next topic |
Author |
Message |
misi01 Advanced
Joined: 02 Dec 2002 Posts: 629 Topics: 176 Location: Stockholm, Sweden
|
Posted: Wed Oct 19, 2022 2:55 am Post subject: Does this belong here or in the Database forum? |
|
|
Unfortunately, this is going to be a very vague query on the basis that it's 20-odd years ago I saw/used this.
There is a way of running "pure" DL/1 commands in JCL. Here's an (incorrect) example, but it might give an idea of where I'm coming from.
Code: |
//IMSIN DD *
/P SFRU 1234567890 (position the DL/1 pointer in database SFRU)
/D (delete the segment and any children)
/I SFRU 1234567890 (insert a new root segment)
/I SFRULIV the-child-segment-content-as-a-string
|
My recollection was of something (in reality) like
Code: |
//IMSIN DD *
xx 1 0 0 0 1 1 1 1 (setting authorizatios or something ????)
similar code to the example above
|
Like I say, a very vague description of what I'm after, but maybe someone can help me.
Thanx _________________ Michael |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
misi01 Advanced
Joined: 02 Dec 2002 Posts: 629 Topics: 176 Location: Stockholm, Sweden
|
Posted: Thu Oct 20, 2022 3:20 am Post subject: |
|
|
Thank you, but that wasn't it. I happened to mention it to a colleague at work. This was what I was after
Quote: |
DDLT0 is maybe what you're after.
//SYSIN DD *
S 1 1 1 1 11 VNOPU00
L GU VNOAU10 (VNOKU11 = 01001253809)
L 0500 GNP
/*
|
https://www.ibm.com/support/knowledgecenter/SSEPH2_15.1.0/com.ibm.ims15.doc.apr/ims_dfsddlt0hints.htm
When I originally saw this (as I said, maybe 20 years ago), I'm pretty sure File Manager IMS didn't exist then, so may be this was all that was available. _________________ Michael |
|
Back to top |
|
|
|
|