What are the access modes of START statement?
No Answer is Posted For this Question
Be the First to Post Answer
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How is sign stored in a COMP field ?
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
What is 88 level used for ?
If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?
What R 2 of the common forms of the EVALUATE STATEMENT ?
what is a zoned decimal data type and how it will be stored?
Why there is no questions in this column?
Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?