What is the maximum length of a field you can define using COMP-3 in COBOL?
How is sign stored in a COMP field ?
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.
give the examples of strings in cobol
i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?
S9(5)V9(2) occupies how many bytes memory ?
1.What is the default print format in cobol?
what are the utilities for load and unload the DB2 tables
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 label record is standard or omitted in file description of data division?
which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks
What does MAXCC 3 means? It is used in one my codes.
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......