Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ankurshah77

    Copybook in Cobol

    How about my copy book is in different source file For eg, below is the syntex of RPG /COPY QMQM/QRPGLESRC,CMQG where QMQM is the library QRPGLESRC, is the source file CMQG is the copy book.
  2. ankurshah77

    Parsing XML in COBOL

    XML GENERATE xmlPO from purchaseOrder count in numChars I use XML Generate as above code but it gives below error "Expected a data-name; 'GENERATE' found. Statement or clause ignored" Is it the proble with I Series version I am using. We are using V5R3..
  3. ankurshah77

    Copybook in Cobol

    As we have copy book in RPG (iSeries) we will also have it on COBOL. How to use the copy book in COBOL?
  4. ankurshah77

    Parsing XML in COBOL

    Does any one know how to do vice-versa for this. i.e. I want to put my Data Structure values in the XML Tags to be passed to other system.
  5. ankurshah77

    COBOL MQ Program

    I want to use MQGET in COBOL. Dont know what is the syntex to write MQ Program in Cobo..
  6. ankurshah77

    How to perform FTP for the variable file name at the remote server.

    Do you have any sample program fro MQ Cobol?
  7. ankurshah77

    COBOL MQ Program

    I work with Satyam.
  8. ankurshah77

    COBOL MQ

    Hi, I have written few programs on RPG for MQ but wanted to have some sample program of COBOL. I have to write a Driver Program in COBOL but not sure about the syntex. Can any one suggest me some sample code? Thanks Ankur
  9. ankurshah77

    COBOL MQ Program

    Hi, I have to write a Driver Program for MQ in COBOL. Do you have any sample program how to you MQPUT/MQGET/MQCONNECT... ect... I have used this in other iseries languages but not sure how to syntex in COBOL.
  10. ankurshah77

    Parsing XML in COBOL

    Hi, I am new to COBOL and have to develop a XML Parser on COBOL to read the request coming from FrontEnd which is on Java. Can some one please send me some dummy code to study how it works?

Part and Inventory Search

Back
Top