Hi,
Can you please help me on how to use "RDW" with FILE-AID batch. I need to display length of each record from a VB file.
Thanks.
RDW of a VB file.
-
- Posts: 279
- Joined: Fri Jul 18, 2008 7:46 pm
- Skillset: JCL,COBOL,DB2,IMS/DB,CICS,VSAM
- Referer: I was banned by superk in main forum so I am here
-
- Global moderator
- Posts: 3025
- Joined: Sun Jul 04, 2010 12:13 am
- Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
- Referer: Google
- Location: Pushing up the daisies (almost)
Re: RDW of a VB file.
F1, manual, Google. What did you find out from them?
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
Regards
Nic
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: RDW of a VB file.
Did you read the File-Aid/MVS Batch Reference Manual, especially CHAP_4.55 which has the title of RDW ? If not, I recommend reading it since this forum is not a manual reading service. If you have read it, did you attempt to use the feature and if so, what results did you get? If you have not yet tried the feature, try it.
If your site is licensed to use File-Aid, then you have access to the manuals -- whether in hard copy somewhere at your site, in soft copy on an internal web site, or (if no other way) then by accessing the Compuware support web site and downloading the manual yourself.
If your site is licensed to use File-Aid, then you have access to the manuals -- whether in hard copy somewhere at your site, in soft copy on an internal web site, or (if no other way) then by accessing the Compuware support web site and downloading the manual yourself.
-
- Posts: 279
- Joined: Fri Jul 18, 2008 7:46 pm
- Skillset: JCL,COBOL,DB2,IMS/DB,CICS,VSAM
- Referer: I was banned by superk in main forum so I am here
Re: RDW of a VB file.
Hi,
I read RDW and found this example with LIST
I don't think I've understood MOVE=(1,100,1)
Thanks.
I read RDW and found this example with LIST
Example 1:
$$DD01 LIST RDW=3,IF=(1,EQ,C'A'),MOVE=(1,100,1)
Example 1 lists the first 100 bytes of all records of this variable-length dataset that
contain the character A in the first data byte of the record (not including the 4-byte
system RDW). The RDW is not included during record processing as specified by the
RDW parameter and is not printed since the MOVE parameter is present with the LIST
function.
I don't think I've understood MOVE=(1,100,1)

Thanks.
-
- Similar Topics
- Replies
- Views
- Last post
-
-
EZIOE004 Logical I/O error on file occurred reading VB file
by savitha_y » Mon Feb 15, 2021 7:54 pm » in CA-Easytrieve - 3
- 4946
-
by savitha_y
View the latest post
Wed Feb 17, 2021 5:02 am
-
-
-
File Handling 3 input files and 1 output file by using EZT
by pavan426 » Thu Sep 09, 2021 12:17 am » in CA-Easytrieve - 0
- 4408
-
by pavan426
View the latest post
Thu Sep 09, 2021 12:17 am
-
-
-
Need to check whether file is ESDS file or not by using REXX
by Devrana » Sat Oct 05, 2024 2:28 pm » in CLIST & REXX - 6
- 3021
-
by sergeyken
View the latest post
Tue Oct 08, 2024 5:25 pm
-
-
- 6
- 2464
-
by MFDEV
View the latest post
Fri Sep 11, 2020 9:04 am
-
- 2
- 4905
-
by chaat
View the latest post
Thu Jan 28, 2021 12:09 am