What is the difference between perform … with test after and perform … with test before?
No Answer is Posted For this Question
Be the First to Post Answer
what is meant by binary search?
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
How are the next sentence and continue different from each other?
What is the difference between comp and comp-3 usage?
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
How do u debug a S0C7 abend? (aswered till we get the field which caused that) After knowing the field which caused that how do u know the record which caused that if it is in production env? (dumb) Ok let us assume that we got to know that 100th record caused that and I wanted to skip only 100th record from the file and process from 101th. How to do that in JCL using SORT? (tried with STOPAFT but ended up dumb when he said smthing else is ther)
) How do you access the migrate the data from production region to development region
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the maximum data length for Numeric DataType ?
How will you find the currepted records in a file
How you can characterize tables in cobol?