Author |
Message |
Topic: Problem with file transfer using FTP |
ayush
Replies: 3
Views: 2288
|
Forum: Utilities Posted: Thu Jul 06, 2006 10:03 pm Subject: Problem with file transfer using FTP |
You should be trying to use PUT instead of GET, as you are trying to put a file from local (mainframe server) to a remote (windows server), hence if you run this from a JCL, you've to use PUT "MF ... |
Topic: Encryption in Mainframes |
ayush
Replies: 4
Views: 2617
|
Forum: Utilities Posted: Mon May 22, 2006 8:51 am Subject: Encryption in Mainframes |
Thanks Everyone.
Kolusu, i will read the stuff but It'll take sometime to comprehend the in and outs and install it at my shop.
Semigeezer, can you tell more about secure FTP? My manager suggested m ... |
Topic: Encryption in Mainframes |
ayush
Replies: 4
Views: 2617
|
Forum: Utilities Posted: Thu May 18, 2006 9:48 am Subject: Encryption in Mainframes |
Hi,
Can anyone please suggest me about how encryption is done
in Mainframes?
We may have to encrypt the files we send to banks and we need to provide them the keys to decrypt them and vice versa. ... |
Topic: Search Vs Conditional Variables. |
ayush
Replies: 5
Views: 2394
|
Forum: Application Programming Posted: Fri Feb 24, 2006 2:01 pm Subject: Search Vs Conditional Variables. |
Hi,
I have to use a condition in my program where in
an input variable is compared with a list of values around 50 of them.
I can either have these values loaded in a table and search the table
... |
Topic: Inserting paragraph through REXX |
ayush
Replies: 3
Views: 2215
|
Forum: TSO and ISPF Posted: Fri Jan 27, 2006 11:14 am Subject: Inserting paragraph through REXX |
Hi Dibakar,
Thanks for the help. But I couldnt get what you mean.
Please let me know if my problem is not clear.
My code should work like:
If NOT-MQ-STATUS-OK
If IDMS
write error log to OL ... |
Topic: Inserting paragraph through REXX |
ayush
Replies: 3
Views: 2215
|
Forum: TSO and ISPF Posted: Thu Jan 26, 2006 9:35 pm Subject: Inserting paragraph through REXX |
Hi,
I have to insert a paragraph depending on the parms supplied in a cobol program.
I have to design a common error routine, which will be called in IDMS and CICS programs, if this routine fails in ... |
Topic: The way to get DB2 Query Explain |
ayush
Replies: 1
Views: 1481
|
Forum: Database Posted: Thu Jan 05, 2006 3:17 pm Subject: The way to get DB2 Query Explain |
Hi,
I am looking to enable the "EXPLAIN" option in DB2 where I can
see how a query executes (broken into parts and processed by
the system).
I have learnt that there is an option called "EXPLAIN" ... |
Topic: Scratch Area Full Error |
ayush
Replies: 0
Views: 1522
|
Forum: Database Posted: Tue Dec 13, 2005 6:35 pm Subject: Scratch Area Full Error |
Hi
I am getting abend while doing a OLQ batch.
The error message is like:
+SYSIDMS parms --> ECHO=ON DMCL=G1DMC01T DBNAME=CEFDV01A
+SYSIDMS parms --> JOURNAL=OFF DICTNAME=CNIDICDB ... |
Topic: S0C4 after GOBACK |
ayush
Replies: 2
Views: 2851
|
Forum: Application Programming Posted: Mon Jul 25, 2005 2:22 pm Subject: S0C4 after GOBACK |
Hi Kolusu,
I used this advice from you in my compiler settings.
in our shop the compiler options are default to NOSSR, which when we changed to SSR and recompiled the job, while job execution it fai ... |
Topic: Skipping a Step in Proc based on schedule ID |
ayush
Replies: 2
Views: 2105
|
Forum: Job Control Language(JCL) Posted: Mon Jul 25, 2005 2:17 pm Subject: Skipping a Step in Proc based on schedule ID |
Hi,
I want to skip a step from the proc, only on fiscal runs in our batch system.
We have a separate schedule id for fiscal runs.
Is there any way that this can be skipped ?
I tried coding "#JO,ID ... |
Topic: S0C4 after GOBACK |
ayush
Replies: 2
Views: 2851
|
Forum: Application Programming Posted: Fri Jul 01, 2005 2:34 pm Subject: S0C4 after GOBACK |
Hi,
I am getting S0C4 abend for my batch program.
This contains a GO BACK statement like below
-- Main Para ----
PERFORM 9000-END-OF-JOB THROUGH 9000-EXIT.
STOP RUN.
***9000- para ... |
Topic: THRSTR/THREND |
ayush
Replies: 1
Views: 1295
|
Forum: Job Control Language(JCL) Posted: Mon Jan 24, 2005 3:31 am Subject: THRSTR/THREND |
Hi,
I came across a JCL which has the following lines.
*****************
//STEPTH01 EXEC THRSTR,JOB=G1JR10PD
//*
//JSTEP01 EXEC G1JR10P
/ ... |
Topic: Sort Help needed. |
ayush
Replies: 1
Views: 1304
|
Forum: Job Control Language(JCL) Posted: Thu Oct 28, 2004 10:41 am Subject: Sort Help needed. |
Hi,
Is it possible to get inputs from two different files and create a thirdone , verticaly merging the data, using sort/merge utilities?
The two input files have different attributes.
For Eg. I ... |
Topic: XP Editor Compilation problem |
ayush
Replies: 2
Views: 4584
|
Forum: Utilities Posted: Fri Sep 10, 2004 9:14 am Subject: XP Editor Compilation problem |
Hi,
I am trying to compile a code using XP Editor options.
I got a return code of 8.
The error is
"PCSIO 010-S NO MORE AVAILABLE EXTENTS ON DDIO FILE. "
I deleted the DDIO file, and again re ... |
Topic: OLQ query with dbkey |
ayush
Replies: 1
Views: 1473
|
Forum: Database Posted: Thu Aug 26, 2004 10:06 am Subject: OLQ query with dbkey |
Hi ,
Can someone please tell me how to retrieve a record in olq using
its dbkey?
Thanks. |
|