How to know whether the module is dynamical or statistical?
No Answer is Posted For this Question
Be the First to Post Answer
if a file has 1000 recods how copy the records from 1 to 100 records using sort
What is a scope terminator? Give examples.
can we read records in a file from botom to top. if possible how can we read
What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?
can we print comp 3 stmts how ?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?
If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.
consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is different between variable length and fixed length?
if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.