Answer Posted / sachin
COMP-4 and comp is similar to Binary
COMP-5 is for display usage type.. termed as native binary
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
IF I mention stop run in CICS what happens?
what are decleratives in cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What the difference is between continue and next sentence?
What are the pertinent COBOL commands?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Write a program to explain size error.
Can we redefine the field of x(200) to less than 200?
Have you used comp and comp-3 in your project? And how?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What guidelines should be followed to write a structured cobol prgm?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.