What is timing concept in mainframe?
No Answer is Posted For this Question
Be the First to Post Answer
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
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
if we give TIME=0 how many sec that job/step
For how long a job can be executed continuously in a mainframe ?
COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?
Are there any set of rules for the names of the steps used in a job?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
how many types of sorts are there in jcl?
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
Explain about LMMFIND - find a library member