what happens of we dont give time stamp in precompilation process
Answers were Sorted based on User's Feedback
Answer / srinivas yadav
An Abend will Occur such as -818
-818 is Time stamp mismatch.
How to resovle: Give the Time stamp.
| Is This Answer Correct ? | 3 Yes | 0 No |
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???
what is dynamic array in cobol? what is the difference b/w array and table in cobol?
how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please
What will happen if we generate GDG (+2) version without generating (+1) version?
What is the use of intialize verb?
What is IMPACT analysis?
level number 77 is used to define a)group data b)elementary data c)redefine d)none
How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?
how to run sub programs using static and dynamic call ...
what is label record is standard or omitted in file description of data division?
what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?