| Author |
Message |
Topic: Upload an MDB into a VSAM file |
MY4114
Replies: 4
Views: 3324
|
Forum: TSO and ISPF Posted: Mon Mar 03, 2003 10:18 am Subject: Upload an MDB into a VSAM file |
| Thanks Venkata Ramana. I am using the macros and they are working fine. |
Topic: Batch job to FTP/NDM a file to mainframe |
MY4114
Replies: 6
Views: 10118
|
Forum: TSO and ISPF Posted: Wed Feb 26, 2003 3:43 pm Subject: Batch job to FTP/NDM a file to mainframe |
| Thanks semigeezer and Venkata Ramana Reddy |
Topic: Batch job to FTP/NDM a file to mainframe |
MY4114
Replies: 6
Views: 10118
|
Forum: TSO and ISPF Posted: Wed Feb 26, 2003 9:23 am Subject: Batch job to FTP/NDM a file to mainframe |
| Thanks for the code. I have another question. Suppose we are using IND$FILE for file trasfer, is there a way to do it in batch? |
Topic: Upload an MDB into a VSAM file |
MY4114
Replies: 4
Views: 3324
|
Forum: TSO and ISPF Posted: Wed Feb 26, 2003 9:11 am Subject: Upload an MDB into a VSAM file |
| Thanks for the response. This is what we are doing currently. We are manually converting the MDB tables into flat files and uploading them to mainframes. I wanted to know if we can automate these two ... |
Topic: Batch job to FTP/NDM a file to mainframe |
MY4114
Replies: 6
Views: 10118
|
Forum: TSO and ISPF Posted: Tue Feb 25, 2003 5:30 pm Subject: Batch job to FTP/NDM a file to mainframe |
Does anyone have the steps/job to do a FTP/NDM in BATCH. Basically I need to upload a file from my PC to mainframes in a scheduled batch job. Would appreciate if you can share the code.
Thanks. |
Topic: Upload an MDB into a VSAM file |
MY4114
Replies: 4
Views: 3324
|
Forum: TSO and ISPF Posted: Tue Feb 25, 2003 4:55 pm Subject: Upload an MDB into a VSAM file |
| I would like to know the most efficient, less time taking and NO/Minimal manual effort involved process that can be used to upload the tables of an MDB into VSAM files. |
Topic: Execute the 2nd step irre of the 1st step.. |
MY4114
Replies: 3
Views: 4736
|
Forum: Job Control Language(JCL) Posted: Mon Jan 13, 2003 2:14 pm Subject: Execute the 2nd step irre of the 1st step.. |
You can also use COND=EVEN. This will allow the step to be executed even if the previous steps have abended or ended in errors.
//JSTEP12 EXEC RELD,DETL='N',COND=EVEN
-Madhuri |
Topic: occurs clause Question |
MY4114
Replies: 5
Views: 5955
|
Forum: Application Programming Posted: Fri Jan 10, 2003 3:05 pm Subject: occurs clause Question |
Hi,
I think what Vallabhaneni meant was to have all the fields, except for one, in the output as they appear in the input.
Let us take the same example that Mr. Kolusu has used. So only field 2 wo ... |
| |