AS400 Standards

chakri

Member
Hi

Thanks in Advance.

Please let me know if there is any Specific Coding standard or Synatx to be followed in writing C BSFN for AS 400.

BSFN which I wrote were successfully built on Intel Machines but build failed on AS400.

Thanks
kalyan/ERP 8.11/Oracle
 
The things I remember most:
* don't use any Windows stuff (APIs or other conventions)
* Make sure you are using ANSI C - so you don't accidentally place in some of the Win Stuff.
* don't use whack/whacks/ ('//')...

There's a bunch more - but thats the biggest issues I've had during my learning curve.

(db)
 
Hi
Thanks for your input.
Here I am making a copy of B4210670 with small changes,I could not avoid the default API's used in it.
Appreciate any input.

Thanks
Kalyan/ERP 8.11/Oracle
 
Back
Top Bottom