Author |
Message |
Topic: Importing PS file into EXcel via JCL |
kris_mf
Replies: 2
Views: 4208
|
Forum: Job Control Language(JCL) Posted: Fri Apr 22, 2005 2:45 am Subject: Importing PS file into EXcel via JCL |
Hi,
We are importing PS file to a CSV file via FTP. We have a requirement to import it using JCL. Is there any way to do like that?
Thanks,
Sai Krishna |
Topic: Help needed in using INCLUDE members - JCL ERROR |
kris_mf
Replies: 4
Views: 3215
|
Forum: Job Control Language(JCL) Posted: Fri Feb 18, 2005 2:35 am Subject: Help needed in using INCLUDE members - JCL ERROR |
hi,
I've used the jcllib order : I haven't writen the entire jcl here....
// JCLLIB ORDER=(E2CTSS2.IIRS.PDSMEM) |
Topic: Help needed in using INCLUDE members - JCL ERROR |
kris_mf
Replies: 4
Views: 3215
|
Forum: Job Control Language(JCL) Posted: Fri Feb 18, 2005 1:23 am Subject: Help needed in using INCLUDE members - JCL ERROR |
Hi,
Could you please help me in solving the problem.?
I've created a PDS member using IEBGENER as :
//S35S EXEC PGM=IEBGENER
//SYSUT1 DD DSN=TST.CTS.IDCAMS.FMT ... |
Topic: IEBUPDTE Help |
kris_mf
Replies: 4
Views: 7255
|
Forum: Job Control Language(JCL) Posted: Mon Feb 14, 2005 2:20 am Subject: IEBUPDTE Help |
Hi,
I 've used the following JOB card to create PDS member from a PS file
//IEBUPDTE JOB (0009500),'UPDTE',CLASS=Q,MSGCLASS=6,
// MSGLEVEL=(1,1),NOTIFY=&SYSUID ... |
Topic: Merging files stored in a file |
kris_mf
Replies: 1
Views: 1875
|
Forum: Job Control Language(JCL) Posted: Thu Feb 10, 2005 4:18 am Subject: Merging files stored in a file |
Hi,
We have requirement to merge all the input files to a single PS file.The input files are stored in a PS file like:
TST.CTS.SAMPLE.DATA1 has the input files :
HSI.RQ32251.AA001.CMF
HSI.RQ ... |
Topic: Accessing group of data sets - ADRDSSU utility |
kris_mf
Replies: 2
Views: 2076
|
Forum: TSO and ISPF Posted: Wed Feb 09, 2005 11:54 pm Subject: Accessing group of data sets - ADRDSSU utility |
Hi,
how can I copy TST.HSI.RQ32251.AA00*.CMF data sets into a single file using IEBGENER..? Is there any utility to do this..? The AA00* data sets has random values.
Kris |
Topic: Accessing group of data sets - ADRDSSU utility |
kris_mf
Replies: 2
Views: 2076
|
Forum: TSO and ISPF Posted: Wed Feb 09, 2005 4:22 am Subject: Accessing group of data sets - ADRDSSU utility |
Hi,
Could you please help me in solving the following problem.
I have used the following JCL segemnt
//ADRDSSU JOB 00000,'CONCAT PS ',CLASS=Q,MSGCLASS=4,
// NOTIFY=& ... |
Topic: loading multiple files in a single file-wild card processing |
kris_mf
Replies: 1
Views: 1555
|
Forum: Utilities Posted: Mon Feb 07, 2005 8:08 am Subject: loading multiple files in a single file-wild card processing |
Hi,
We have a requirement to process more than 200 physical sequential files(Approx) . The files are in the format:
HSI.RQ32251.#####.CMF where ##### is a 5 digit panel number varies time to t ... |
|