Answer Posted / sharmila_g
one job can have 255 exec statements and one exec statement can have upto 255 dd statements. so from this theory calculate number of dd statements in a job.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How jcl is used for testing batch programs?
what is the use of JCL?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what is DSN in JCL and what are the parameters to declare the DSN?
how to run batch program without jcl?
what are JCLLIB and STEPLIB in JCL?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
when can a job time-out occur? How to overcome that?
what is DSN parameter and DISP parameter is used for?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What is notcat 2 - gs?
What is condition checking in jcl? Is this possible?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Is condition checking possible in jcl?