Author |
Message |
Topic: need to convert PD field in input file to CH filed in output |
kpmdreamz
Replies: 5
Views: 2817
|
Forum: Job Control Language(JCL) Posted: Tue May 22, 2007 12:36 am Subject: need to convert PD field in input file to CH filed in output |
thanks for the info kolusu. |
Topic: need to convert PD field in input file to CH filed in output |
kpmdreamz
Replies: 5
Views: 2817
|
Forum: Job Control Language(JCL) Posted: Mon May 21, 2007 10:21 am Subject: need to convert PD field in input file to CH filed in output |
Thanks kolusu,
it works but i just don't know what it is
i also tried
OUTREC FIELDS=(1,7,PD,TO=ZD)
which gave the required result. |
Topic: need to convert PD field in input file to CH filed in output |
kpmdreamz
Replies: 5
Views: 2817
|
Forum: Job Control Language(JCL) Posted: Mon May 21, 2007 9:42 am Subject: need to convert PD field in input file to CH filed in output |
hi all,
i have an input file with a field of 9(13) comp 3. (occupying 7 bytes)
I need to move it to an output file which defines the same field as
PIC X(13).
How do i do it.
Currently when i wa ... |
Topic: While allocating a PDS in REXX how to make it NUM OFF |
kpmdreamz
Replies: 9
Views: 6726
|
Forum: TSO and ISPF Posted: Wed May 02, 2007 7:45 am Subject: While allocating a PDS in REXX how to make it NUM OFF |
Nic - Thanks for the input.
I have added REC ON too.  |
Topic: While allocating a PDS in REXX how to make it NUM OFF |
kpmdreamz
Replies: 9
Views: 6726
|
Forum: TSO and ISPF Posted: Wed May 02, 2007 7:43 am Subject: While allocating a PDS in REXX how to make it NUM OFF |
Hi semigeezer,
both the suggestions work - but they throw open the PDS member which i don't want-
so will have to go with the MACRO. |
Topic: While allocating a PDS in REXX how to make it NUM OFF |
kpmdreamz
Replies: 9
Views: 6726
|
Forum: TSO and ISPF Posted: Tue May 01, 2007 9:53 am Subject: While allocating a PDS in REXX how to make it NUM OFF |
Hi Nic,
thanks for the info.
As of now - i am using your method to have NUM OFF and CAPS ON when the PDS is intially created.
I am doing as below:-
"PROFILE NOPREFIX" ... |
Topic: While allocating a PDS in REXX how to make it NUM OFF |
kpmdreamz
Replies: 9
Views: 6726
|
Forum: TSO and ISPF Posted: Tue May 01, 2007 9:16 am Subject: While allocating a PDS in REXX how to make it NUM OFF |
NUM OFF is an ISPF setting and is not controlled by allocation.
-- Bill - does that mean i will not be able to make NUM OFF for my PDS |
Topic: While allocating a PDS in REXX how to make it NUM OFF |
kpmdreamz
Replies: 9
Views: 6726
|
Forum: TSO and ISPF Posted: Tue May 01, 2007 7:16 am Subject: While allocating a PDS in REXX how to make it NUM OFF |
I am creating the PDS in REXX using ALLOCATE
After i check the created pds and try to create a member inside it - i find that in the PROFILE - NUM is ON.
Everytime i have to do a NUM OFF.
How do ... |
|