hi, how to use a printer file in a program cobol. i have the following: (I wanna know if the write part is correct) MOVE M1DESC TO M1DESC-DSP. MOVE M1DESC-DSP TO R1DESC-PRT. MOVE PRINTER-LINE TO HIPR01R-RECORD. WRITE HIPR01R-RECORD FROM PRINTER-LINE. ...
I have five indexed files in rpg prog. Can I decleared common key field parameters for all five files? Is it possible in cobol ? If not how will solve this querry in cobol ? Explain with an ex.
In this new world of zero tollerance for abends and the goal of 100% production stability, I have been charged with determining the best method to prevent abends due to internal program table overflows. Our environment has Cobol, Eztrieve and Assembler programs with internal tables. We are...
hi everybody, i wanna buy a cobol book . Anyone knows about good book? thanks. Software/Hardware used: as400
hi, what is the correct form to read and write the formats of the dspfile? i don t know if is it correct: READ PANTALLA2 FORMAT IS 'ASU906CEF1' what is the meaning of 'ASU906CEF1' ? Software/Hardware used: as400
Is it possible to use a different Pic clause from a single variable? based on the condition. DEBIT PIC ZZZZZZZ,ZZZ,ZZ9.99 PIC ZZZ,ZZZ,ZZZ,ZZ9.99 For example When true...
HI, I don t know how to make a cobol program that use a display file, Please i need help. Maybe someone have a shell to do this. thanks. Sylvana Software/Hardware used: as400
I want to read the one of the pgm's source code through my another program. So anyone plz suggest me how can i read the source code?
In as400, I can use STRISDB for Cobo LE, But it is not work Cobol, How to debug non ILE cobol?
hi. I m fresher and want to go into specilaisation either to SAP or Mainframe.I have an aggreagte of 60% throughout my degree of B.E in I.T. I am little bit confuse to which option to choose right now? So if anybody plaese help me to sort out this quetion
I coded an update query in COBOL and included COMMIT=NONE so the update could go through. When the COBOL program executed it returned nulls, and coalesced the value to the default. When the query was executed either through qmqry or on-line on the sql screen it worked fine and updated the field...
Please I need Get the OPID segment CICS of RACF from a COBOL/CICS Program. Thanks JORGE Software/Hardware used: OS/390 2.10 and RACF and CICS
In my printer file, I created a header with no picture clause for it and it is giving me an error message when I try to compile my COBOL program Software/Hardware used: AS/400
is there any utility which can convert my cobol files to xml format or cobol to business objects. Software/Hardware used: cobol,business objects xi R2
I’m trying to process a RUNDATE = 2009-08-07 into my COBOL code via a PARM-DATE Link. That date comes in… now I try to place it in the following piece of code: EXEC SQL SET :WS-PREV-WK = CHAR(DATE(TMP-DATE)- 7 DAYS) END-EXEC. What am I getting '0001-01-01' returned?
I am going to appear for a brainbench COBOL II test soon, can somebody tell me the difference between COBOL I and COBOL II. I would also like to know your experience (if any) with brainbench COBOL II test, the pattern, difficulty and most important, will brainbench certificate help me get a job?
Hello, I AM A BINGINNER IN COBOL PROGRAM: MY FIRST PROGRAME NOT COMPILING WITH THIS ERROR MESSEAGE PLEASE PUT ME THROUTH 000026 HELLO 15 110 No initial SECTION. sourse Code Attached below IDENTIFICATION DIVISION. 000002 PROGRAM-ID. PROGRAM-HELLO. 000003 ENVIRONMENT DIVISION. 000004...
Can anybody please provide sample code (simple) for the 3 Subfiles in COBOL/400??


