Give some examples of command terminators?
No Answer is Posted For this Question
Be the First to Post Answer
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is SDSF?
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
What is the Purpose of POINTER Phrase in STRING command
There is a variable with value 19446. Requirement is to convert it to 194.46. I tried it by doing divide by 100 and my receiving field data type is 9(03)v99. But the output is 194. I am not getting the decimal value. Could anyone pls let me know how to get this done?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
What is ASKTIME, SUSPEND
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
If you were passing a table via linkage, which is preferable - a subscript or an index?
what are the utilities for load and unload the DB2 tables
hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?