MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Does this belong here or in the Database forum?

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
misi01
Advanced


Joined: 02 Dec 2002
Posts: 618
Topics: 172
Location: Stockholm, Sweden

PostPosted: Wed Oct 19, 2022 2:55 am    Post subject: Does this belong here or in the Database forum? Reply with quote

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
View user's profile Send private message Send e-mail
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12367
Topics: 75
Location: San Jose

PostPosted: Wed Oct 19, 2022 1:07 pm    Post subject: Reply with quote

misi01,

I think you are recollecting the syntax for File Manager IMS. Check this topic and see if it rings a bell.

https://www.mvsforums.com/helpboards/viewtopic.php?t=12785
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
misi01
Advanced


Joined: 02 Dec 2002
Posts: 618
Topics: 172
Location: Stockholm, Sweden

PostPosted: Thu Oct 20, 2022 3:20 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group