View previous topic :: View next topic |
Author |
Message |
jagbrew Beginner
Joined: 09 Aug 2004 Posts: 5 Topics: 4
|
Posted: Thu Oct 07, 2004 2:16 pm Post subject: DFHPCT - What column can it start in? |
|
|
I have searched and can't find out whether the DFHPCT parameter can start in 1, or if it can only start in 2 and beyond... Anybody have a reference point for this? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Oct 07, 2004 3:14 pm Post subject: |
|
|
jagbrew,
The DFHPCT macro should start in column 10 as shown below
Code: |
column column column
10 16 72
DFHDCT TYPE=SDSCI,DSCNAME=GDMT,TYPEFLE=OUTPUT X
BLKSIZE=136,RECFORM=VARUNB,RECSIZE=132
DFHDCT TYPE=EXTRA,DSCNAME=GDMT,DESTID=GDMT,RSL=n
|
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Fri Oct 08, 2004 12:32 am Post subject: |
|
|
Kolusu gave you an example for a DCT, but the rules are for all tables - actually they are normal assembler rules. You are still using PCT tables ? These should have been migrated to the CSD file a long time ago. What very old version of CICS are you using ? |
|
Back to top |
|
 |
|
|