Author |
Message |
Topic: Totals in report |
neoframer
Replies: 2
Views: 2619
|
Forum: Utilities Posted: Wed Jan 28, 2004 6:32 pm Subject: Totals in report |
I have following inut file sorted on key (Column position 1:2)
01
01
02
02
02
03
04
04
04
07
09
09
11
My output should look like this: i.e. with total of each record in ... |
Topic: Pulling information from file and putting it on message |
neoframer
Replies: 1
Views: 1868
|
Forum: TSO and ISPF Posted: Mon Jan 26, 2004 11:20 pm Subject: Pulling information from file and putting it on message |
I need to do following :
I need to read a PDS member (lrecl 80) , then extract the information on 2nd , 3rd & 4th line between column 75 - 80 , & then concatenate that information & display it on s ... |
Topic: Lrecl and recfm values |
neoframer
Replies: 8
Views: 6338
|
Forum: Data Management Posted: Thu Sep 25, 2003 4:02 am Subject: Lrecl and recfm values |
I am using ISRSUPC compare program and file is comparison report. |
Topic: Lrecl and recfm values |
neoframer
Replies: 8
Views: 6338
|
Forum: Data Management Posted: Thu Sep 25, 2003 1:58 am Subject: Lrecl and recfm values |
I am quoting this DD stmt. in JOB:
//DDNAME1 DD DSN=TEST.TEST.TEST,
// DISP=(NEW,CATLG),UNIT=SYSDA,
// SPACE=(0,(500,800),RLSE),
... |
Topic: CI Split |
neoframer
Replies: 1
Views: 3250
|
Forum: Data Management Posted: Fri Aug 08, 2003 9:29 pm Subject: CI Split |
Can any one explain me the process of CI Split ? I tried finding it at many places but just got basic information about that. Specifically I want to know How CI split takes place ,when many records wi ... |
Topic: Search problem |
neoframer
Replies: 1
Views: 2052
|
Forum: Utilities Posted: Fri Aug 08, 2003 9:24 pm Subject: Search problem |
I am using ISRUPC search program for searching a test string in one PDS :
//SEARCH EXEC PGM=ISRSUPC,
// PARM=(SRCHCMP,ANYC)
//NEWDD DD DSN=TSOID.DATASET1,DISP=SHR
//OUTDD DD DSN=TSOID.SRCH,DI ... |
Topic: Job Stream |
neoframer
Replies: 8
Views: 5119
|
Forum: Job Control Language(JCL) Posted: Fri Jul 11, 2003 8:59 am Subject: Job Stream |
Mike ,
Your solution allows JOB1 and JOB2 run simultaneously. But my requirement is that I want JOB2 to be executed only when JOB1 is fully completed , because JOB2 has got some dependencies over JOB ... |
Topic: Certain mainframe related clarifications |
neoframer
Replies: 6
Views: 6300
|
Forum: Other Technical Topics Posted: Wed Jul 02, 2003 10:19 pm Subject: Certain mainframe related clarifications |
Manas,
Can you also send the manual to me as well ? I am also interested in it.
My e-mail id is : neoframer@lycos.com |
Topic: Job Stream |
neoframer
Replies: 8
Views: 5119
|
Forum: Job Control Language(JCL) Posted: Wed Jul 02, 2003 10:08 pm Subject: Job Stream |
Mike,
The solution worked fine.
Thanks |
Topic: Job Stream |
neoframer
Replies: 8
Views: 5119
|
Forum: Job Control Language(JCL) Posted: Sat Jun 28, 2003 5:23 am Subject: Job Stream |
I have 4 jobs , which are to be run one after another in order :
Job1,job2, job3 and at end job4.
1. JOb2 and all subsequent jobs are to be excuted only if job 1 was completed with RC of 04 or les ... |
|