Author |
Message |
Topic: how to download mainframe program to c drive |
Oldie
Replies: 9
Views: 4878
|
Forum: Application Programming Posted: Tue Mar 01, 2005 7:05 am Subject: how to download mainframe program to c drive |
I think 3.7 is nothing more as an ISPF GUI for the command FILEXFER.
It has also the same weakness in some points like e.g. it doesn't accept the long DOS filenames.
Another point: the Workstation A ... |
Topic: how to download mainframe program to c drive |
Oldie
Replies: 9
Views: 4878
|
Forum: Application Programming Posted: Fri Feb 25, 2005 2:17 am Subject: how to download mainframe program to c drive |
My way: install Workstation Agent (free) and use ISPF 3.7. Superfast & simple.
Cheers
Oldie |
Topic: Another Wah Wah |
Oldie
Replies: 3
Views: 3590
|
Forum: Related Non-Technical Topics Posted: Thu Mar 18, 2004 5:45 am Subject: Another Wah Wah |
...She was one of the seven Indian Americans among 40 finalists. That works out to 40 per cent ...
Now, Aziz Haniffa who wrote this wasn't one of the fabulous seven - 7 of 40 works out 17,5 ... |
Topic: Unstring |
Oldie
Replies: 5
Views: 2765
|
Forum: Application Programming Posted: Wed Jan 14, 2004 2:12 am Subject: Unstring |
That's exactly what I need - Thanks Kolosu, and a Happy New Year !
Oldie |
Topic: Unstring |
Oldie
Replies: 5
Views: 2765
|
Forum: Application Programming Posted: Tue Jan 13, 2004 9:24 am Subject: Unstring |
cobcurious,
what I need is a general solution - I mean, the strings have a variable length - therefore the unstring and not a simple move into a structure. But for the sake of your example, let's t ... |
Topic: Unstring |
Oldie
Replies: 5
Views: 2765
|
Forum: Application Programming Posted: Tue Jan 13, 2004 7:02 am Subject: Unstring |
Hi,
is it possible to trim a string with UNSTRING into some fixed parts and all the rest into another field ?
An example:
MOVE 'AA BB XXX YYYY' INTO F
UNSTRING F INTO
F1
... |
Topic: Finding Length of a Variable in COBOL... |
Oldie
Replies: 3
Views: 10729
|
Forum: Application Programming Posted: Tue Oct 21, 2003 7:46 am Subject: Finding Length of a Variable in COBOL... |
You can use the
FUNCTION LENGTH (argument)
where argument may be a non-nu ... |
Topic: Customizing Hilite |
Oldie
Replies: 2
Views: 1992
|
Forum: TSO and ISPF Posted: Mon Sep 29, 2003 1:42 am Subject: Customizing Hilite |
Thanks Ofer, a super stuff !
Cheers
Oldie |
Topic: Customizing Hilite |
Oldie
Replies: 2
Views: 1992
|
Forum: TSO and ISPF Posted: Fri Sep 05, 2003 7:57 am Subject: Customizing Hilite |
I'm slightly disturbed if it is the correct topic for an ISPF-related thema...still here my question:
Has anybody succeeded to customize the routine
ISRXP - where the language-related HILITE infos ... |
Topic: DSPSIZE Parameter |
Oldie
Replies: 1
Views: 2336
|
Forum: Utilities Posted: Fri Jun 20, 2003 5:46 am Subject: DSPSIZE Parameter |
I would like to optimize the CPU consumption of a DFSORT job.
I have studied the handbooks, and found the valuable runtime parameter
-------------------------------------------------------------- ... |
|