Hi I want to catalogue interpreted record layout into a dataset.
How can this be done in FILEAID batch?
Please share JCL.
How to catalogue interpreted record layouts ??
Re: How to catalogue interpreted record layouts ??
Code: Select all
//STEP1 EXEC PGM=FILEAID
//DD01RL DD SYSOUT=*
//DD01O DD SYSOUT=*
//DD01 DD DSN=COPYBOOK.PDS.NAME,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
$$DD01 RLPRINT MEMBER=COPYBOOK
/*
RLPRINT did the job.The interpreted record layouts would be printed in SYSLIST dataset.
Thanks Anyway.
Re: How to catalogue interpreted record layouts ??
RLPRINT did the job.The interpreted record layouts would be printed in SYSLIST dataset.
Print mistake

RLPRINT did the job.The interpreted record layouts would be printed in SYSLIST DD.
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: How to catalogue interpreted record layouts ??
Hello,
Good to hear that you have a "solution". . .
The request was to "catalog interpreted record layout" which (for most of us) has nothing to do with simply printing a member.
I mention this because the more clearly you present your requirement, the sooner you will receive usable replies.
Good to hear that you have a "solution". . .
The request was to "catalog interpreted record layout" which (for most of us) has nothing to do with simply printing a member.
I mention this because the more clearly you present your requirement, the sooner you will receive usable replies.
Hope this helps,
d.sch.
d.sch.
-
- Similar Topics
- Replies
- Views
- Last post
-
-
File def'n-problem with different records layouts
by ralph » Tue Oct 26, 2021 10:47 pm » in IBM Cobol - 2
- 1534
-
by ralph
View the latest post
Wed Oct 27, 2021 1:42 am
-
-
-
Copy partial record after a string in a record using SORT.
by Esmayeelhusen » Thu May 04, 2023 3:03 pm » in DFSORT/ICETOOL/ICEGENER - 16
- 4375
-
by Esmayeelhusen
View the latest post
Mon May 22, 2023 3:50 pm
-
-
- 2
- 1412
-
by PRDVCF
View the latest post
Thu Nov 17, 2022 9:58 pm
-
-
compare substring in the same record
by samb01 » Mon Jun 12, 2023 1:08 pm » in DFSORT/ICETOOL/ICEGENER - 10
- 2954
-
by sergeyken
View the latest post
Tue Jun 13, 2023 11:04 pm
-
-
-
Extract first record from multiple files
by Prasanna G » Wed Jan 13, 2021 2:14 pm » in DFSORT/ICETOOL/ICEGENER - 5
- 1784
-
by Prasanna G
View the latest post
Wed Jan 13, 2021 11:16 pm
-