IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

JCL to copy/transfer ADSO records from IDD


IBM Mainframe Forums -> IDMS/ADSO
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
elangovan_paul

New User


Joined: 30 Mar 2007
Posts: 7
Location: Chennai

PostPosted: Fri Dec 12, 2008 3:07 pm
Reply with quote

Hi,

My requirement is to get the record structures of IDMS records defined in IDD. Currently i have been doing the copy manually by using
display record <record name>

As there are many records that need to downloaded I need a JCL to copy/transfer ADSO records from IDD to datasets or PDS.
Please forward if you have one!!

Also any other way by which i can get the structure of the records present in IDD to a text file would be appreciated (other than the manual copying)

Thanks a lot.

Regards,
Elan
Back to top
View user's profile Send private message
sudharsan.soundararajan
Warnings : 1

New User


Joined: 15 Oct 2008
Posts: 17
Location: Chennai

PostPosted: Tue Dec 23, 2008 12:27 pm
Reply with quote

Hi elangovan,

currently i am using the following JCL to retrive the IDMS records in the IDD.
give a try but i am not sure

//IDMSRPTS EXEC PGM=IDMSRPTS,REGION=2000K
//SYSJRNL DD DUMMY
//SYSOUT DD SYSOUT=*
//*YSLST DD SYSOUT=*,DCB=BLKSIZE=3059
//SYSLST DD DSN=xxxxxx.yyyyyy.zzzzzz,
// DISP=(NEW,CATLG,CATLG),
// UNIT=SYSDA,SPACE=(CYL,(10,10),RLSE),
// DCB=(RECFM=FB,LRECL=133,BLKSIZE=0)
//SYSIDMS DD *
DICTNAME=****** ( Dictionary name)
/*
//SYSIPT DD *
SCHEMA=AAAAAA VERSION=(10) ( SCHEMA NAME)
SCHRPT SSCRPT
/*
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> IDMS/ADSO

 


Similar Topics
Topic Forum Replies
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Pulling a fixed number of records fro... DB2 2
No new posts VB to VB copy - Full length reached SYNCSORT 8
No new posts Join multiple records using splice DFSORT/ICETOOL 5
No new posts EZT program to build a flat file with... All Other Mainframe Topics 9
Search our Forums:

Back to Top