For how long a job can be executed continuously in a mainframe ?
Answers were Sorted based on User's Feedback
how to convert fb to vb in jcl ?
what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..
What are the differences between JES2 & JES3 ?
How to pass values in jcl to cobol?
Max generations in GDG??
what is fixed length and variable length and difference between them
IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?
7 Answers Cognizant, IBM, IGT,
How does jcl specify the job to the operating system?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How do You skip a Step In JCL?
Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?
How can a job send a status message to a tso user at the completion of a job?