MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 6 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: BATCH programming for REXX using JCL
Heikki

Replies: 3
Views: 1273

PostForum: TSO and ISPF   Posted: Wed Apr 05, 2006 8:33 am   Subject: BATCH programming for REXX using JCL
Worked fine for me to..
  Topic: Delay in JCL
Heikki

Replies: 16
Views: 36180

PostForum: Job Control Language(JCL)   Posted: Thu Feb 23, 2006 8:27 am   Subject: Delay in JCL
This little Rexx will do the trick. Argument is number of seconds to wait before returning:

/* rexx */
parse upper arg waitsec
etime = time(R) ...
  Topic: Delay in JCL
Heikki

Replies: 16
Views: 36180

PostForum: Job Control Language(JCL)   Posted: Thu Feb 23, 2006 7:53 am   Subject: Delay in JCL
feasible but not advisable. Wink
Jepp! Can't see any reason to delay the execution; most of us are trying to reduce execution time Laughing
  Topic: Delay in JCL
Heikki

Replies: 16
Views: 36180

PostForum: Job Control Language(JCL)   Posted: Thu Feb 23, 2006 7:03 am   Subject: Delay in JCL
JCL by itself cannot delay the execution. The only way is to write your own delay-program. But why???
  Topic: Mainprogram or subprogram
Heikki

Replies: 10
Views: 5319

PostForum: Application Programming   Posted: Wed Feb 22, 2006 7:18 am   Subject: Mainprogram or subprogram
Unless the program is IMS when all main programs have a USING statement. Also, "Main" programs can be called as subroutines.
And in this case, the Main program is actually running as a subprogram of ...
  Topic: Assembler lang. - start
Heikki

Replies: 4
Views: 2785

PostForum: Application Programming   Posted: Wed Feb 22, 2006 7:17 am   Subject: Assembler lang. - start
A good starting point for understanding of the MVS operating environment is the Priciple of operations (POP). This manual is the Bible of all systems programmers.

Regards,
Heikki
 
Page 1 of 1
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group