Author |
Message |
Topic: Two jobs in a member |
kingofbeasts
Replies: 7
Views: 2655
|
Forum: Job Control Language(JCL) Posted: Mon Jan 05, 2004 4:19 am Subject: Two jobs in a member |
Hi,
I have two Jobs in a PDS member. When Job is submitted, the two jobs will be executed. I want to execute the first job and stop the execution of the second job.
The JCL looks like,
//jobn ... |
Topic: Pad a constant in VB |
kingofbeasts
Replies: 7
Views: 3297
|
Forum: Utilities Posted: Tue Nov 11, 2003 5:44 am Subject: Pad a constant in VB |
Kolusu,
I was on vacation for some day.
Here is the sysout of the SYNCTOOL
DDDDCNTL :
OPTION SKIPREC=1 ... |
Topic: Pad a constant in VB |
kingofbeasts
Replies: 7
Views: 3297
|
Forum: Utilities Posted: Fri Oct 24, 2003 5:17 am Subject: Pad a constant in VB |
Kolusu,
I am getting "OUTPUT LRECL REQUIRES PADDING OR TRUNCATION" error message.
The sort card used is
//TOOLIN DD *
COPY FROM(IN) TO(OUT) USING(HHHH) ... |
Topic: Pad a constant in VB |
kingofbeasts
Replies: 7
Views: 3297
|
Forum: Utilities Posted: Thu Oct 23, 2003 3:02 am Subject: Pad a constant in VB |
Kolusu,
Thanks for the reply.
I need to retain the length of the record. When a constant is added, the length of the record is increased. Please suggest |
Topic: Pad a constant in VB |
kingofbeasts
Replies: 7
Views: 3297
|
Forum: Utilities Posted: Wed Oct 22, 2003 11:35 am Subject: Pad a constant in VB |
Hi,
I want to pad a constant 'D' at the begining of the records in a file. The file is VB and is having the record length as 9279. The SYNCTOOL is used.
The sort card created is:
//TOOLIN DD ... |
|