Two more things First, I started a new Project and got to the Program1 part and then did Solution Build and also Project Build Then Solution Explorer and right-click Program1 (the only program in the list) and got the same small window I reported earlier, that is, no Compile option So I thought maybe I have to change Program1 to put it through some 'Project induction' process I added a level 77 PIC 9 and one PROC DIV line to add 1 to it And Rebuild Solution Explorer Compile still not available for Program1 when right-clicking the name Second, the code I want to include into the Project just has standard PROGRAM ID. statements as you'd see in, say, a LE/370 COBOL source But Program1 has a more elaborate PROGRAM ID. statement, thus marking 'start of program' ? Program 1 also has an End program Program1 statement as the last line, thus marking 'end of program' ? My programs do not have that End program line either Perhaps this has something to do with why the Procedure lines counter is not being reset from program to program
↧