When is a scope terminator mandatory?
Answers were Sorted based on User's Feedback
Answer / guest
scope terminators are mandatory for in-line performs and
evaluate.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / guest
scope terminators are mandatory for in-line performs and
evaluate.
| Is This Answer Correct ? | 4 Yes | 0 No |
Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.
if you give cylinder(1,1)how many cylinders it will be allocate?
what will happen if i give program name and member name as different? program runs successful or w'll abend?
What is the maximum data length for Numeric DataType ?
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?
If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?
i have the job which has written updated 100 records into the table and for 101th record it got abended and i want to start the job again and should wirte from 101th record not from 1st record..how to do it..?
how can u redefine picx(10) with pic 9(6).
What COBOL construct is the COBOL II EVALUATE meant to replace?
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?
how to run sub programs using static and dynamic call ...