Author |
Message |
Topic: MVS Utilities .. IEHLIST |
dorkhead
Replies: 8
Views: 4425
|
Forum: Utilities Posted: Tue Jul 01, 2003 1:59 am Subject: MVS Utilities .. IEHLIST |
misfit,
here is the command flow I'm using when downloading xmit files :
FTP mvs-host
enter name and password
BINARY
QUOTE SITE LRECL=80 BLKSIZE=3120 RECFM=FB
QUOTE SITE PRI=5 SEC=2 CYL ... |
Topic: when dataset edited |
dorkhead
Replies: 9
Views: 6639
|
Forum: Job Control Language(JCL) Posted: Wed Jun 25, 2003 4:34 am Subject: when dataset edited |
here is my stupid question (hope u'll excuse me ) did u leave the dataset ?
I mean exit form the dataset. |
Topic: REXX interaction with ISPF |
dorkhead
Replies: 2
Views: 4706
|
Forum: TSO and ISPF Posted: Wed Jun 25, 2003 3:42 am Subject: REXX interaction with ISPF |
you can
1 create your own copy of panel you want to display with .resp=ENTER in the
init section of that panel
2 fill variables required by ispf in your REXX
3 call display of panel in your R ... |
Topic: Modifing the PS |
dorkhead
Replies: 10
Views: 7126
|
Forum: Job Control Language(JCL) Posted: Fri Jun 20, 2003 8:05 am Subject: Modifing the PS |
utility suggestion would be DFSORT's icetool (it provides some date handling features)
or REXX ? |
Topic: using a variable in a macro |
dorkhead
Replies: 3
Views: 2361
|
Forum: TSO and ISPF Posted: Fri Jun 20, 2003 8:03 am Subject: using a variable in a macro |
and (while I'm at it) you don't need to use ISPF var to pass parm to a macro :
change your "macro" statement to
"MACRO (var1) NOPROCESS"
but that's only if you want to pass a parm to a mac ... |
Topic: using a variable in a macro |
dorkhead
Replies: 3
Views: 2361
|
Forum: TSO and ISPF Posted: Fri Jun 20, 2003 7:58 am Subject: using a variable in a macro |
/************** REXX ***************/
ADDRESS ISPEXEC "VGET (var1) SHARED"
ADDRESS ISREDIT
"MACRO"
" C ALL &var1 'CHK' "
"SAVE"
"END"
RETURN
change " C ALL &var1 'CHK' "
... |
Topic: Communicating with batch ispf |
dorkhead
Replies: 7
Views: 4077
|
Forum: TSO and ISPF Posted: Thu Jun 19, 2003 9:18 am Subject: Communicating with batch ispf |
BTW do u have access to JES2 automatic commands ?
they may help here |
Topic: Communicating with batch ispf |
dorkhead
Replies: 7
Views: 4077
|
Forum: TSO and ISPF Posted: Thu Jun 19, 2003 9:17 am Subject: Communicating with batch ispf |
and what I would do is have my main code read an instruction file free it
do some process go back to sleep
the instruct file would be free so u can write to it (add commands) |
Topic: Communicating with batch ispf |
dorkhead
Replies: 7
Views: 4077
|
Forum: TSO and ISPF Posted: Thu Jun 19, 2003 9:15 am Subject: Communicating with batch ispf |
I suspect you want to have some commands/jobs executed at
some predefined times (I do the same to submit bckp jobs after testing day)
am I right ? |
Topic: automated TSO tasks |
dorkhead
Replies: 10
Views: 5147
|
Forum: TSO and ISPF Posted: Thu Jun 19, 2003 9:13 am Subject: automated TSO tasks |
leroy,
maybe u can have a ftp step at the end that transmit the file to a destination
predefined by ur sysguys ? |
Topic: Collecting the statastics of the batch jobs thru rexx. |
dorkhead
Replies: 3
Views: 2365
|
Forum: TSO and ISPF Posted: Thu Jun 19, 2003 9:01 am Subject: Collecting the statastics of the batch jobs thru rexx. |
or u could try SDSF in REXX |
Topic: How can i get the informations about a tape thru batch |
dorkhead
Replies: 4
Views: 4481
|
Forum: Utilities Posted: Wed Apr 23, 2003 3:30 am Subject: How can i get the informations about a tape thru batch |
u will need tms utilities. ask ur operation staff aobut TMS utilities. |
Topic: How can i get the informations about a tape thru batch |
dorkhead
Replies: 4
Views: 4481
|
Forum: Utilities Posted: Tue Apr 22, 2003 7:14 am Subject: How can i get the informations about a tape thru batch |
what you could do is get the info u need from TMS in a file (thru batch) then
have the cobol pgm read this file. |
Topic: Can I capture IOF o/p through REXX ? |
dorkhead
Replies: 2
Views: 1748
|
Forum: TSO and ISPF Posted: Wed Mar 26, 2003 12:31 pm Subject: Can I capture IOF o/p through REXX ? |
one question would be :
can u run IOF in batch ?
in which case you just make sure of the location of IOF load module
then do file allocations in JCL
and there u go...
this is basically what ... |
Topic: searching a member in pds |
dorkhead
Replies: 10
Views: 6725
|
Forum: TSO and ISPF Posted: Wed Mar 26, 2003 12:29 pm Subject: searching a member in pds |
diba,
could u post the msg u got ? |
|