Assembler to Cobol code conversion process 

Published on Slideshow
Static slideshow
Download PDF version
Download PDF version
Embed video
Share video
Ask about this video

Scene 1 (0s)

[Audio] Assembler to Cobol code conversion process 12/26/2023 Sample Footer Text.

Scene 2 (9s)

[Audio] Objective Convert the legacy Assembler program to COBOL program using the AI tool s like AIcodeconveter.com and AI copilot Bing Chat with More precise option Sample Footer Text.

Scene 3 (25s)

[Audio] Assembler 'Hello World' Program SAMPLE PROGRAM TO Display "Hello World" in Spool using Registers The AI converted COBOL program has proper data division variables & also it has converted the move instruction successfully, but it is not converting the Register related instructions. ThePhoto by PhotoAuthor is licensed under CCYYSA..

Scene 4 (49s)

[Audio] Limitations The Register concept does not exist in COBOL . We will face hurdles whenever we tried to do conversion of Register related Instructions. Even in the above Assembler code AI not able to convert the instructions like STM – Store Multiple, XR - Exclusive or Register, LR – Load Register, MR – Move register, etc.,.

Scene 5 (1m 15s)

[Audio] Grey Areas identified so far Register Loop File Handling Relational Operators Arrays.