please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
EDS,
2433what will happen if i give program name and member name as different? program runs successful or w'll abend?
CTS,
5 12040can we read in input the file with a variable length ? please , how ..could you help me ?
EDS,
3 9357how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)
6 9001how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?
2 6424which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
1 5788
What are the pertinent COBOL
What is the Purpose of Pointer in the string?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
how do you reference the variable unblock file formats from cobol programs
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the difference between Call and a Link?
how to convert the recors form vsam file to db2 table tru file aid
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 ......
What are 77 levels used for?
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.
In COBOL, what is the different between index and subscript?
How do we get current date from system with century in COBOL?