From: Ashish Kopre 
Sent: Monday, July 13, 2015 8:57 AM
To: [email protected] 
Subject: Jbase schema

Hello, 

I want to know what these commands are doing actually, what should I do after 
this.
In documentation They gave like follow.


jsh PLAY ~ -->CREATE-FILE BP TYPE=UD
        this is the command to create a file called BP that will hold all your 
basic programs 
jsh PLAY ~ -->ED BP HELLO.WORLD 
        here you are using the editor (ED) to edit an called “HELLO.WORLD” in 
your BP file . If the item does not exist, this will create it]
                    001 CRT 'HELLO WORLD'

        this is the first line that you are putting in to the item
jsh PLAY ~ -->BASIC BP HELLO.WORLD
        Here you are compiling (BASIC), your item “hello.world” 
jsh PLAY ~ -->CATALOG BP HELLO.WORLD
CATALOGING your item now makes it an “.exe” file .  Previous setup of jbase 
will determine  where  
jsh PLAY ~ -->HELLO.WORLD HELLO WORLD.


if you are logged into the same directory as where your “.exe” file is, all you 
should have to do is type “hello.world”, and the program will display 
“hello.world” on your screen.  This is where I started too, and spent over 30 
years writing programs.  Good luck.

Please help me to understand this cinario.
-- 
-- 
IMPORTANT: T24/Globus posts are no longer accepted on this forum.
 
To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"jBASE" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

-- 
-- 
IMPORTANT: T24/Globus posts are no longer accepted on this forum.

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"jBASE" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to