|
From: T. Rex on 4 May 2008 10:14 In article <e92bc706-2405-4592-b2d0-da72f3fd56c7@ 25g2000hsx.googlegroups.com>, ahsharif(a)gmail.com says... > Dear Friends, > Thanks all. I compiled with the Flag(I,I) as William said and This is > my compilation result. *What* is your compilation result? There's nothing here. > I don't know what's wrong exactly. Neither does anyone else, if we can't see it. Post the whole compilation listing, including the source code and all the errors.
From: Howard Brazee on 5 May 2008 10:02 On Sat, 3 May 2008 01:02:58 -0700 (PDT), amir <ahsharif(a)gmail.com> wrote: >I just ran a Hello-Word program: >identification division. >program-id. test1. >environment devision. >data devision. >procedure division. > display "hello" upon console. >Not more. >What's the problem? >Appreciated for your help. Have you compiled on a Vax before where you can start in column 1, or was your program written in the correct IBM columns but displayed differently here? Do you have your compiler settings set to show your listing?
From: tlmfru on 5 May 2008 13:06 All the error messages so far shown indicate garbage on the RHS of the lines. And 'division' is twice mis-spelled. Howard Brazee <howard(a)brazee.net> wrote in message news:4o4u145949p8jcui32gtn65lmgoh4avjbl(a)4ax.com... > On Sat, 3 May 2008 01:02:58 -0700 (PDT), amir <ahsharif(a)gmail.com> > wrote: > > >I just ran a Hello-Word program: > >identification division. > >program-id. test1. > >environment devision. > >data devision. > >procedure division. > > display "hello" upon console. > >Not more. > >What's the problem? > >Appreciated for your help. > > Have you compiled on a Vax before where you can start in column 1, or > was your program written in the correct IBM columns but displayed > differently here? > > Do you have your compiler settings set to show your listing?
From: T. Rex on 5 May 2008 20:43 In article <yaHTj.112094$Ft5.2175(a)newsfe15.lga>, lacey(a)mts.net says... > All the error messages so far shown indicate garbage on the RHS of the > lines. And 'division' is twice mis-spelled. Hence my insistence that what he posted cannot possibly be what he compiled.
From: amir on 7 May 2008 02:38
I tried to run my first program under MVS as I said before. I tried a sample code as I told before. I got some errors which I could not understand what the problem is? Anyway, I tried the code to compile under another compiler (MSCobol). Compilation Result was successful. I tried different parts to change and everything done with no problem. Can anyone help me to write my program under MVS and compile it? (I am using ISPF editor) Any help appreciated before. (Special Thanks to DD about help to solve some problems.) Thanks, |